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 4888be3  arch/arm/src/sam34/sam_dmac.c:  Fix compilation error
     add 4a29fa9  xtensa/esp32s3: Enable SMP support

No new revisions were added by this update.

Summary of changes:
 arch/xtensa/src/esp32s3/Make.defs                  |   9 +
 arch/xtensa/src/esp32s3/chip_macros.h              |  55 ++++--
 .../esp32s3_cpuidlestack.c}                        |  12 +-
 .../esp32s3_cpuindex.S}                            |   4 +-
 .../esp32s3_cpustart.c}                            | 113 ++++-------
 arch/xtensa/src/esp32s3/esp32s3_freerun.c          |  17 +-
 .../esp32s3_intercpu_interrupt.c}                  |  31 +--
 arch/xtensa/src/esp32s3/esp32s3_irq.c              | 215 +++++++++++++++++++--
 arch/xtensa/src/esp32s3/esp32s3_lowputc.c          |   6 +-
 arch/xtensa/src/esp32s3/esp32s3_lowputc.h          |  21 +-
 .../xtensa/src/esp32s3/esp32s3_oneshot_lowerhalf.c |  22 ++-
 arch/xtensa/src/esp32s3/esp32s3_serial.c           |   6 +
 .../{esp32/esp32_smp.h => esp32s3/esp32s3_smp.h}   |  14 +-
 arch/xtensa/src/esp32s3/esp32s3_tim_lowerhalf.c    |  14 +-
 arch/xtensa/src/esp32s3/esp32s3_wdt_lowerhalf.c    |  33 ++--
 .../configs/{timer => smp}/defconfig               |  21 +-
 16 files changed, 395 insertions(+), 198 deletions(-)
 copy arch/xtensa/src/{esp32/esp32_cpuidlestack.c => 
esp32s3/esp32s3_cpuidlestack.c} (94%)
 copy arch/xtensa/src/{esp32/esp32_cpuindex.S => esp32s3/esp32s3_cpuindex.S} 
(96%)
 copy arch/xtensa/src/{esp32/esp32_cpustart.c => esp32s3/esp32s3_cpustart.c} 
(75%)
 copy arch/xtensa/src/{esp32/esp32_intercpu_interrupt.c => 
esp32s3/esp32s3_intercpu_interrupt.c} (80%)
 copy arch/xtensa/src/{esp32/esp32_smp.h => esp32s3/esp32s3_smp.h} (87%)
 copy boards/xtensa/esp32s3/esp32s3-devkit/configs/{timer => smp}/defconfig 
(82%)

Reply via email to