esp-idf/components/esp32s2
Felipe Neves 2e826b7a8f intr_alloc: split interrupt allocator into common-code and platform-code
esp_system: removed repeated interrupt allocator code and moved common code to esp_system

xtens: moved xtensa specific code from freertos to the xtensa component

hal/interrupt_controller: added interrupt controller hal and ll files

docs: update the doxyfile with new location of esp_itr_alloc.h file

xtensa: fixed dangerous relocation problem after moving xtensa interrupt files out of freertos

docs: removed Xtensa reference from intr_allocator api-reference

xtensa: pushed the interrupt function that manages non iram interrupts to the xtensa layer

esp_system/test: fixed platform dependent setting for intr_allocator tests

hal: rename the functions used to manage non iram interrupt mask.
2020-09-30 07:44:12 +08:00
..
include intr_alloc: split interrupt allocator into common-code and platform-code 2020-09-30 07:44:12 +08:00
ld esp32s2: add CP_DMA driver 2020-08-04 15:28:32 +08:00
test intr_alloc: split interrupt allocator into common-code and platform-code 2020-09-30 07:44:12 +08:00
cache_err_int.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
clk.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
CMakeLists.txt intr_alloc: split interrupt allocator into common-code and platform-code 2020-09-30 07:44:12 +08:00
component.mk global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
crosscore_int.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
dport_access.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
esp_crypto_lock.c crypto: DS uses RSA peripheral, added shared lock 2020-04-09 11:11:04 +00:00
esp_ds.c crypto: DS uses RSA peripheral, added shared lock 2020-04-09 11:11:04 +00:00
esp_hmac.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
hw_random.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
Kconfig ci: update configs to include/exclude esp_pm in unit test 2020-09-25 05:24:10 +00:00
linker.lf esp32, esp32s2: move panic handling code to new component 2020-03-10 19:56:24 +08:00
Makefile.projbuild global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
memprot.c Include header file soc/cpu.h in memprot.c and system_api.c 2020-07-10 13:56:42 +05:30
spiram_psram.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
spiram_psram.h global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
spiram.c esp32s2 spiram: Fix unused variable warnings 2020-09-21 11:43:55 +10:00
system_api_esp32s2.c spi: fix issue with closing DMA before CPU reset 2020-08-17 21:32:20 +08:00