You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2021/04/15 11:19:04 UTC

[incubator-nuttx] branch master updated (dd86fe5 -> d1307aa)

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

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


    from dd86fe5  Kconfig: add missing DEBUG_MOTOR option
     add a28de1d  arch/xtensa/src/esp32/esp32_user.c: Fix S16I/L16LU emulation
     add 3806803  arch/xtensa/src/esp32/esp32_user.c: Implement L16SI emulation
     add 1748ca4  esp32: Ensure the alignment of _smodtext
     add c621733  esp32-devkitc: Add a config to run apps/examples/module
     add d1307aa  esp32-devkitc: Add a config to run apps/examples/sotest

No new revisions were added by this update.

Summary of changes:
 .../xtensa/esp32/boards/esp32-devkitc/index.rst    | 10 ++++
 arch/xtensa/src/esp32/esp32_user.c                 | 63 +++++++++++++++++++---
 .../configs/{aes => module}/defconfig              | 23 +++++---
 .../configs/{aes => sotest}/defconfig              | 24 ++++++---
 .../esp32/esp32-devkitc/scripts/esp32_flash.ld     |  1 +
 .../esp32/esp32-devkitc/scripts/esp32_iram.ld      |  1 +
 .../esp32-ethernet-kit/scripts/esp32_flash.ld      |  1 +
 .../esp32/esp32-ethernet-kit/scripts/esp32_iram.ld |  1 +
 .../esp32/esp32-wrover-kit/scripts/esp32_flash.ld  |  1 +
 .../esp32/esp32-wrover-kit/scripts/esp32_iram.ld   |  1 +
 10 files changed, 102 insertions(+), 24 deletions(-)
 copy boards/xtensa/esp32/esp32-devkitc/configs/{aes => module}/defconfig (78%)
 copy boards/xtensa/esp32/esp32-devkitc/configs/{aes => sotest}/defconfig (77%)