esp-idf/components/esp32/test
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
..
CMakeLists.txt NVS: using esp_partition API 2020-09-14 10:34:34 +08:00
component.mk esp_rom: move rom api test into esp_rom component 2020-06-03 13:16:13 +08:00
test_4mpsram.c ci: fix one ut issue when using Wrover-B module with newer ver of PSRAM 2019-11-03 03:07:37 +00:00
test_aes_sha_rsa.c esp_rom: extract common uart apis into esp_rom_uart.h 2020-07-17 16:00:59 +08:00
test_ahb_arb_asm.S add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_ahb_arb.c esp_rom: extract common GPIO apis into esp_rom_gpio.h 2020-07-07 11:40:19 +08:00
test_attr.c esp32/test: split rtc_fast test cases 2018-09-29 14:02:16 +08:00
test_backtrace.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
test_dport_xt_highint5.S esp32: Add UT for DPORT 2019-12-21 14:10:38 +00:00
test_dport.c esp_rom: extract common uart apis into esp_rom_uart.h 2020-07-17 16:00:59 +08:00
test_fastbus_asm.S add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_fastbus.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
test_fp.c Add multi-target support for performance tests 2020-03-09 13:41:56 +01:00
test_himem.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
test_random.c esp32: Add esp_fill_random() function 2018-09-03 04:39:45 +00:00
test_reset_reason.c esp32: Switch SPIRAM stack in esp_restart_noos() to internal stack 2020-05-22 16:23:53 +08:00
test_sha.c esp32: use ccomp_timer in SHA test 2020-03-27 20:07:02 +07:00
test_spiram_cache_flush.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
test_stack_check_cxx.cpp Rename Kconfig options (root) 2019-05-21 09:09:01 +02:00
test_stack_check.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
test_tsens.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
test_unal_dma.c esp_rom: extract common GPIO apis into esp_rom_gpio.h 2020-07-07 11:40:19 +08:00