esp-idf/components/newlib
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
..
platform_include [newlib]: Added missing includes 2021-10-14 11:26:56 +08:00
port esp32h2: enable more components to support esp32h2 2021-07-01 19:53:11 +08:00
priv_include
test tests: refactoring of the gcc's inner functions, because clang doesn't support them 2021-09-10 19:51:27 +03:00
test_apps CI: minor testcases fixes and disable some cases that cant run on S3 2021-06-15 13:39:48 +08:00
.gitignore
.gitmodules
CMakeLists.txt newlib: Override __assert and __assert_func 2021-08-05 11:09:22 +05:30
COPYING.NEWLIB
Kconfig
Makefile.old
abort.c
assert.c newlib: Override __assert and __assert_func 2021-08-05 11:09:22 +05:30
component.mk newlib: Override __assert and __assert_func 2021-08-05 11:09:22 +05:30
esp32-spiram-rom-functions-c.lf psram: add configuration macros to move workaround libc functions to flash 2021-06-23 17:40:02 +08:00
heap.c
locks.c esp32h2: enable more components to support esp32h2 2021-07-01 19:53:11 +08:00
newlib.lf newlib: Override __assert and __assert_func 2021-08-05 11:09:22 +05:30
newlib_init.c esp32h2: enable more components to support esp32h2 2021-07-01 19:53:11 +08:00
poll.c
pthread.c
random.c
reent_init.c
stdatomic.c freertos: Remove critical nested macros 2021-11-10 18:34:32 +08:00
syscalls.c Merge branch 'feature/clang_toolchain_compat' into 'master' 2021-09-23 08:19:09 +00:00
system_libs.lf build system: add COMPILER_SAVE_RESTORE_LIBCALLS option 2021-10-07 15:01:35 +08:00
termios.c
time.c