esp-idf/components/newlib
Darian Leung d6f2fa4bab 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-10-22 13:17:20 +08:00
..
platform_include
port
priv_include
test
test_apps
.gitignore
.gitmodules
CMakeLists.txt
COPYING.NEWLIB
Kconfig
Makefile.old
abort.c
assert.c
component.mk
esp32-spiram-rom-functions-c.lf
heap.c
locks.c
newlib.lf
newlib_init.c
poll.c
pthread.c
random.c
reent_init.c
stdatomic.c
syscalls.c
system_libs.lf
termios.c
time.c