# 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
# IDE Flags (Keeps various IDEs happy)\r
##########################################################################\r
\r
-#OPTDEFINES = -D __NEWLIB__ -DR0KET\r
-OPTDEFINES = -D __NEWLIB__ -DHOB_REV2\r
+OPTDEFINES = -D__NEWLIB__\r
+#OPTDEFINES += -DR0KET\r
+#OPTDEFINES += -DUSBONLY\r
##########################################################################\r
# Project-specific files \r
##########################################################################\r
core/cmd/cmd.c \\r
core/cpu/cpu.c \\r
core/gpio/gpio.c \\r
- core/i2c/i2c.c \\r
core/iap/iap.c \\r
core/libc/stdio.c \\r
core/libc/string.c \\r
core/systick/systick.c \\r
core/timer16/timer16.c \\r
core/timer32/timer32.c \\r
- core/uart/uart_buf.c \\r
- core/uart/uart.c \\r
core/usbcdc/cdc_buf.c \\r
core/usbcdc/cdcuser.c \\r
core/usbcdc/usbcore.c \\r
core/usbhid-rom/usbmsc.c \\r
core/wdt/wdt.c\r
\r
+# core/i2c/i2c.c\r
+# core/uart/uart_buf.c\r
+# core/uart/uart.c\r
+\r
##########################################################################\r
# GNU GCC compiler prefix and location\r
##########################################################################\r