nuttx/arch/xtensa/src/esp32s2
Alan Carvalho de Assis 245db6742c esp32s2: Fix UART1 default pins
The default pins to UART1 should be 17 (TXD) and 18 (RXD).
2023-07-01 13:11:39 +08:00
..
hardware arch/xtensa/esp32s2: Fix SPI DMA implementation 2023-06-15 03:29:30 +08:00
rom arch/xtensa/esp32s2: Define syscall table to enable using ROM functions 2023-05-10 15:39:44 -03:00
.gitignore
Bootloader.mk espressif: Fix download of IDFboot binaries 2023-03-08 15:55:35 -03:00
chip.h
chip_macros.h
chip_memory.h
esp32s2_allocateheap.c arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
esp32s2_clockconfig.c nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
esp32s2_clockconfig.h
esp32s2_config.h
esp32s2_dma.c nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
esp32s2_dma.h xtensa/esp32s2: add initial support for I2S 2022-10-22 15:18:35 +08:00
esp32s2_efuse.c nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
esp32s2_efuse.h esp32s2: Add support to EFUSE 2023-01-20 15:41:13 +08:00
esp32s2_efuse_lowerhalf.c esp32s2: Add support to EFUSE 2023-01-20 15:41:13 +08:00
esp32s2_efuse_table.c esp32s2: Add support to EFUSE 2023-01-20 15:41:13 +08:00
esp32s2_freerun.c Remove the tail spaces from all files except Documentation 2023-02-26 13:24:24 -08:00
esp32s2_freerun.h
esp32s2_gpio.c
esp32s2_gpio.h
esp32s2_i2c.c use SEM_INITIALIZER inside of NXSEM_INITIALIZER 2022-10-22 14:50:48 +08:00
esp32s2_i2c.h xtensa/esp32s2: Add driver for I2C peripheral in Master mode 2022-06-30 00:32:02 +03:00
esp32s2_i2s.c audio: Add i2s_getmclkfrequency function 2023-05-04 18:41:54 -03:00
esp32s2_i2s.h xtensa/esp32s2: add initial support for I2S 2022-10-22 15:18:35 +08:00
esp32s2_idle.c power: add PM_IDLE_DOMAIN to pm.h and remove definations 2022-07-29 11:15:40 +08:00
esp32s2_irq.c arch/xtensa/esp32s2: Add support for RTC IRQs 2023-02-04 18:28:10 -03:00
esp32s2_irq.h
esp32s2_ledc.c arch: Remove MIN macro definition 2023-03-22 17:26:37 -03:00
esp32s2_ledc.h esp32s2: Add support to LEDC PWM 2023-02-08 10:56:32 +08:00
esp32s2_libc_stubs.c arch/xtensa/esp32s2: Define syscall table to enable using ROM functions 2023-05-10 15:39:44 -03:00
esp32s2_lowputc.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
esp32s2_lowputc.h
esp32s2_oneshot.c
esp32s2_oneshot.h
esp32s2_oneshot_lowerhalf.c
esp32s2_psram.c
esp32s2_psram.h
esp32s2_region.c
esp32s2_region.h
esp32s2_rng.c nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
esp32s2_rt_timer.c Initialize global mutext/sem by NXMUTEX_INITIALIZER and SEM_INITIALIZER 2022-11-14 09:34:04 +09:00
esp32s2_rt_timer.h
esp32s2_rtc_gpio.c arch/xtensa/esp32s2: Add support for RTC IRQs 2023-02-04 18:28:10 -03:00
esp32s2_rtc_gpio.h arch/xtensa/esp32s2: Add support for RTC IRQs 2023-02-04 18:28:10 -03:00
esp32s2_serial.c Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
esp32s2_spi.c arch/xtensa/esp32s2: Fix SPI DMA implementation 2023-06-15 03:29:30 +08:00
esp32s2_spi.h xtensa/esp32s2: Add basic support to SPI 2022-08-11 15:49:55 +03:00
esp32s2_spiram.c arch/xtensa/esp32s2: Fix SPIRAM compilation warnings 2023-05-04 18:41:54 -03:00
esp32s2_spiram.h arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
esp32s2_start.c arch/xtensa/esp32s2: Define syscall table to enable using ROM functions 2023-05-10 15:39:44 -03:00
esp32s2_start.h
esp32s2_systemreset.c
esp32s2_tim.c
esp32s2_tim.h
esp32s2_tim_lowerhalf.c esp32s2: Clear the timer interrupt to avoid losing the next one 2022-12-28 09:45:29 +08:00
esp32s2_tim_lowerhalf.h
esp32s2_timerisr.c
esp32s2_touch.c boards/xtensa/esp32s2-kaluga-1: Add touch pad support 2023-03-26 12:59:37 -03:00
esp32s2_touch.h arch/xtensa/esp32s2: Add support for touch pad interrupts 2023-02-07 12:19:41 +08:00
esp32s2_touch_lowerhalf.h arch/xtensa/esp32s2: Fix touch function typo 2023-02-07 12:19:41 +08:00
esp32s2_user.c arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
esp32s2_wdt.c arch/xtensa/esp32s2: Add support for RTC IRQs 2023-02-04 18:28:10 -03:00
esp32s2_wdt.h
esp32s2_wdt_lowerhalf.c
esp32s2_wdt_lowerhalf.h
Kconfig esp32s2: Fix UART1 default pins 2023-07-01 13:11:39 +08:00
Kconfig.security
Make.defs arch/xtensa/esp32s2: Define syscall table to enable using ROM functions 2023-05-10 15:39:44 -03:00