X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/8a8f84aa1768c52d1a0c9b8b8ebaeeb4d0206ba2..4e77ea11432512f2d68ebce798f4e1d66da2c48d:/Makefile diff --git a/Makefile b/Makefile index 0abe529..9d1938d 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,8 @@ DEBUGBUILD = FALSE # IDE Flags (Keeps various IDEs happy) ########################################################################## -OPTDEFINES = -D __NEWLIB__ -DR0KET - +#OPTDEFINES = -D __NEWLIB__ -DR0KET +OPTDEFINES = -D __NEWLIB__ -DHOB_REV2 ########################################################################## # Project-specific files ########################################################################## @@ -41,6 +41,7 @@ SRCS = \ badge/jumpnrun/tiles.c \ badge/ui/display.c \ badge/ui/event.c \ + badge/ui/font.c \ badge/ui/sprite.c SRCS += \ @@ -48,6 +49,9 @@ SRCS += \ dataflash/diskio.c \ dataflash/at45db041d.c +SRCS += \ + funk/nrf24l01p.c + SRCS += \ project/commands.c