nuttx/arch/xtensa/src/esp32s3
Gustavo Henrique Nihei e24621d545 arch: Convert DEBUGASSERT(false) into more intuitive DEBUGPANIC()
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
2022-07-14 12:08:45 +08:00
..
hardware xtensa/esp32s3: Add support to Generic DMA 2022-07-13 14:28:36 -03:00
rom xtensa/esp32s3: Add SPI RAM/PSRAM Support 2022-03-09 19:22:56 +02:00
.gitignore
Bootloader.mk
chip_macros.h arch: Move [arm|xtensa]_intstack_[alloc|top] to common header file 2022-03-11 23:08:07 +02:00
chip_memory.h
chip.h
esp32s3_allocateheap.c
esp32s3_clockconfig.c
esp32s3_clockconfig.h
esp32s3_config.h esp32s3: Add support to USBSERIAL to use as console 2022-06-16 17:20:32 +03:00
esp32s3_cpuidlestack.c arch/xtensa: Simply use xtensa_createstack for CPU1 idle task. 2022-04-26 01:36:54 +08:00
esp32s3_cpuindex.S xtensa/esp32s3: Enable SMP support 2022-03-09 10:42:50 +08:00
esp32s3_cpustart.c xtensa:esp32: enable cp processor of app core 2022-05-23 22:02:24 +02:00
esp32s3_dma.c xtensa/esp32s3: Add support to Generic DMA 2022-07-13 14:28:36 -03:00
esp32s3_dma.h Review: Small improvements 2022-07-13 14:28:36 -03:00
esp32s3_freerun.c xtensa/esp32s3: Enable SMP support 2022-03-09 10:42:50 +08:00
esp32s3_freerun.h xtensa/esp32s3: Add support for Free-running Timer 2022-03-03 10:58:53 +08:00
esp32s3_gpio.c xtensa/esp32s3: Add support for GPIO pin interrupts 2022-03-23 07:23:51 +09:00
esp32s3_gpio.h xtensa/esp32s3: Add support for GPIO pin interrupts 2022-03-23 07:23:51 +09:00
esp32s3_i2c.c xtensa/esp32s3: Add driver for I2C peripheral in Master mode 2022-06-30 00:32:17 +03:00
esp32s3_i2c.h xtensa/esp32s3: Add driver for I2C peripheral in Master mode 2022-06-30 00:32:17 +03:00
esp32s3_idle.c
esp32s3_intercpu_interrupt.c xtensa/esp32s3: Enable SMP support 2022-03-09 10:42:50 +08:00
esp32s3_irq.c xtensa/esp32s3: Add support for GPIO pin interrupts 2022-03-23 07:23:51 +09:00
esp32s3_irq.h
esp32s3_lowputc.c xtensa/esp32s3: Enable UART pins to use IOMUX and bypass GPIO matrix 2022-03-19 01:08:27 +02:00
esp32s3_lowputc.h xtensa/esp32s3: Enable SMP support 2022-03-09 10:42:50 +08:00
esp32s3_oneshot_lowerhalf.c arch/xtensa: Remove FAR from chip and board folder 2022-04-17 18:42:38 +03:00
esp32s3_oneshot.c xtensa/esp32s3: Add support for Oneshot timer 2022-02-25 10:51:25 +08:00
esp32s3_oneshot.h xtensa/esp32s3: Add support for Oneshot timer 2022-02-25 10:51:25 +08:00
esp32s3_psram.c xtensa/esp32s3: Add SPI RAM/PSRAM Support 2022-03-09 19:22:56 +02:00
esp32s3_psram.h xtensa/esp32s3: Add SPI RAM/PSRAM Support 2022-03-09 19:22:56 +02:00
esp32s3_region.c
esp32s3_region.h
esp32s3_rt_timer.c pid_t: unify usage of special task IDs 2022-03-22 21:22:32 +08:00
esp32s3_rt_timer.h xtensa/esp32s3: Add support for RT-Timer based on Systimer peripheral 2022-03-12 15:27:30 +02:00
esp32s3_serial.c esp32s3: Add support to USBSERIAL to use as console 2022-06-16 17:20:32 +03:00
esp32s3_smp.h arch/xtensa: Simply use xtensa_createstack for CPU1 idle task. 2022-04-26 01:36:54 +08:00
esp32s3_spi.c arch: Convert DEBUGASSERT(false) into more intuitive DEBUGPANIC() 2022-07-14 12:08:45 +08:00
esp32s3_spi.h xtensa/esp32s3: Add basic support to SPI 2022-05-25 16:10:29 -03:00
esp32s3_spiflash_mtd.c arch/xtensa/esp32s3: Add encrypted support for SPI FLASH. 2022-03-03 19:57:59 +08:00
esp32s3_spiflash_mtd.h arch/xtensa/esp32s3: Add encrypted support for SPI FLASH. 2022-03-03 19:57:59 +08:00
esp32s3_spiflash.c arch/xtensa/esp32s3: Add encrypted support for SPI FLASH. 2022-03-03 19:57:59 +08:00
esp32s3_spiflash.h arch/xtensa/esp32s3: Add encrypted support for SPI FLASH. 2022-03-03 19:57:59 +08:00
esp32s3_spiram.c xtensa/esp32s3: Add SPI RAM/PSRAM Support 2022-03-09 19:22:56 +02:00
esp32s3_spiram.h xtensa/esp32s3: Add SPI RAM/PSRAM Support 2022-03-09 19:22:56 +02:00
esp32s3_start.c esp32(s3)_start.c: In SMP mode, don't disable APP CPU at startup. It starts in a 2022-03-17 14:33:32 -03:00
esp32s3_start.h
esp32s3_systemreset.c
esp32s3_tickless.c xtensa/esp32s3: Stall Systimer when core 1 is temporarily stalled 2022-03-12 11:53:14 +08:00
esp32s3_tim_lowerhalf.c timer_lowerhalf: minor improvements 2022-03-15 10:30:48 +08:00
esp32s3_tim_lowerhalf.h xtensa/esp32s3: Add support for Timer Groups 0 and 1 2022-02-25 00:13:34 +08:00
esp32s3_tim.c xtensa/esp32s3: Add support for Timer Groups 0 and 1 2022-02-25 00:13:34 +08:00
esp32s3_tim.h xtensa/esp32s3: Add support for Timer Groups 0 and 1 2022-02-25 00:13:34 +08:00
esp32s3_timerisr.c xtensa/esp32s3: Move code documentation to the correct place 2022-03-12 11:53:14 +08:00
esp32s3_usbserial.c esp32s3: Add support to USBSERIAL to use as console 2022-06-16 17:20:32 +03:00
esp32s3_usbserial.h esp32s3: Add support to USBSERIAL to use as console 2022-06-16 17:20:32 +03:00
esp32s3_user.c
esp32s3_wdt_lowerhalf.c xtensa/esp32s3: Enable SMP support 2022-03-09 10:42:50 +08:00
esp32s3_wdt_lowerhalf.h xtensa/esp32s3: Add support for Main System Watchdog Timers 2022-02-25 02:13:00 +08:00
esp32s3_wdt.c xtensa/esp32s3: Apply minor fixes to documentation and code style 2022-02-25 10:51:25 +08:00
esp32s3_wdt.h xtensa/esp32s3: Add support for Main System Watchdog Timers 2022-02-25 02:13:00 +08:00
Kconfig xtensa/esp32s3: Add DMA support to SPI 2022-07-13 14:28:36 -03:00
Make.defs xtensa/esp32s3: Add support to Generic DMA 2022-07-13 14:28:36 -03:00