gint/src/core
Lephe 15558c8fb3
support data loading in ILRAM, XRAM and YRAM
This change adds support for three sections .ilram, .xram and .yram,
along with three macros GILRAM, GXRAM and GYRAM, that can be used to
statically load data to on-chip memory.
2019-09-15 19:29:47 +02:00
..
bootlog.c exc: add exception handlers, use them in the DMA 2019-09-03 22:15:00 +02:00
exch.c core: allow custom panics and exception catching 2019-09-13 08:10:30 +02:00
exch.s core: allow custom panics and exception catching 2019-09-13 08:10:30 +02:00
gint.c libc: split standard headers properly 2019-07-16 15:38:18 -04:00
hardware.c expose more platform-agnostic code 2019-09-06 12:16:31 +02:00
inth.S exc: add exception handlers, use them in the DMA 2019-09-03 22:15:00 +02:00
mmu.c core: add a hardware detection interface 2019-07-04 12:11:43 -04:00
setup.c exc: add exception handlers, use them in the DMA 2019-09-03 22:15:00 +02:00
start.c support data loading in ILRAM, XRAM and YRAM 2019-09-15 19:29:47 +02:00
syscalls.S TODO update and miscellaneous style 2019-07-16 18:34:10 -04:00
vbr.s Hybrid build system and runtime (no interrupts). t6k11 driver. Basic r61524 driver. 2018-04-19 13:24:26 +02:00