esp-idf/components/esp_system/test
Darian Leung 7e725751e4 freertos: Remove critical nested macros
This commit removes the following critical nested macros as follows:

- portENTER_CRITICAL_NESTED()
- portEXIT_CRITICAL_NESTED()

They are replaced with portSET_INTERRUPT_MASK_FROM_ISR() and
portCLEAR_INTERRUPT_MASK_FROM_ISR() which are the proper FreeRTOS interfaces.

Created a portmacro_deprecated.h for each port to contain deprecated API
that were originally from portmacro.h
2021-11-10 18:34:32 +08:00
..
CMakeLists.txt esp32: cleanup build script 2021-07-16 20:14:27 +08:00
component.mk esp32: move sleep test to esp_system 2020-08-17 19:09:24 +08:00
test_backtrace.c esp32: move remaining tests 2021-07-16 20:14:27 +08:00
test_delay.c esp_common: move tests 2021-02-24 12:16:37 +08:00
test_reset_reason.c freertos: Remove critical nested macros 2021-11-10 18:34:32 +08:00
test_sleep.c ci: replacing old header with new SPDX header style 2021-10-20 11:36:23 +08:00
test_stack_check.c esp32: move stack check test 2021-03-31 19:13:03 +08:00
test_system_time.c esp32h2: update esp_system and esp_hw_support to support esp32h2 2021-07-01 19:53:11 +08:00