crashtest-r0ket/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 Add missing config.h 2011-08-01 01:34:11 +02:00
basic Disable nrf on lowpower-off 2011-08-01 05:31:47 +02:00
core Fix more instances of wrong define used 2011-07-27 00:18:23 +02:00
filesystem Add Timestamp support for filesystem. This took me 3h to debug :-/ 2011-08-01 05:11:56 +02:00
funk Disable nrf on lowpower-off 2011-08-01 05:31:47 +02:00
lcd fix new font setting for internal fonts 2011-08-01 05:11:04 +02:00
loadable Remove argument from lcdDisplay() and ISPandReset() 2011-07-18 22:09:31 +02:00
lpc1xxx new tree structure 2011-06-19 21:01:00 +02:00
usb Actually try to use USB-serial code. "make APP=tester TYPE=serial" 2011-07-27 15:41:18 +02:00
usbcdc Better serial input/output 2011-07-30 03:27:29 +02:00
.gitignore Optimize Makefiles (add auto-dependencies), 2011-07-09 20:17:00 +02:00
LICENSE added license 2011-06-20 23:03:56 +02:00
Makefile Merge git://github.com/r0ket/r0ket 2011-07-29 04:38:12 +02:00
Makefile.inc Fix build on Mac OS X 2011-08-01 05:45:16 +02:00
Makefile.util Fix build on Mac OS X 2011-08-01 05:45:16 +02:00
SERIAL_DOKU More serial support 2011-07-30 11:43:08 +02:00
main.c Fix a few warnings 2011-08-01 05:22:24 +02:00
sysdefs.h new tree structure 2011-06-19 21:01:00 +02:00