Compilerswitch für Firmware, die nur den Dataflash per USB rausreicht (zum
[hackover2013-badge-firmware.git] / Makefile
index 08e6f70..001ad97 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ SRAM = 8K
 # For USB HID support the LPC134x reserves 384 bytes from the sram,\r
 # if you don't want to use the USB features, just use 0 here.\r
 SRAM_USB = 384\r
+#SRAM_USB = 0\r
 \r
 ##########################################################################\r
 # Debug settings\r
@@ -25,6 +26,7 @@ DEBUGBUILD = FALSE
 ##########################################################################\r
 \r
 #OPTDEFINES = -D __NEWLIB__ -DR0KET\r
+#OPTDEFINES = -D __NEWLIB__ -DHOB_REV2 -DUSBONLY\r
 OPTDEFINES = -D __NEWLIB__ -DHOB_REV2\r
 ##########################################################################\r
 # Project-specific files \r
This page took 0.026639 seconds and 4 git commands to generate.