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 2023/10/05 03:25:49 UTC

[nuttx] branch master updated (2e93882bcf -> 6521bdfa1f)

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 2e93882bcf esp32/ble: Fix task_create_wrapper CPU core ID passed as argument
     add 86b118854e esp32s3/irq: Fix erroneous interrupt allocation for each CPU core
     add 0ddb64555a esp32s3/irq: Allow IRAM ISRs to run during SPI flash operation
     add a71a3258b7 esp32s3/ble: enable the BLE interrupt during a SPI flash operation
     add 6521bdfa1f esp32s3/ble: fix saving/restoring the interrupt status flags

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/include/esp32s3/irq.h                  |  26 +-
 arch/xtensa/src/esp32s3/Kconfig                    |  30 ++
 arch/xtensa/src/esp32s3/esp32s3_ble_adapter.c      | 200 ++++++++---
 arch/xtensa/src/esp32s3/esp32s3_irq.c              | 348 +++++++++++++++++--
 arch/xtensa/src/esp32s3/esp32s3_irq.h              | 134 +++++++-
 arch/xtensa/src/esp32s3/esp32s3_spiflash.c         | 377 +++++++++++++++++----
 arch/xtensa/src/esp32s3/esp32s3_wireless.c         | 307 ++++++++++++++++-
 arch/xtensa/src/esp32s3/esp32s3_wireless.h         | 138 ++++++++
 arch/xtensa/src/esp32s3/hardware/esp32s3_soc.h     |  13 +
 .../esp32s3/common/scripts/legacy_sections.ld      |  20 +-
 10 files changed, 1442 insertions(+), 151 deletions(-)