X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/99cbdc069ab64c279514861af45bfa1a8c036db9..a090bd82d6178aa4e70e9e861ab9f5fed5fa7301:/Makefile diff --git a/Makefile b/Makefile index 08e6f70..21b726e 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,8 +25,9 @@ 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 ##########################################################################