esp-idf/components/app_trace
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
..
gcov gcov: add stub table size entry 2021-08-20 15:00:55 +08:00
include
port
private_include
sys_view reconcile traces 2021-09-07 15:57:50 +08:00
test
CMakeLists.txt gcov: add gcov callback into the ipc task 2021-08-20 15:00:55 +08:00
Kconfig
app_trace.c
app_trace_membufs_proto.c
app_trace_util.c freertos: Remove critical nested macros 2021-11-10 18:34:32 +08:00
component.mk
heap_trace_tohost.c
host_file_io.c
linker.lf
project_include.cmake
sdkconfig.rename