projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
USB-Modus: Bedienungshinweis.
[hackover2013-badge-firmware.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
0abe529
..
6521086
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
# 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
\r
##########################################################################
\r
# Debug settings
\r
@@
-24,30
+25,44
@@
DEBUGBUILD = FALSE
# IDE Flags (Keeps various IDEs happy)
\r
##########################################################################
\r
\r
# IDE Flags (Keeps various IDEs happy)
\r
##########################################################################
\r
\r
-OPTDEFINES = -D __NEWLIB__ -DR0KET
\r
-
\r
+
#
OPTDEFINES = -D __NEWLIB__ -DR0KET
\r
+OPTDEFINES = -D __NEWLIB__ -DHOB_REV2
\r
##########################################################################
\r
# Project-specific files
\r
##########################################################################
\r
\r
SRCS = \
\r
##########################################################################
\r
# Project-specific files
\r
##########################################################################
\r
\r
SRCS = \
\r
- badge/
mai
n.c \
\r
+ badge/
fahrpla
n.c \
\r
badge/init.c \
\r
badge/init.c \
\r
+ badge/main.c \
\r
badge/jumpnrun/collision.c \
\r
badge/jumpnrun/enemies.c \
\r
badge/jumpnrun/collision.c \
\r
badge/jumpnrun/enemies.c \
\r
+ badge/jumpnrun/game_state.c \
\r
badge/jumpnrun/items.c \
\r
badge/jumpnrun/jumpnrun.c \
\r
badge/jumpnrun/level_load.c \
\r
badge/jumpnrun/items.c \
\r
badge/jumpnrun/jumpnrun.c \
\r
badge/jumpnrun/level_load.c \
\r
+ badge/jumpnrun/player.c \
\r
+ badge/jumpnrun/render.c \
\r
+ badge/jumpnrun/shots.c \
\r
+ badge/jumpnrun/starter.c \
\r
+ badge/jumpnrun/stats.c \
\r
badge/jumpnrun/tiles.c \
\r
badge/jumpnrun/tiles.c \
\r
+ badge/ui/browser.c \
\r
badge/ui/display.c \
\r
badge/ui/event.c \
\r
badge/ui/display.c \
\r
badge/ui/event.c \
\r
- badge/ui/sprite.c
\r
+ badge/ui/font.c \
\r
+ badge/ui/menu.c \
\r
+ badge/ui/sprite.c \
\r
+ badge/ui/vanity.c
\r
\r
SRCS += \
\r
dataflash/iobase.c \
\r
dataflash/diskio.c \
\r
dataflash/at45db041d.c
\r
\r
\r
SRCS += \
\r
dataflash/iobase.c \
\r
dataflash/diskio.c \
\r
dataflash/at45db041d.c
\r
\r
+SRCS += \
\r
+ funk/nrf24l01p.c
\r
+
\r
SRCS += \
\r
project/commands.c
\r
\r
SRCS += \
\r
project/commands.c
\r
\r
@@
-226,7
+241,6
@@
SRCS += \
core/cmd/cmd.c \
\r
core/cpu/cpu.c \
\r
core/gpio/gpio.c \
\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/iap/iap.c \
\r
core/libc/stdio.c \
\r
core/libc/string.c \
\r
@@
-236,8
+250,6
@@
SRCS += \
core/systick/systick.c \
\r
core/timer16/timer16.c \
\r
core/timer32/timer32.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/usbcdc/cdc_buf.c \
\r
core/usbcdc/cdcuser.c \
\r
core/usbcdc/usbcore.c \
\r
@@
-249,6
+261,10
@@
SRCS += \
core/usbhid-rom/usbmsc.c \
\r
core/wdt/wdt.c
\r
\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
##########################################################################
\r
# GNU GCC compiler prefix and location
\r
##########################################################################
\r
This page took
0.029705 seconds
and
4
git commands to generate.