This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 7acb298f26 xtensa/esp32s3: add setup rx dma after slave receive data
new a876f00e2a risc-v/espressif: support marking interrupt as running from
IRAM
new b3d0dca84e xtensa/esp32: fix cpuint debug asssertion bit mask
new 8153307da5 espressif: remove static from spiflash operations
The 3 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/risc-v/src/common/espressif/Kconfig | 13 ++
arch/risc-v/src/common/espressif/esp_irq.c | 179 ++++++++++++++++++++-
arch/risc-v/src/common/espressif/esp_irq.h | 86 +++++++++-
arch/risc-v/src/common/espressif/esp_spiflash.c | 8 +-
arch/xtensa/include/esp32/irq.h | 5 +
arch/xtensa/src/common/espressif/esp_spiflash.c | 8 +-
arch/xtensa/src/esp32/esp32_irq.c | 3 +-
arch/xtensa/src/esp32/esp32_spiflash.c | 8 +-
arch/xtensa/src/esp32s3/esp32s3_spiflash.c | 8 +-
.../esp32c3/common/scripts/esp32c3_sections.ld | 4 +
.../esp32c6/common/scripts/esp32c6_sections.ld | 5 +-
.../esp32h2/common/scripts/esp32h2_sections.ld | 4 +
12 files changed, 306 insertions(+), 25 deletions(-)