nuttx/arch/xtensa/src/esp32
Gustavo Henrique Nihei fb00ab3242 xtensa/esp32: Rename MTD-related configs to become more intuitive
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
2021-10-25 21:45:20 -05:00
..
hardware espressif: Fix references to Wi-Fi according to Wi-Fi Alliance 2021-10-25 08:01:44 -05:00
rom xtensa/esp32: Fix typos reported by codespell 2021-02-25 15:02:15 +00:00
.gitignore xtensa/esp32: Enable build system to download or build bins from source 2021-09-23 20:52:25 -07:00
Bootloader.mk xtensa/esp32: Enable Partition Table allocation at custom offset 2021-10-25 16:34:58 -03:00
chip_macros.h arch: esp32: Replace getcoreid with the latest esp-idf's 2021-06-21 06:21:39 -05:00
chip_memory.h arch:xtensa: add __ASSEMBLY__ for espxxx_soc.h 2021-08-12 16:18:35 +02:00
chip.h arch:esp: create chip.h header for chip src code. 2021-08-12 16:18:35 +02:00
esp32_aes.c arch/xtensa/esp32: Remove the AES test from the driver. 2021-10-19 18:41:57 -03:00
esp32_aes.h xtensa/esp32: Add AES hardware accelerator driver 2021-01-21 15:06:35 -03:00
esp32_allocateheap.c esp32: Add initial support to Bluetooth Low Energy 2021-10-04 15:10:37 -03:00
esp32_ble_adapter.c espressif: Fix references to Wi-Fi according to Wi-Fi Alliance 2021-10-25 08:01:44 -05:00
esp32_ble_adapter.h esp32: Add initial support to Bluetooth Low Energy 2021-10-04 15:10:37 -03:00
esp32_ble.c esp32: Add initial support to Bluetooth Low Energy 2021-10-04 15:10:37 -03:00
esp32_ble.h esp32: Add initial support to Bluetooth Low Energy 2021-10-04 15:10:37 -03:00
esp32_clockconfig.c arch: xtensa: Espressif Systems: update licenses to Apache 2021-04-01 12:13:12 -05:00
esp32_clockconfig.h arch: xtensa: Author Gregory Nutt: update licenses to Apache 2021-04-02 03:14:31 -05:00
esp32_config.h arch: xtensa: Author Gregory Nutt: update licenses to Apache 2021-04-02 03:14:31 -05:00
esp32_cpuidlestack.c arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_cpuindex.S arch: xtensa: Author Gregory Nutt: update licenses to Apache 2021-04-02 03:14:31 -05:00
esp32_cpustart.c arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_dma.c xtensa/esp32: Clean up unused include headers from DMA driver 2021-03-26 23:40:44 -05:00
esp32_dma.h xtensa/esp32: Clean up esp32_dma_init code 2021-03-20 19:23:44 -07:00
esp32_efuse_lowerhalf.c arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_efuse_table.c xtensa/esp32: Add efuse driver 2021-01-26 18:23:43 -08:00
esp32_efuse.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
esp32_efuse.h arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_emac.c esp32_emac.c: Use device specific locks. 2021-10-16 00:01:23 -07:00
esp32_emac.h Add ESP32 Ethernet device driver 2020-08-06 23:35:16 +01:00
esp32_extraheaps.c arch/xtensa/esp32: Remove up_textheap_init function since it's not 2021-06-26 09:52:43 -05:00
esp32_freerun.c esp32/esp32_freerun.c: Use device specific locks. 2021-10-16 00:01:23 -07:00
esp32_freerun.h arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_gpio.c arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_gpio.h arch/esp32: Properly handle GPIO interrupt in SMP. 2021-08-27 13:24:00 +09:00
esp32_himem.c arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_himem.h esp32_spiram/psram/himem: Add and fix the files' sections. 2021-09-23 02:49:11 -07:00
esp32_i2c.c esp32/esp32_i2c.c: Use device specific locks. 2021-10-16 00:01:23 -07:00
esp32_i2c.h arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_idle.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
esp32_imm.c arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_intercpu_interrupt.c esp32_intercpu_interrupt.c: Force the functions to internal SRAM. 2021-10-16 22:56:21 -07:00
esp32_iramheap.c mm: Remove mm_heap_impl_s struct 2021-07-07 04:25:15 -07:00
esp32_iramheap.h arch/xtensa/src/esp32: Extract the IRAM region as a separate heap. 2021-06-23 08:37:01 +09:00
esp32_irq.c esp32: Add initial support to Bluetooth Low Energy 2021-10-04 15:10:37 -03:00
esp32_irq.h arch/xtensa/esp32_irq.c: Enable/disable interrupts using the Interrupt 2021-08-26 07:06:22 +09:00
esp32_oneshot_lowerhalf.c esp32_oneshot_lowerhalf.c: Use the same alignment as the rest of the 2021-10-16 00:01:23 -07:00
esp32_oneshot.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
esp32_oneshot.h arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_partition.c xtensa/esp32: Refactor and reorganize Partition Table related configs 2021-10-25 16:34:58 -03:00
esp32_partition.h xtensa/esp32: Add Partition and OTA device 2020-11-03 21:54:07 +01:00
esp32_pm.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
esp32_pm.h xtensa/esp32: Support auto-sleep 2021-05-19 06:45:42 -03:00
esp32_pminitialize.c xtensa/esp32: Add power management of force-sleep 2020-09-20 17:23:07 +01:00
esp32_psram.c esp32_spiram/psram/himem: Add and fix the files' sections. 2021-09-23 02:49:11 -07:00
esp32_psram.h esp32_spiram/psram/himem: Add and fix the files' sections. 2021-09-23 02:49:11 -07:00
esp32_region.c arch: xtensa: Espressif Systems: update licenses to Apache 2021-04-01 12:13:12 -05:00
esp32_region.h arch: xtensa: Author Gregory Nutt: update licenses to Apache 2021-04-02 03:14:31 -05:00
esp32_resetcause.c arch/xtensa/src/esp32: Add a way to retrieve reset cause. 2020-10-07 11:51:47 -03:00
esp32_resetcause.h sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
esp32_rng.c espressif: Fix references to Wi-Fi according to Wi-Fi Alliance 2021-10-25 08:01:44 -05:00
esp32_rt_timer.c esp32_rt_timer.c: Group static variables into a struct and fix naming 2021-10-16 00:01:23 -07:00
esp32_rt_timer.h arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_rtc_gpio.h esp32: Fix GPIO Pull-Up/Pull-Down using RTC GPIO 2021-04-11 14:36:02 +01:00
esp32_rtc_lowerhalf.c arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_rtc_lowerhalf.h xtensa/esp32: Support ESP32 RTC driver 2021-06-18 22:01:34 -05:00
esp32_rtc.c espressif: Fix references to Wi-Fi according to Wi-Fi Alliance 2021-10-25 08:01:44 -05:00
esp32_rtc.h arch/xtensa: Remove CODE qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_rtcheap.c mm: Remove mm_heap_impl_s struct 2021-07-07 04:25:15 -07:00
esp32_rtcheap.h arch/xtensa/esp32: Add the RTC Slow memory as a separate heap. 2021-06-23 08:37:01 +09:00
esp32_serial.c arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_smp.h arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_spi_slave.c esp32/esp32_spi_slave.c: Use device specific locks. 2021-10-16 00:01:23 -07:00
esp32_spi.c esp32/esp32_spi.c: Use device specific locks. 2021-10-16 00:01:23 -07:00
esp32_spi.h arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_spicache.c Replace wrong inclusion of sys/errno.h (toolchain provided) with errno.h 2021-04-07 21:27:06 -05:00
esp32_spicache.h xtensa/esp32: Fix cache issue detected by DEBUG_ASSERTION 2021-02-04 21:22:01 +00:00
esp32_spiflash.c esp32_spiflash.c: Allocate only one variable to hold the cache state in 2021-10-16 22:56:21 -07:00
esp32_spiflash.h arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_spiram.c esp32_spiram/psram/himem: Add and fix the files' sections. 2021-09-23 02:49:11 -07:00
esp32_spiram.h esp32_spiram/psram/himem: Add and fix the files' sections. 2021-09-23 02:49:11 -07:00
esp32_start.c esp32_start.c: Initialize the SPI RAM before enabling its cache. 2021-09-27 05:13:51 -07:00
esp32_start.h arch: xtensa: Author Gregory Nutt: update licenses to Apache 2021-04-02 03:14:31 -05:00
esp32_systemreset.c arch/xtensa/esp32: Implement system reset. 2020-10-07 11:51:47 -03:00
esp32_textheap.c arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_tickless.c arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_tickless.h xtensa/esp32: Fix code nxstyle issue 2021-05-19 06:45:42 -03:00
esp32_tim_lowerhalf.c arch/xtensa/esp32_tim_lowerhalf.c: Use device specific locks. 2021-10-16 00:01:23 -07:00
esp32_tim_lowerhalf.h arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_tim.c arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_tim.h arch/xtensa: Remove CODE qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_timerisr.c arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_user.c arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_wdt_lowerhalf.c xtensa/esp32_wdt_lowerhalf.c: Use device specific locks. 2021-10-16 00:01:23 -07:00
esp32_wdt_lowerhalf.h arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_wdt.c arch/xtensa: Remove FAR qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_wdt.h arch/xtensa: Remove CODE qualifier for Xtensa-specific files 2021-09-22 08:16:01 -03:00
esp32_wifi_adapter.c espressif: Fix references to Wi-Fi according to Wi-Fi Alliance 2021-10-25 08:01:44 -05:00
esp32_wifi_adapter.h espressif: Fix references to Wi-Fi according to Wi-Fi Alliance 2021-10-25 08:01:44 -05:00
esp32_wifi_utils.c espressif: Fix references to Wi-Fi according to Wi-Fi Alliance 2021-10-25 08:01:44 -05:00
esp32_wifi_utils.h espressif: Fix references to Wi-Fi according to Wi-Fi Alliance 2021-10-25 08:01:44 -05:00
esp32_wlan.c espressif: Fix references to Wi-Fi according to Wi-Fi Alliance 2021-10-25 08:01:44 -05:00
esp32_wlan.h xtensa/esp32: Refactor ESP32 WiFi driver to support station and softAP coexistence 2021-03-16 10:20:59 -03:00
Kconfig xtensa/esp32: Rename MTD-related configs to become more intuitive 2021-10-25 21:45:20 -05:00
Make.defs xtensa/esp32: Refactor and reorganize Partition Table related configs 2021-10-25 16:34:58 -03:00