1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/newlib_syscalls_default
Gunar Schorcht 140987fc3a sys/shell: cleanup the heap command approach
Replaces the special heap command approach of the lpc_common module with a more general heap command approach. Module lpc_common was already removed with PR #2118. PR #2118 integrated cpu/lpc_common code in cpu/lpc2387. With PR #3530 special heap handling for cpu/lpc2387 was replaced by newlib memory management which uses _sbrk_r to allocate chunks from the heap. _sbrk_r uses _sheap and _eheap symbols that are defined in lpc2387.ld and can be used together with mallinfo function for heap statistics.
2019-09-05 09:18:46 +02:00
..
Makefile newlib: Split newlib into one generic part and one default syscalls part 2017-04-05 13:55:38 +02:00
Makefile.include newlib: Split newlib into one generic part and one default syscalls part 2017-04-05 13:55:38 +02:00
syscalls.c sys/shell: cleanup the heap command approach 2019-09-05 09:18:46 +02:00