crashtest-r0ket/simulat0r/firmware
Rainer Mueller 377d614c38 Fix build on Mac OS X
The header stdio.h on Mac OS X includes some defines to do buffer
overflow checks if using _FORTIFY_SOURCE > 2, which is the default.
Defining _FORTIFY_SOURCE=0 disables this behavior.

The Mac OS X linker ld64 has problem with common symbols in static
archives. The workaround here is to run 'ranlib -c' on the static
archive.
2011-08-01 05:45:16 +02:00
..
applications Added some more bridge files for simulat0r 2011-07-29 04:47:15 +02:00
basic Added some more bridge files for simulat0r 2011-07-29 04:47:15 +02:00
core Cleanup: use r0ket source expect for that one init function 2011-07-29 07:06:12 +02:00
filesystem Use generated include-bridges for Makefiles 2011-07-20 07:05:58 +02:00
funk Patch away some asm inlines 2011-07-25 09:08:07 +02:00
lcd oops, added real generated files, undone... 2011-07-24 23:32:08 +02:00
loadable Use generated include-bridges for Makefiles 2011-07-20 07:05:58 +02:00
lpc1xxx Added simulat0r 2011-07-19 10:09:03 +02:00
usb Replaced usbMSC functions with dummy "implementations" in simulat0r 2011-07-25 08:51:22 +02:00
usbcdc Added some more bridge files for simulat0r 2011-07-29 04:47:15 +02:00
.gitignore Added .gitignore to simulator/firmware 2011-07-24 23:58:26 +02:00
Makefile Use patching include bridge for simulat0r/firmware Makefile 2011-07-20 07:57:06 +02:00
Makefile.inc Fix build on Mac OS X 2011-08-01 05:45:16 +02:00
Makefile.util Added simulat0r 2011-07-19 10:09:03 +02:00
libc-unc0llide.h Simulat0r doesn´t have siprintf, use sprintf instead where needed by firmware code 2011-07-20 07:45:54 +02:00
main.c Added simulat0r 2011-07-19 10:09:03 +02:00
sysdefs.h Added simulat0r 2011-07-19 10:09:03 +02:00