mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
d6f2fa4bab
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 |
||
---|---|---|
.. | ||
gcov | ||
include | ||
port | ||
private_include | ||
sys_view | ||
test | ||
app_trace_membufs_proto.c | ||
app_trace_util.c | ||
app_trace.c | ||
CMakeLists.txt | ||
component.mk | ||
heap_trace_tohost.c | ||
host_file_io.c | ||
Kconfig | ||
linker.lf | ||
project_include.cmake | ||
sdkconfig.rename |