esp-idf/components/newlib
Sachin Parekh 41973b761e newlib: Override __assert and __assert_func
Default assert implementation calls fiprintf, which tries to acquire a
lock and fails if it is executing in critical section or ISR
2021-08-05 11:09:22 +05:30
..
platform_include newlib: Override __assert and __assert_func 2021-08-05 11:09:22 +05:30
port
priv_include
test freertos(esp32s3): SysTick uses systimer 2021-08-04 20:33:44 +08:00
test_apps
.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
heap.c
locks.c
newlib.lf newlib: Override __assert and __assert_func 2021-08-05 11:09:22 +05:30
newlib_init.c
poll.c
pthread.c
random.c
reent_init.c
stdatomic.c newlib,clang: implement __sync_* atomics for clang/llvm toolchain. 2021-07-15 20:36:40 +03:00
syscalls.c
system_libs.lf
termios.c
time.c