nuttx/arch/xtensa/src/esp32
ligd 87694f68a7 mqueue: add file_mq_xx for kernel use
Change-Id: Ida12f5938388cca2f233a4cde90277a218033645
Signed-off-by: ligd <liguiding1@xiaomi.com>
2021-01-08 14:31:37 +08:00
..
hardware arch/xtensa: Print backtrace on assertions. 2020-11-21 11:31:46 -03:00
rom Add support to PSRAM using SPIRAM interface 2020-10-07 16:55:34 +01:00
.gitignore arch/xtensa/src/esp32/Make.defs: Download Espressif's Wireless-3rdparty 2020-10-17 22:46:27 +09:00
chip_macros.h arch/xtensa/src/esp32: SMP case of interruptstack. 2020-10-27 07:44:20 +09:00
chip_memory.h arch/xtensa/src/esp32/chip_memory.h: Chip implementation of memory test 2020-11-21 11:31:46 -03:00
esp32_allocateheap.c arch/xtensa/src/esp32/esp32_allocateheap.c: Fix the memory regions with 2020-11-06 18:36:41 -03:00
esp32_clockconfig.c xtensa/esp32: Add power management of force-sleep 2020-09-20 17:23:07 +01:00
esp32_clockconfig.h xtensa/esp32: Add power management of force-sleep 2020-09-20 17:23:07 +01:00
esp32_config.h Appease many of nxstyle errors for esp32 related files 2020-03-12 07:45:44 -06:00
esp32_cpuidlestack.c Fix typos in comments and documentation (#750) 2020-04-08 06:45:35 -06:00
esp32_cpuindex.S
esp32_cpuint.c xtensa/esp32: Added Timer Support 2020-10-07 14:12:22 -03:00
esp32_cpuint.h xtensa/esp32: Added Timer Support 2020-10-07 14:12:22 -03:00
esp32_cpustart.c Run nxstyle against all .c and .h files modified by this PR. 2020-05-09 14:19:08 -03:00
esp32_dma.c xtensa/esp32: Improve SPI transmission 2020-08-21 10:04:27 +01:00
esp32_dma.h esp32: Fix a few #endif comments 2020-10-20 18:50:28 +08:00
esp32_emac.c arch/netdev: try tcp timer in every txavail call 2020-12-15 21:41:29 +08:00
esp32_emac.h Add ESP32 Ethernet device driver 2020-08-06 23:35:16 +01:00
esp32_gpio.c arch/xtensa/src/esp32/esp32_gpio.c: Fix GPIO IRQ assert condition. 2020-11-19 07:38:59 -08:00
esp32_gpio.h arch/xtensa/src/esp/esp32/esp32_gpio.c: Fix the function's mask test 2020-10-08 09:28:53 +09:00
esp32_himem.c Replace all assert() with DEBUGASSERT() 2020-11-22 07:43:04 -08:00
esp32_himem.h xtensa/esp32: Add high memory support to work with PSRAM 2020-11-18 22:21:53 +01:00
esp32_i2c.c arch/xtensa/src/esp32: Use the same function numbering as the TRM. 2020-10-07 11:52:04 -03:00
esp32_i2c.h ESP32: Add driver support to I2C 2020-07-28 14:31:55 +01:00
esp32_idle.c xtensa/esp32: Add power management of deep-sleep 2020-10-17 19:38:14 -03:00
esp32_imm.c arch/xtensa: Fix the naming of the internal heap functions. They should 2020-10-25 20:20:01 -03:00
esp32_intdecode.c arch/xtensa/src/esp32/esp32_intdecode.c: Don't clear A2, the mask 2020-10-07 07:47:06 +09:00
esp32_intercpu_interrupt.c arch: xtensa: Fix SMP related logic 2020-03-04 23:34:43 -06:00
esp32_irq.c arch/xtensa/src/esp32: SMP case of interruptstack. 2020-10-27 07:44:20 +09:00
esp32_modtext.c Introduce instruction memory allocator 2020-03-16 07:54:49 -06:00
esp32_partition.c xtensa/esp32: Add Partition and OTA device 2020-11-03 21:54:07 +01:00
esp32_partition.h xtensa/esp32: Add Partition and OTA device 2020-11-03 21:54:07 +01:00
esp32_pm.c xtensa/esp32: Add power management of deep-sleep 2020-10-17 19:38:14 -03:00
esp32_pm.h xtensa/esp32: Add power management of deep-sleep 2020-10-17 19:38:14 -03:00
esp32_pminitialize.c xtensa/esp32: Add power management of force-sleep 2020-09-20 17:23:07 +01:00
esp32_procfs_imm.c arch/xtensa: Fix the naming of the internal heap functions. They should 2020-10-25 20:20:01 -03:00
esp32_procfs_imm.h arch/xtensa/src/esp32: Add a PROCFS entry for the internal memory 2020-10-25 20:20:01 -03:00
esp32_psram.c Remove not needed esp32_caps.h 2020-10-17 20:02:43 +01:00
esp32_psram.h Fix warnings and remove not used function 2020-10-17 20:02:43 +01:00
esp32_region.c Appease many of nxstyle errors for esp32 related files 2020-03-12 07:45:44 -06:00
esp32_region.h
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 arch/xtensa/src/esp32: Add a way to retrieve reset cause. 2020-10-07 11:51:47 -03:00
esp32_rng.c Fix coding style and other small issues 2020-08-23 08:26:10 -06:00
esp32_rt_timer.c xtensa/esp32: Fix rt-timer issues 2020-11-04 09:24:59 -03:00
esp32_rt_timer.h xtensa/esp32: Fix rt-timer issues 2020-11-04 09:24:59 -03:00
esp32_rtc.c Remove tabs and spaces at the end of lines 2020-10-24 09:38:21 +01:00
esp32_rtc.h xtensa/esp32: Add power management of force-sleep 2020-09-20 17:23:07 +01:00
esp32_serial.c arch: serial: fix all TCGETS retrieving zero baud rate 2020-10-20 14:43:19 +08:00
esp32_smp.h Appease many of nxstyle errors for esp32 related files 2020-03-12 07:45:44 -06:00
esp32_spi.c arch/xtensa/src/esp32/esp32_spi.c: Fix a syslog format 2020-11-22 19:01:05 -08:00
esp32_spi.h ESP32: Add driver support to SPI Master and Slave 2020-07-19 21:26:58 +01:00
esp32_spi_slave.c arch/xtensa/src/esp32: Use the same function numbering as the TRM. 2020-10-07 11:52:04 -03:00
esp32_spiflash.c xtensa/esp32: Add SPI Flash hardware encryption I/O support 2020-11-13 08:37:59 +01:00
esp32_spiflash.h xtensa/esp32: Add SPI Flash hardware encryption I/O support 2020-11-13 08:37:59 +01:00
esp32_spiram.c Fix warnings and remove not used function 2020-10-17 20:02:43 +01:00
esp32_spiram.h Fix warnings and remove not used function 2020-10-17 20:02:43 +01:00
esp32_start.c Add support to PSRAM using SPIRAM interface 2020-10-07 16:55:34 +01:00
esp32_start.h
esp32_systemreset.c arch/xtensa/esp32: Implement system reset. 2020-10-07 11:51:47 -03:00
esp32_tim.c arch/xtensa/src/esp32/esp32_tim.c: Fix build when debug is enabled. 2020-11-17 18:46:06 -08:00
esp32_tim.h xtensa/esp32: Add real-time timer support for WiFi 2020-10-27 10:36:34 -03:00
esp32_tim_lowerhalf.c xtensa/esp32: Watchdog support (MWDTs) 2020-11-08 13:05:24 -03:00
esp32_tim_lowerhalf.h xtensa/esp32: Added Timer Support 2020-10-07 14:12:22 -03:00
esp32_timerisr.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
esp32_user.c Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base 2020-05-01 10:43:47 -03:00
esp32_wifi_adapter.c mqueue: add file_mq_xx for kernel use 2021-01-08 14:31:37 +08:00
esp32_wifi_adapter.h xtensa/esp32: Add ESP32 WiFi adapter and driver 2020-10-17 22:46:27 +09:00
esp32_wlan.c Remove tabs and spaces at the end of lines 2020-10-24 09:38:21 +01:00
esp32_wlan.h esp32: Fix a few #endif comments 2020-10-20 18:50:28 +08:00
esp32_wtd.c xtensa/esp32: Watchdog support (MWDTs) 2020-11-08 13:05:24 -03:00
esp32_wtd.h xtensa/esp32: Watchdog support (MWDTs) 2020-11-08 13:05:24 -03:00
esp32_wtd_lowerhalf.c arch/xtensa/src/esp32/esp32_wtd_lowerhalf.c: Fix a syslog format 2020-11-22 19:01:05 -08:00
esp32_wtd_lowerhalf.h xtensa/esp32: Watchdog support (MWDTs) 2020-11-08 13:05:24 -03:00
Kconfig Fix the SPIRAM_BANKSWITCH that was defined incorrectly 2020-11-18 22:21:53 +01:00
Make.defs arch/xtensa: Print backtrace on assertions. 2020-11-21 11:31:46 -03:00