X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/5a5ec547584636187f51c19c786d5a87ee5ba7ff..55ca7f945dc0d4a8d11101465fc16c3ce41cc964:/Makefile diff --git a/Makefile b/Makefile index e1ce46d..9d1938d 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,8 @@ DEBUGBUILD = FALSE # IDE Flags (Keeps various IDEs happy) ########################################################################## -OPTDEFINES = -D __NEWLIB__ - +#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