You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/10/20 14:57:13 UTC

[incubator-nuttx] branch master updated (018aa8e -> 2a8e7b0)

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


    from 018aa8e  esp32c3_serial.c:  Remove the stub implementations of the early serial functions as they are only called when the configuration is enabled.
     add 7368f7a  xtensa/esp32: Make SPI Flash initialization common to all ESP32 boards
     add 2a8e7b0  boards/esp32: Return proper error code on esp32_spiflash_init

No new revisions were added by this update.

Summary of changes:
 .../{esp32_board_i2c.h => esp32_board_spiflash.h}  |  25 +-
 boards/xtensa/esp32/common/src/Make.defs           |   4 +
 .../src/esp32_board_spiflash.c}                    |  61 +--
 boards/xtensa/esp32/esp32-devkitc/src/Make.defs    |   4 -
 .../xtensa/esp32/esp32-devkitc/src/esp32-devkitc.h |   9 -
 .../xtensa/esp32/esp32-devkitc/src/esp32_bringup.c |   5 +-
 .../xtensa/esp32/esp32-ethernet-kit/src/Make.defs  |   4 -
 .../esp32/esp32-ethernet-kit/src/esp32_bringup.c   |   5 +-
 .../esp32/esp32-ethernet-kit/src/esp32_spiflash.c  | 517 ---------------------
 boards/xtensa/esp32/esp32-wrover-kit/src/Make.defs |   4 -
 .../esp32/esp32-wrover-kit/src/esp32_bringup.c     |   5 +-
 .../esp32/esp32-wrover-kit/src/esp32_spiflash.c    | 517 ---------------------
 boards/xtensa/esp32/ttgo_lora_esp32/src/Make.defs  |   4 -
 .../esp32/ttgo_lora_esp32/src/esp32_bringup.c      |   5 +-
 .../esp32/ttgo_lora_esp32/src/esp32_spiflash.c     | 208 ---------
 15 files changed, 65 insertions(+), 1312 deletions(-)
 copy boards/xtensa/esp32/common/include/{esp32_board_i2c.h => esp32_board_spiflash.h} (78%)
 rename boards/xtensa/esp32/{esp32-devkitc/src/esp32_spiflash.c => common/src/esp32_board_spiflash.c} (93%)
 delete mode 100644 boards/xtensa/esp32/esp32-ethernet-kit/src/esp32_spiflash.c
 delete mode 100644 boards/xtensa/esp32/esp32-wrover-kit/src/esp32_spiflash.c
 delete mode 100644 boards/xtensa/esp32/ttgo_lora_esp32/src/esp32_spiflash.c