d3q19: remove libc, add stubs
authorSebastian <git@sraa.de>
Tue, 2 Sep 2014 12:10:04 +0000 (12:10 +0000)
committerSebastian <git@sraa.de>
Tue, 2 Sep 2014 12:10:04 +0000 (12:10 +0000)
commitb7305039f57fd7aef71df940b1c259a054bb0a7a
tree4db41c9996f60d730014b9c2fa2aa1b0543b578d
parent9fcf834c54dddc00c8c233a73d6782bf5294c7e0
d3q19: remove libc, add stubs

Do not link against newlib anymore.
Add required stubs used by the startup code.
Add own (very slow!) implementations of memcpy() and memset().

This frees about 2k in SRAM bank 0.
d3q19/Makefile
d3q19/esrc/d3q19.c
d3q19/esrc/hack.c [new file with mode: 0644]
d3q19/hsrc/main.c