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/nuttx.git


    from a3ada5ce303 boards/nucleo-c0xxx: fix leds handling
     new 3bf8b55d642 arch/xtensa/esp32: Add 
CONFIG_ESP32_IGNORE_CHIP_REVISION_CHECK
     new 30a74203490 boards/esp32: Add initial support to heltec_wifi_lora32
     new cb4b64b6e80 Doc/xtensa/esp32: Add documentation to Heltec WiFi LoRa32
     new a6af0e94f93 Doc/xtensa/esp32: Fix QEMU documentation to use new config

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../esp32/boards/heltec_wifi_lora32/index.rst      |  89 +++++++++++++++++++++
 .../heltec_wifi_lora32/wifi-lora-32-v2-pinout.png  | Bin 0 -> 244267 bytes
 .../boards/heltec_wifi_lora32/wifi-lora-32-v2.png  | Bin 0 -> 326064 bytes
 Documentation/platforms/xtensa/esp32/index.rst     |   2 +-
 arch/xtensa/src/esp32/Kconfig                      |  13 +++
 arch/xtensa/src/esp32/esp32_start.c                |   2 +-
 boards/Kconfig                                     |  13 +++
 .../xtensa/esp32/heltec_wifi_lora32}/Kconfig       |   5 +-
 .../configs/nsh}/defconfig                         |   6 +-
 .../include/board.h                                |   8 +-
 .../include/board_memorymap.h                      |   8 +-
 .../scripts/Make.defs                              |   8 +-
 .../src/Make.defs                                  |   9 +--
 .../src/esp32_appinit.c                            |   4 +-
 .../src/esp32_boot.c                               |   4 +-
 .../heltec_wifi_lora32/src/esp32_bringup.c}        |  14 ++--
 .../src/heltec_wifi_lora32.h}                      |  42 ++++++----
 17 files changed, 168 insertions(+), 59 deletions(-)
 create mode 100644 
Documentation/platforms/xtensa/esp32/boards/heltec_wifi_lora32/index.rst
 create mode 100644 
Documentation/platforms/xtensa/esp32/boards/heltec_wifi_lora32/wifi-lora-32-v2-pinout.png
 create mode 100644 
Documentation/platforms/xtensa/esp32/boards/heltec_wifi_lora32/wifi-lora-32-v2.png
 copy {arch/x86/src/common => boards/xtensa/esp32/heltec_wifi_lora32}/Kconfig 
(65%)
 copy boards/xtensa/esp32/{esp32-devkitc/configs/mcuboot_nsh => 
heltec_wifi_lora32/configs/nsh}/defconfig (90%)
 copy boards/xtensa/esp32/{esp32-devkitc => heltec_wifi_lora32}/include/board.h 
(88%)
 copy boards/xtensa/esp32/{esp32-ethernet-kit => 
heltec_wifi_lora32}/include/board_memorymap.h (94%)
 copy boards/xtensa/esp32/{esp32-lyrat => heltec_wifi_lora32}/scripts/Make.defs 
(90%)
 copy boards/xtensa/esp32/{esp32-2432S028 => heltec_wifi_lora32}/src/Make.defs 
(89%)
 copy boards/xtensa/esp32/{esp32-2432S028 => 
heltec_wifi_lora32}/src/esp32_appinit.c (97%)
 copy boards/xtensa/esp32/{esp32-devkitc => 
heltec_wifi_lora32}/src/esp32_boot.c (97%)
 copy boards/xtensa/{esp32s3/esp32s3-lhcbit/src/esp32s3_bringup.c => 
esp32/heltec_wifi_lora32/src/esp32_bringup.c} (91%)
 copy boards/xtensa/esp32/{esp32-2432S028/src/esp32-2432S028.h => 
heltec_wifi_lora32/src/heltec_wifi_lora32.h} (78%)

Reply via email to