This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from c27b470d39 Fix error: implicit declaration of function 'arc4random';
did you mean 'random'? [-Werror=implicit-function-declaration]
add 1f1c793fd5 boards/esp32s3-devkit: Add board GPIO support
No new revisions were added by this update.
Summary of changes:
.../xtensa/esp32s3/boards/esp32s3-devkit/index.rst | 32 ++++++
.../configs/{twai => gpio}/defconfig | 5 +-
.../xtensa/esp32s3/esp32s3-devkit/include/board.h | 6 +
boards/xtensa/esp32s3/esp32s3-devkit/src/Make.defs | 4 +
.../esp32s3/esp32s3-devkit/src/esp32s3-devkit.h | 16 +++
.../esp32s3/esp32s3-devkit/src/esp32s3_bringup.c | 8 ++
.../esp32s3-devkit/src/esp32s3_gpio.c} | 126 ++++++++++-----------
7 files changed, 130 insertions(+), 67 deletions(-)
copy boards/xtensa/esp32s3/esp32s3-devkit/configs/{twai => gpio}/defconfig
(95%)
copy boards/xtensa/{esp32/lilygo_tbeam_lora_gps/src/esp32_gpio.c =>
esp32s3/esp32s3-devkit/src/esp32s3_gpio.c} (70%)