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 9997a858e2 xtensa/esp32s2: Add SPI slave support
     new fae075a749 esp32/ble: Lock the scheduler before creating pinned thread
     new c60d5c2ea1 esp32s3/wireless: Fix typo
     new 606190d9b3 esp32/ble: fix saving/restoring the interrupt status flags
     new 57b8fc9954 esp32/irq: Allow IRAM ISRs to run during SPI flash operation
     new b25793ebac esp32/spiflash: Make it similar to ESP32-S3 by removing 
cache state
     new f94daf09b2 esp32s3/spiflash: Fix comment and remove unused variable
     new 18718316dc esp32/ble: enable the BLE interrupt during a SPI flash 
operation

The 7 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:
 arch/xtensa/include/esp32/irq.h                    |  10 +
 arch/xtensa/src/esp32/Kconfig                      |  41 ++-
 arch/xtensa/src/esp32/esp32_ble_adapter.c          | 220 +++++++++++--
 arch/xtensa/src/esp32/esp32_irq.c                  | 364 ++++++++++++++++++++-
 arch/xtensa/src/esp32/esp32_irq.h                  | 150 ++++++++-
 arch/xtensa/src/esp32/esp32_spicache.c             |  45 ++-
 arch/xtensa/src/esp32/esp32_spicache.h             |  20 +-
 arch/xtensa/src/esp32/esp32_spiflash.c             | 329 +++++++++++++++----
 arch/xtensa/src/esp32/esp32_spiflash.h             |  13 +
 arch/xtensa/src/esp32/esp32_spiram.c               |  10 +-
 arch/xtensa/src/esp32/esp32_user.c                 |  12 +
 arch/xtensa/src/esp32/esp32_wireless.c             | 338 ++++++++++++++++++-
 arch/xtensa/src/esp32/esp32_wireless.h             | 138 ++++++++
 arch/xtensa/src/esp32/hardware/esp32_soc.h         |  19 ++
 arch/xtensa/src/esp32s3/esp32s3_spiflash.c         |   6 +-
 arch/xtensa/src/esp32s3/esp32s3_wireless.c         |   2 +-
 .../esp32/common/include/esp32_board_spiflash.h    |   4 +-
 .../xtensa/esp32/common/scripts/legacy_sections.ld |  37 ++-
 .../xtensa/esp32/common/src/esp32_board_spiflash.c |  10 +-
 .../esp32/esp32-audio-kit/src/esp32_bringup.c      |   2 +-
 .../esp32/esp32-devkitc/configs/ble/defconfig      |   7 +-
 .../xtensa/esp32/esp32-devkitc/src/esp32_bringup.c |   2 +-
 .../esp32/esp32-ethernet-kit/src/esp32_bringup.c   |   2 +-
 .../xtensa/esp32/esp32-lyrat/src/esp32_bringup.c   |   2 +-
 .../esp32/esp32-pico-kit/src/esp32_bringup.c       |   2 +-
 .../esp32/esp32-sparrow-kit/src/esp32_bringup.c    |   2 +-
 .../esp32/esp32-wrover-kit/src/esp32_bringup.c     |   2 +-
 .../lilygo_tbeam_lora_gps/src/esp32_bringup.c      |   2 +-
 .../xtensa/esp32/ttgo_eink5_v2/src/esp32_bringup.c |   2 +-
 .../esp32/ttgo_lora_esp32/src/esp32_bringup.c      |   2 +-
 .../esp32/ttgo_t_display_esp32/src/esp32_bringup.c |   2 +-
 31 files changed, 1636 insertions(+), 161 deletions(-)

Reply via email to