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 apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00
port apptrace: Adds ESP32-C3 support 2021-06-24 13:16:14 +03:00
private_include apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00
sys_view reconcile traces 2021-09-07 15:57:50 +08:00
test esp32: cleanup build script 2021-07-16 20:14:27 +08:00
CMakeLists.txt gcov: add gcov callback into the ipc task 2021-08-20 15:00:55 +08:00
Kconfig apptrace: Adds ESP32-C3 support 2021-06-24 13:16:14 +03:00
app_trace.c apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00
app_trace_membufs_proto.c apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00
app_trace_util.c freertos: Remove critical nested macros 2021-11-10 18:34:32 +08:00
component.mk apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00
heap_trace_tohost.c apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00
host_file_io.c Merge branch 'update_copyright_notice_app_trace' into 'master' 2021-05-03 12:00:53 +00:00
linker.lf apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00
project_include.cmake app_trace: Add coverage generation by gcovr 2020-03-30 13:34:06 +02:00
sdkconfig.rename apptrace: Refactors apptrace for better support various tracing HW 2021-06-24 13:16:13 +03:00