walnux/arch/xtensa/src/esp32s3
2023-05-25 13:46:11 +08:00
..
hardware esp32s3: Add support to RTC 2023-05-06 11:43:01 +08:00
rom xtensa/esp32s3: Support octal lines mode SPIRAM 2023-05-05 18:38:12 +08:00
.gitignore esp32s3/wifi: add support for Wi-Fi (Station mode) 2023-03-10 10:59:14 +02:00
Bootloader.mk espressif: Fix download of IDFboot binaries 2023-03-08 15:55:35 -03:00
chip.h
chip_macros.h xtensa/esp32s3: Configure the PMS peripheral for Protected Mode 2022-12-07 03:07:45 +08:00
chip_memory.h
esp32s3_allocateheap.c xtensa/esp32s3: Support octal lines mode SPIRAM 2023-05-05 18:38:12 +08:00
esp32s3_clockconfig.c nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
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 arch: Save sigdeliver into xcp in the case of signal self delevery 2023-05-17 11:53:18 -06:00
esp32s3_dma.c nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
esp32s3_dma.h Review: Small improvements 2022-07-13 14:28:36 -03:00
esp32s3_efuse.c nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
esp32s3_efuse.h esp32s3: Add support to EFUSE 2023-01-20 15:40:46 +08:00
esp32s3_efuse_lowerhalf.c esp32s3: Add support to EFUSE 2023-01-20 15:40:46 +08:00
esp32s3_efuse_table.c esp32s3: Add support to EFUSE 2023-01-20 15:40:46 +08: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 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 xtensa/esp32s3: Enable SMP support 2022-03-09 10:42:50 +08:00
esp32s3_irq.c esp32s3/wifi: add support for Wi-Fi (Station mode) 2023-03-10 10:59:14 +02:00
esp32s3_irq.h
esp32s3_ledc.c arch: Remove MIN macro definition 2023-03-22 17:26:37 -03:00
esp32s3_ledc.h esp32s3: Add support to PWM using LEDC 2023-02-08 11:02:19 +08:00
esp32s3_libc_stubs.c esp32s3: Define syscall table to enable using ROM functions 2023-02-24 04:06:50 +08:00
esp32s3_lowputc.c esp32xx: Workaround to avoid printing serial trash character 2023-05-12 06:30:35 +03:00
esp32s3_lowputc.h xtensa/esp32s3: Enable SMP support 2022-03-09 10:42:50 +08: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_oneshot_lowerhalf.c arch/xtensa: Remove FAR from chip and board folder 2022-04-17 18:42:38 +03:00
esp32s3_psram.h xtensa/esp32s3: Add SPI RAM/PSRAM Support 2022-03-09 19:22:56 +02:00
esp32s3_psram_octal.c xtensa/esp32s3: Fix code style of esp32s3_psram_octal.c 2023-05-10 10:55:20 -03:00
esp32s3_psram_quad.c xtensa/esp32s3: Support octal lines mode SPIRAM 2023-05-05 18:38:12 +08:00
esp32s3_region.c
esp32s3_region.h
esp32s3_rng.c esp32s3/wifi: add support for Wi-Fi (Station mode) 2023-03-10 10:59:14 +02:00
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 xtensa/esp32s3: Add support for RT-Timer based on Systimer peripheral 2022-03-12 15:27:30 +02:00
esp32s3_rtc.c esp32s3: Add support to RTC 2023-05-06 11:43:01 +08:00
esp32s3_rtc.h esp32s3: Add support to RTC 2023-05-06 11:43:01 +08:00
esp32s3_rtc_gpio.c arch/xtensa/esp32s3: Add support for RTC IRQs 2023-02-08 10:56:15 +08:00
esp32s3_rtc_gpio.h arch/xtensa/esp32s3: Add support for RTC IRQs 2023-02-08 10:56:15 +08:00
esp32s3_rtc_lowerhalf.c esp32s3: Add support to RTC 2023-05-06 11:43:01 +08:00
esp32s3_rtc_lowerhalf.h esp32s3: Add support to RTC 2023-05-06 11:43:01 +08:00
esp32s3_rtcheap.c esp32s3: Add support to RTC 2023-05-06 11:43:01 +08:00
esp32s3_rtcheap.h esp32s3: Add support to RTC 2023-05-06 11:43:01 +08:00
esp32s3_serial.c Indent the define statement by two spaces 2023-05-21 09:52:08 -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 nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
esp32s3_spi.h xtensa/esp32s3: Add basic support to SPI 2022-05-25 16:10:29 -03:00
esp32s3_spi_timing.c xtensa/esp32s3: Support octal lines mode SPIRAM 2023-05-05 18:38:12 +08:00
esp32s3_spi_timing.h xtensa/esp32s3: Support octal lines mode SPIRAM 2023-05-05 18:38:12 +08:00
esp32s3_spiflash.c esp32s3/spiflash: pause other CPU before SPI flash operations 2023-05-24 00:37:46 +08:00
esp32s3_spiflash.h arch/xtensa/esp32s3: Add encrypted support for SPI FLASH. 2022-03-03 19:57:59 +08:00
esp32s3_spiflash_mtd.c fs: Add model field to geometry and mtd_geometry_s 2023-01-31 11:50:28 -03:00
esp32s3_spiflash_mtd.h arch/xtensa/esp32s3: Add encrypted support for SPI FLASH. 2022-03-03 19:57:59 +08:00
esp32s3_spiram.c xtensa/esp32s3: Support 32MB PSRAM 2023-05-25 13:46:11 +08:00
esp32s3_spiram.h xtensa/esp32s3: Support octal lines mode SPIRAM 2023-05-05 18:38:12 +08:00
esp32s3_start.c xtensa/esp32s3: Support octal lines mode SPIRAM 2023-05-05 18:38:12 +08:00
esp32s3_start.h
esp32s3_systemreset.c esp32s3: add reset/shutdown handler to run registered callbacks 2023-03-10 10:59:14 +02:00
esp32s3_systemreset.h esp32s3: add reset/shutdown handler to run registered callbacks 2023-03-10 10:59:14 +02:00
esp32s3_tickless.c xtensa/esp32s3: Stall Systimer when core 1 is temporarily stalled 2022-03-12 11:53:14 +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_tim_lowerhalf.c esp32s3: Clear the timer interrupt to avoid losing the next one 2022-12-28 09:45:29 +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_timerisr.c xtensa/esp32s3: Move code documentation to the correct place 2022-03-12 11:53:14 +08:00
esp32s3_touch.c arch/xtensa/esp32s3: Add support for touch pad interrupts 2023-02-09 02:39:54 +08:00
esp32s3_touch.h arch/xtensa/esp32s3: Add support for touch pad interrupts 2023-02-09 02:39:54 +08:00
esp32s3_touch_lowerhalf.h arch/xtensa/esp32s3: Add support for touch pad interrupts 2023-02-09 02:39:54 +08:00
esp32s3_usbserial.c drivers/serial: Fix docstrings on UART interrupt handlers 2023-02-07 04:41:36 +08: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_userspace.c xtensa/esp32s3: Configure the PMS peripheral for Protected Mode 2022-12-07 03:07:45 +08:00
esp32s3_userspace.h xtensa/esp32s3: Configure the PMS peripheral for Protected Mode 2022-12-07 03:07:45 +08:00
esp32s3_wdt.c arch/xtensa/esp32s3: Add support for RTC IRQs 2023-02-08 10:56:15 +08:00
esp32s3_wdt.h xtensa/esp32s3: Add support for Main System Watchdog Timers 2022-02-25 02:13:00 +08:00
esp32s3_wdt_lowerhalf.c Remove the unnessary empty line after label 2022-09-30 17:54:56 +02:00
esp32s3_wdt_lowerhalf.h xtensa/esp32s3: Add support for Main System Watchdog Timers 2022-02-25 02:13:00 +08:00
esp32s3_wifi_adapter.c esp32s3/wifi: use wapis init config to save Wi-Fi data 2023-05-12 01:09:09 +08:00
esp32s3_wifi_adapter.h esp32s3/wifi: add support to softAP (softAP and softAP + STA mode) 2023-03-16 19:07:25 +01:00
esp32s3_wifi_utils.c esp32s3/wifi: add support for Wi-Fi (Station mode) 2023-03-10 10:59:14 +02:00
esp32s3_wifi_utils.h esp32s3/wifi: add support for Wi-Fi (Station mode) 2023-03-10 10:59:14 +02:00
esp32s3_wireless.c esp32s3/wifi: add support for Wi-Fi (Station mode) 2023-03-10 10:59:14 +02:00
esp32s3_wireless.h esp32s3/wifi: add support for Wi-Fi (Station mode) 2023-03-10 10:59:14 +02:00
esp32s3_wlan.c arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2023-04-06 14:36:26 -03:00
esp32s3_wlan.h esp32s3/wifi: add support to softAP (softAP and softAP + STA mode) 2023-03-16 19:07:25 +01:00
Kconfig esp32s3/wifi: use wapis init config to save Wi-Fi data 2023-05-12 01:09:09 +08:00
Make.defs esp32s3: Add support to RTC 2023-05-06 11:43:01 +08:00
Wireless.mk esp32s3/wifi: move Wi-Fi-related build recipe to a separate file 2023-03-10 10:59:14 +02:00