You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/09/01 17:14:51 UTC

[incubator-nuttx] branch master updated (8081228 -> 98c30c2)

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 8081228  xtensa/esp32-s2: Adds support to the timer driver
     add 57bde4f  boards/esp32-wrover-kit: Add config for MCUboot-based FW update agent
     add c61399c  boards/esp32-wrover-kit: Add config for MCUboot API usage example
     add 509008c  boards/esp32-devkitc: Add config for MCUboot-based FW update agent
     add efbabfa  boards/esp32-devkitc: Add config for MCUboot API usage example
     add 5bc3586  boards/esp32-ethernet-kit: Add config for MCUboot-based FW update agent
     add 54d4361  boards/esp32-ethernet-kit: Add config for MCUboot API usage example
     add 98c30c2  tools/esp32: Rename signed binary image to match clean pattern

No new revisions were added by this update.

Summary of changes:
 .../configs/{wifinsh => mcuboot_agent}/defconfig   | 30 ++++++++++++----------
 .../{spiflash => mcuboot_confirm}/defconfig        | 12 ++++++---
 .../configs/{wapi => mcuboot_agent}/defconfig      | 21 ++++++++++++---
 .../configs/{rtc => mcuboot_confirm}/defconfig     | 15 ++++++-----
 .../configs/{wapi => mcuboot_agent}/defconfig      | 21 ++++++++++++---
 .../configs/{leds => mcuboot_confirm}/defconfig    | 13 +++++++---
 tools/esp32/Config.mk                              |  8 +++---
 7 files changed, 81 insertions(+), 39 deletions(-)
 copy boards/xtensa/esp32/esp32-devkitc/configs/{wifinsh => mcuboot_agent}/defconfig (79%)
 copy boards/xtensa/esp32/esp32-devkitc/configs/{spiflash => mcuboot_confirm}/defconfig (82%)
 copy boards/xtensa/esp32/esp32-ethernet-kit/configs/{wapi => mcuboot_agent}/defconfig (78%)
 copy boards/xtensa/esp32/esp32-ethernet-kit/configs/{rtc => mcuboot_confirm}/defconfig (80%)
 copy boards/xtensa/esp32/esp32-wrover-kit/configs/{wapi => mcuboot_agent}/defconfig (78%)
 copy boards/xtensa/esp32/esp32-wrover-kit/configs/{leds => mcuboot_confirm}/defconfig (81%)