esp-idf/components/freertos
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/freertos
test Merge branch 'feature/free_components_iram' into 'master' 2020-09-15 23:14:31 +08:00
xtensa intr_alloc: split interrupt allocator into common-code and platform-code 2020-09-30 07:44:12 +08:00
CMakeLists.txt intr_alloc: split interrupt allocator into common-code and platform-code 2020-09-30 07:44:12 +08:00
FreeRTOS-openocd.c
Kconfig freertos: optionally place selected freertos functions into flash memory instead of IRAM 2020-09-15 23:14:31 +08:00
component.mk
croutine.c
event_groups.c
license.txt
linker.lf startup: namespaced start_app and start_app_other_core to avoid user code collision 2020-09-15 16:05:19 -03:00
list.c
queue.c
sdkconfig.rename
stdint.readme
tasks.c
timers.c