esp-idf/components/newlib/newlib.lf
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

8 lines
123 B
Plaintext

[mapping:newlib]
archive: libnewlib.a
entries:
heap (noflash)
abort (noflash)
assert (noflash)
stdatomic (noflash)