X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/fff7959fba59c9d3aa0034b0ea07a2e2dc0a8e59..19ea4876c39cdbba20ee594c11fe350d7433c857:/Makefile diff --git a/Makefile b/Makefile index cfb6e30..9d1938d 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ DEBUGBUILD = FALSE # IDE Flags (Keeps various IDEs happy) ########################################################################## +#OPTDEFINES = -D __NEWLIB__ -DR0KET OPTDEFINES = -D __NEWLIB__ -DHOB_REV2 ########################################################################## # Project-specific files @@ -40,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 += \ @@ -47,6 +49,9 @@ SRCS += \ dataflash/diskio.c \ dataflash/at45db041d.c +SRCS += \ + funk/nrf24l01p.c + SRCS += \ project/commands.c