This is an automated email from the ASF dual-hosted git repository. gustavonihei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from b1c72c023c libc/stdio: enable long long formating by CONFIG_HAVE_LONG_LONG new 1cb3c0d630 xtensa/esp32s3: Add support to Generic DMA new 368d65459c xtensa/esp32s3: Add DMA support to SPI new 1e03a70258 Add DMA support to SPI and small issues on SPI driver new 7d3eefbdce Review: Small improvements 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: arch/xtensa/src/esp32s3/Kconfig | 28 + arch/xtensa/src/esp32s3/Make.defs | 4 + .../src/esp32s3/esp32s3_dma.c} | 64 +- .../src/esp32s3/esp32s3_dma.h} | 88 +- arch/xtensa/src/esp32s3/esp32s3_spi.c | 390 +- arch/xtensa/src/esp32s3/hardware/esp32s3_dma.h | 8666 ++++++++++++++++++++ 6 files changed, 9163 insertions(+), 77 deletions(-) copy arch/{risc-v/src/esp32c3/esp32c3_dma.c => xtensa/src/esp32s3/esp32s3_dma.c} (86%) copy arch/{risc-v/src/esp32c3/esp32c3_dma.h => xtensa/src/esp32s3/esp32s3_dma.h} (71%) create mode 100644 arch/xtensa/src/esp32s3/hardware/esp32s3_dma.h