mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
88f6beeca2
Some SDK interrupt service routines obviously use malloc/free in the interrupt context. Because the rmutex-based lock/unlock approach of the malloc/free function suite of the newlib does not work in the interrupt context, the SDK memory management functions MUST therefore be used. To use the same memory management functions in RIOT as in the SDK, the malloc/free function suite has to be replaced by wrapper functions. |
||
---|---|---|
.. | ||
bin | ||
esp-wifi | ||
include | ||
ld | ||
periph | ||
sdk | ||
vendor | ||
doc.txt | ||
exceptions.c | ||
irq_arch.c | ||
Makefile | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
periph_cpu.c | ||
startup.c | ||
syscalls.c | ||
thread_arch.c | ||
tools.c |