1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/fe310/nano
Benjamin Valentin 0ddca68de9 cpu/fe310: use common names for heap markers
Other archs use `_sheap` and `_eheap` to mark the start and end of
the heap.

fe310 uses `_heap_start` and `_heap_end`, so platform independent
code that wants to make use of this will needlessly fail.

For compatibility with common code, name them the same on fe310.
2020-07-07 17:25:00 +02:00
..
Makefile cpu/fe310: add RISC-V cpu FE310 2018-05-29 15:21:45 -07:00
nanostubs.c cpu/fe310: use common names for heap markers 2020-07-07 17:25:00 +02:00