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

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


    from eaae5dc  graphics: nxmu: Fix a compile warning with 
CONFIG_DEBUG_ASSERTIONS=y
     add c00141c  arch/xtensa/Kconfig: The ESP32 has a different numbers for 
vectors and IRQs.
     add 6875207  boards/xtensa/esp32/esp32-wrover-kit: Add an example on how 
to use GPIO interrupts.
     add 2016f96  boards/xtensa/esp32/esp32-wrover-kit/README.txt: Document the 
configurations.

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/Kconfig                                |   1 +
 boards/xtensa/esp32/esp32-wrover-kit/README.txt    |  34 +++
 .../configs/{leds => gpio}/defconfig               |   7 +-
 .../xtensa/esp32/esp32-wrover-kit/include/board.h  |   5 +
 boards/xtensa/esp32/esp32-wrover-kit/src/Make.defs |   4 +
 .../esp32/esp32-wrover-kit/src/esp32-wrover-kit.h  |   8 +
 .../esp32/esp32-wrover-kit/src/esp32_bringup.c     |   9 +
 .../esp32/esp32-wrover-kit/src/esp32_gpio.c}       | 256 ++++++++++-----------
 8 files changed, 193 insertions(+), 131 deletions(-)
 copy boards/xtensa/esp32/esp32-wrover-kit/configs/{leds => gpio}/defconfig 
(93%)
 copy boards/{arm/stm32/nucleo-f429zi/src/stm32_gpio.c => 
xtensa/esp32/esp32-wrover-kit/src/esp32_gpio.c} (51%)

Reply via email to