X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/99cbdc069ab64c279514861af45bfa1a8c036db9..5de269fb1d927356c6e75bd5d64644045c77464d:/Makefile diff --git a/Makefile b/Makefile index 08e6f70..97eda7a 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ SRAM = 8K # For USB HID support the LPC134x reserves 384 bytes from the sram, # if you don't want to use the USB features, just use 0 here. SRAM_USB = 384 +#SRAM_USB = 0 ########################################################################## # Debug settings @@ -24,14 +25,16 @@ DEBUGBUILD = FALSE # IDE Flags (Keeps various IDEs happy) ########################################################################## -#OPTDEFINES = -D __NEWLIB__ -DR0KET -OPTDEFINES = -D __NEWLIB__ -DHOB_REV2 +OPTDEFINES = -D__NEWLIB__ +#OPTDEFINES += -DR0KET +#OPTDEFINES += -DUSBONLY ########################################################################## # Project-specific files ########################################################################## SRCS = \ badge/fahrplan.c \ + badge/backlight.c \ badge/init.c \ badge/main.c \ badge/jumpnrun/collision.c \