nuttx/arch/xtensa/src/esp32s3
2022-11-22 16:27:56 +08:00
..
hardware xtensa/esp32s3: Add support to Generic DMA 2022-07-13 14:28:36 -03:00
rom
.gitignore
Bootloader.mk
chip_macros.h
chip_memory.h
chip.h
esp32s3_allocateheap.c arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
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
esp32s3_cpuindex.S
esp32s3_cpustart.c arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
esp32s3_dma.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
esp32s3_dma.h Review: Small improvements 2022-07-13 14:28:36 -03:00
esp32s3_freerun.c
esp32s3_freerun.h
esp32s3_gpio.c
esp32s3_gpio.h
esp32s3_i2c.c use SEM_INITIALIZER inside of NXSEM_INITIALIZER 2022-10-22 14:50:48 +08: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
esp32s3_irq.c arch: move non arm g_current_regs defintion to common place 2022-09-21 22:23:11 +02:00
esp32s3_irq.h
esp32s3_lowputc.c arch: rename arch special function name 2022-11-22 16:27:56 +08:00
esp32s3_lowputc.h
esp32s3_oneshot_lowerhalf.c
esp32s3_oneshot.c
esp32s3_oneshot.h
esp32s3_psram.c
esp32s3_psram.h
esp32s3_region.c
esp32s3_region.h
esp32s3_rt_timer.c Initialize global mutext/sem by NXMUTEX_INITIALIZER and SEM_INITIALIZER 2022-11-14 09:34:04 +09:00
esp32s3_rt_timer.h
esp32s3_serial.c arch: rename arch special function name 2022-11-22 16:27:56 +08:00
esp32s3_smp.h
esp32s3_spi.c use SEM_INITIALIZER inside of NXSEM_INITIALIZER 2022-10-22 14:50:48 +08:00
esp32s3_spi.h xtensa/esp32s3: Add basic support to SPI 2022-05-25 16:10:29 -03:00
esp32s3_spiflash_mtd.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
esp32s3_spiflash_mtd.h
esp32s3_spiflash.c
esp32s3_spiflash.h
esp32s3_spiram.c arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
esp32s3_spiram.h arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
esp32s3_start.c arch: rename arch special function name 2022-11-22 16:27:56 +08:00
esp32s3_start.h
esp32s3_systemreset.c
esp32s3_tickless.c
esp32s3_tim_lowerhalf.c
esp32s3_tim_lowerhalf.h
esp32s3_tim.c
esp32s3_tim.h
esp32s3_timerisr.c
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 Remove the unnessary empty line after label 2022-09-30 17:54:56 +02:00
esp32s3_wdt_lowerhalf.h
esp32s3_wdt.c Remove the unnessary empty line after label 2022-09-30 17:54:56 +02:00
esp32s3_wdt.h
Kconfig esp32[-s2/-s3/-c3]: Re-sort SPI Flash configs 2022-10-27 10:07:40 +08:00
Make.defs xtensa/esp32s3: Add support to Generic DMA 2022-07-13 14:28:36 -03:00