Vanity-Screen.
[hackover2013-badge-firmware.git] / Makefile
1 ##########################################################################
2 # User configuration and firmware specific object files
3 ##########################################################################
4
5 # The target, flash and ram of the LPC1xxx microprocessor.
6 # Use for the target the value: LPC11xx, LPC13xx or LPC17xx
7 TARGET = LPC13xx
8 FLASH = 32K
9 SRAM = 8K
10
11 # For USB HID support the LPC134x reserves 384 bytes from the sram,
12 # if you don't want to use the USB features, just use 0 here.
13 SRAM_USB = 384
14
15 ##########################################################################
16 # Debug settings
17 ##########################################################################
18
19 # Set DEBUGBUILD to 'TRUE' for full debugging (larger, slower binaries),
20 # or to 'FALSE' for release builds (smallest, fastest binaries)
21 DEBUGBUILD = FALSE
22
23 ##########################################################################
24 # IDE Flags (Keeps various IDEs happy)
25 ##########################################################################
26
27 #OPTDEFINES = -D __NEWLIB__ -DR0KET
28 OPTDEFINES = -D __NEWLIB__ -DHOB_REV2
29 ##########################################################################
30 # Project-specific files
31 ##########################################################################
32
33 SRCS = \
34 badge/main.c \
35 badge/init.c \
36 badge/jumpnrun/collision.c \
37 badge/jumpnrun/enemies.c \
38 badge/jumpnrun/game_state.c \
39 badge/jumpnrun/items.c \
40 badge/jumpnrun/jumpnrun.c \
41 badge/jumpnrun/level_load.c \
42 badge/jumpnrun/player.c \
43 badge/jumpnrun/render.c \
44 badge/jumpnrun/shots.c \
45 badge/jumpnrun/starter.c \
46 badge/jumpnrun/stats.c \
47 badge/jumpnrun/tiles.c \
48 badge/ui/browser.c \
49 badge/ui/display.c \
50 badge/ui/event.c \
51 badge/ui/font.c \
52 badge/ui/menu.c \
53 badge/ui/sprite.c \
54 badge/ui/vanity.c
55
56 SRCS += \
57 dataflash/iobase.c \
58 dataflash/diskio.c \
59 dataflash/at45db041d.c
60
61 SRCS += \
62 funk/nrf24l01p.c
63
64 SRCS += \
65 project/commands.c
66
67 SRCS += \
68 project/commands/cmd_chibi_addr.c \
69 project/commands/cmd_chibi_tx.c \
70 project/commands/cmd_i2ceeprom_read.c \
71 project/commands/cmd_i2ceeprom_write.c \
72 project/commands/cmd_lm75b_gettemp.c \
73 project/commands/cmd_reset.c \
74 project/commands/cmd_sd_dir.c \
75 project/commands/cmd_sysinfo.c \
76 project/commands/cmd_uart.c \
77 project/commands/cmd_pwm.c
78
79 SRCS += \
80 project/commands/drawing/cmd_backlight.c \
81 project/commands/drawing/cmd_bmp.c \
82 project/commands/drawing/cmd_button.c \
83 project/commands/drawing/cmd_calibrate.c \
84 project/commands/drawing/cmd_circle.c \
85 project/commands/drawing/cmd_clear.c \
86 project/commands/drawing/cmd_line.c \
87 project/commands/drawing/cmd_orientation.c \
88 project/commands/drawing/cmd_pixel.c \
89 project/commands/drawing/cmd_progress.c \
90 project/commands/drawing/cmd_rectangle.c \
91 project/commands/drawing/cmd_roundedcorner.c \
92 project/commands/drawing/cmd_text.c \
93 project/commands/drawing/cmd_textw.c \
94 project/commands/drawing/cmd_tsthreshhold.c \
95 project/commands/drawing/cmd_tswait.c \
96 project/commands/drawing/cmd_triangle.c
97
98 ##########################################################################
99 # Optional driver files
100 ##########################################################################
101
102 # Chibi Light-Weight Wireless Stack (AT86RF212)
103 SRCS += \
104 drivers/rf/chibi/chb.c \
105 drivers/rf/chibi/chb_buf.c \
106 drivers/rf/chibi/chb_drvr.c \
107 drivers/rf/chibi/chb_eeprom.c \
108 drivers/rf/chibi/chb_spi.c
109
110 # 4K EEPROM
111 SRCS += \
112 drivers/storage/eeprom/eeprom.c \
113 drivers/storage/eeprom/mcp24aa/mcp24aa.c
114
115 # LM75B temperature sensor
116 SRCS += \
117 drivers/sensors/lm75b/lm75b.c
118
119 # ISL12022M RTC
120 SRCS += \
121 drivers/rtc/isl12022m/isl12022m.c
122
123 # TFT LCD support
124 SRCS += \
125 drivers/displays/tft/drawing.c \
126 drivers/displays/tft/touchscreen.c \
127 drivers/displays/tft/colors.c \
128 drivers/displays/tft/theme.c \
129 drivers/displays/tft/bmp.c
130
131 # GUI Controls
132 SRCS += \
133 drivers/displays/tft/controls/button.c \
134 drivers/displays/tft/controls/hsbchart.c \
135 drivers/displays/tft/controls/huechart.c \
136 drivers/displays/tft/controls/label.c \
137 drivers/displays/tft/controls/labelcentered.c \
138 drivers/displays/tft/controls/progressbar.c
139
140 # Bitmap (non-AA) fonts
141 SRCS += \
142 drivers/displays/tft/fonts.c \
143 drivers/displays/tft/fonts/dejavusans9.c \
144 drivers/displays/tft/fonts/dejavusansbold9.c \
145 drivers/displays/tft/fonts/dejavusanscondensed9.c \
146 drivers/displays/tft/fonts/dejavusansmono8.c \
147 drivers/displays/tft/fonts/dejavusansmonobold8.c \
148 drivers/displays/tft/fonts/verdana9.c \
149 drivers/displays/tft/fonts/verdana14.c \
150 drivers/displays/tft/fonts/verdanabold14.c
151
152 # Anti-aliased fonts
153 SRCS += \
154 drivers/displays/tft/aafonts.c \
155 drivers/displays/tft/aafonts/aa2/DejaVuSansCondensed14_AA2.c \
156 drivers/displays/tft/aafonts/aa2/DejaVuSansCondensedBold14_AA2.c \
157 drivers/displays/tft/aafonts/aa2/DejaVuSansMono10_AA2.c \
158 drivers/displays/tft/aafonts/aa2/DejaVuSansMono13_AA2.c \
159 drivers/displays/tft/aafonts/aa2/DejaVuSansMono14_AA2.c
160
161 # LCD Driver (Only one can be included at a time!)
162 # SRCS += drivers/displays/tft/hw/hx8340b.c
163 # SRCS += drivers/displays/tft/hw/hx8347d.c
164 # SRCS += drivers/displays/tft/hw/ILI9328.c
165 # SRCS += drivers/displays/tft/hw/ILI9325.c
166 # SRCS += drivers/displays/tft/hw/ssd1331.c
167 # SRCS += drivers/displays/tft/hw/ssd1351.c
168 # SRCS += drivers/displays/tft/hw/st7735.c
169 # SRCS += drivers/displays/tft/hw/st7783.c
170
171 # Bitmap/Monochrome LCD support (ST7565, SSD1306, etc.)
172 SRCS += \
173 drivers/displays/smallfonts.c \
174 drivers/displays/bitmap/sharpmem/sharpmem.c \
175 drivers/displays/bitmap/st7565/st7565.c \
176 drivers/displays/bitmap/ssd1306/ssd1306.c
177
178 #Character Displays (VFD text displays, etc.)
179 SRCS += \
180 drivers/displays/character/samsung_20T202DA2JA/samsung_20T202DA2JA.c
181
182 # ChaN FatFS and SD card support
183 SRCS += \
184 drivers/fatfs/ff.c
185 # drivers/fatfs/mmc.c
186
187 # Motors
188 SRCS += \
189 drivers/motor/stepper/stepper.c
190
191 # RSA Encryption/Descryption
192 SRCS += \
193 drivers/rsa/rsa.c
194
195 # DAC
196 SRCS += \
197 drivers/dac/mcp4725/mcp4725.c \
198 drivers/dac/mcp4901/mcp4901.c
199
200 # RFID/NFC
201 SRCS += \
202 drivers/rf/pn532/pn532.c \
203 drivers/rf/pn532/pn532_bus_i2c.c \
204 drivers/rf/pn532/pn532_bus_uart.c \
205 drivers/rf/pn532/helpers/pn532_mifare_classic.c \
206 drivers/rf/pn532/helpers/pn532_mifare_ultralight.c
207
208 # TAOS Light Sensors
209 SRCS += \
210 drivers/sensors/tcs3414/tcs3414.c \
211 drivers/sensors/tsl2561/tsl2561.c
212
213 # SPI Flash
214 SRCS += \
215 drivers/storage/spiflash/w25q16bv/w25q16bv.c
216
217 # FM Radio
218 SRCS += \
219 drivers/audio/tea5767/tea5767.c
220
221 # IN219 Current Sensor
222 SRCS += \
223 drivers/sensors/ina219/ina219.c
224
225 # MPL115A2 Barometric Pressure Sensor
226 SRCS += \
227 drivers/sensors/mpl115a2/mpl115a2.c
228
229 # ADS1015 12-bit ADC
230 SRCS += \
231 drivers/adc/ads1015/ads1015.c
232
233 ##########################################################################
234 # Library files
235 ##########################################################################
236
237 SRCS += \
238 core/adc/adc.c \
239 core/cmd/cmd.c \
240 core/cpu/cpu.c \
241 core/gpio/gpio.c \
242 core/i2c/i2c.c \
243 core/iap/iap.c \
244 core/libc/stdio.c \
245 core/libc/string.c \
246 core/pmu/pmu.c \
247 core/pwm/pwm.c \
248 core/ssp/ssp.c \
249 core/systick/systick.c \
250 core/timer16/timer16.c \
251 core/timer32/timer32.c \
252 core/uart/uart_buf.c \
253 core/uart/uart.c \
254 core/usbcdc/cdc_buf.c \
255 core/usbcdc/cdcuser.c \
256 core/usbcdc/usbcore.c \
257 core/usbcdc/usbdesc.c \
258 core/usbcdc/usbhw.c \
259 core/usbcdc/usbuser.c \
260 core/usbhid-rom/usbconfig.c \
261 core/usbhid-rom/usbhid.c \
262 core/usbhid-rom/usbmsc.c \
263 core/wdt/wdt.c
264
265 ##########################################################################
266 # GNU GCC compiler prefix and location
267 ##########################################################################
268
269 CROSS_COMPILE = arm-none-eabi-
270 AS = $(CROSS_COMPILE)gcc
271 CC = $(CROSS_COMPILE)gcc
272 LD = $(CROSS_COMPILE)gcc
273 SIZE = $(CROSS_COMPILE)size
274 OBJCOPY = $(CROSS_COMPILE)objcopy
275 OBJDUMP = $(CROSS_COMPILE)objdump
276 OUTFILE = firmware
277
278 CC_FOR_BUILD = gcc
279 LPCRC = ./lpcrc
280
281 ##########################################################################
282 # GNU GCC compiler flags
283 ##########################################################################
284 ROOT_PATH = .
285 INCLUDE_PATHS = -I$(ROOT_PATH) -I$(ROOT_PATH)/project
286
287 ##########################################################################
288 # Startup files
289 ##########################################################################
290
291 LD_PATH = lpc1xxx
292 LD_SCRIPT = $(LD_PATH)/linkscript.ld
293 LD_TEMP = $(LD_PATH)/memory.ld
294
295 ifeq (LPC11xx,$(TARGET))
296 CORTEX_TYPE=m0
297 else
298 CORTEX_TYPE=m3
299 endif
300
301 CPU_TYPE = cortex-$(CORTEX_TYPE)
302
303 SRCS += \
304 lpc1xxx/$(TARGET)_handlers.c \
305 lpc1xxx/LPC1xxx_startup.c
306
307 OBJS = $(SRCS:%.c=%.o)
308 DEPS = $(SRCS:%.c=%.dep)
309
310 ##########################################################################
311 # Compiler settings, parameters and flags
312 ##########################################################################
313 ifeq (TRUE,$(DEBUGBUILD))
314 CFLAGS = -c -g -O0 $(INCLUDE_PATHS) -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=$(CPU_TYPE) -DTARGET=$(TARGET) -fno-builtin $(OPTDEFINES) -std=c99
315 ASFLAGS = -c -g -O0 $(INCLUDE_PATHS) -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=$(CPU_TYPE) -D__ASSEMBLY__ -x assembler-with-cpp
316 else
317 CFLAGS = -c -g -Os $(INCLUDE_PATHS) -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=$(CPU_TYPE) -DTARGET=$(TARGET) -fno-builtin $(OPTDEFINES) -std=c99
318 ASFLAGS = -c -g -Os $(INCLUDE_PATHS) -Wall -mthumb -ffunction-sections -fdata-sections -fmessage-length=0 -mcpu=$(CPU_TYPE) -D__ASSEMBLY__ -x assembler-with-cpp
319 endif
320
321 LDFLAGS = -nostartfiles -mthumb -mcpu=$(CPU_TYPE) -Wl,--gc-sections
322 LDLIBS = -lm
323 OCFLAGS = --strip-unneeded
324
325 all: dep size $(OUTFILE).bin $(OUTFILE).hex
326
327 dep: $(DEPS)
328
329 $(DEPS) : %.dep : %.c
330 $(CC) $(CPPFLAGS) $(CFLAGS) -MM $< -MT $@ -MT $(@:%.dep=%.o) -MF $@
331
332 sinclude $(DEPS)
333
334 $(LD_TEMP):
335 -@echo "MEMORY" > $(LD_TEMP)
336 -@echo "{" >> $(LD_TEMP)
337 -@echo " flash(rx): ORIGIN = 0x00000000, LENGTH = $(FLASH)" >> $(LD_TEMP)
338 -@echo " sram(rwx): ORIGIN = 0x10000000+$(SRAM_USB), LENGTH = $(SRAM)-$(SRAM_USB)" >> $(LD_TEMP)
339 -@echo "}" >> $(LD_TEMP)
340 -@echo "INCLUDE $(LD_SCRIPT)" >> $(LD_TEMP)
341
342 $(OUTFILE).elf: $(OBJS) $(LD_TEMP)
343 $(LD) $(LDFLAGS) -T $(LD_TEMP) -o $(OUTFILE).elf $(OBJS) $(LDLIBS)
344
345 $(OUTFILE).bin: $(OUTFILE).elf $(LPCRC)
346 $(OBJCOPY) $(OCFLAGS) -O binary $(OUTFILE).elf $(OUTFILE).bin
347 $(LPCRC) $(OUTFILE).bin
348
349 $(OUTFILE).hex: $(OUTFILE).elf
350 $(OBJCOPY) $(OCFLAGS) -O ihex $(OUTFILE).elf $(OUTFILE).hex
351
352 size: $(OUTFILE).elf
353 $(SIZE) $(OUTFILE).elf
354
355 clean:
356 rm -f $(OBJS) $(LD_TEMP) $(OUTFILE).elf $(OUTFILE).bin $(OUTFILE).hex
357
358 distclean: clean
359 rm -f $(DEPS) $(LPCRC)
360
361 .PHONY: all dep size clean distclean
362
363 CFLAGS_FOR_BUILD = -Wall -Wextra -std=c99 -O0 -g
364
365 LPCRC_SRCS = tools/lpcrc/lpcrc.c
366 LPCRC_OBJS = $(LPCRC_SRCS:%.c=%.o)
367 LPCRC_DEPS = $(LPCRC_SRCS:%.c=%.dep)
368
369 $(LPCRC_DEPS) : %.dep : %.c
370 $(CC_FOR_BUILD) $(CPPFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) -MM $< -MT $@ -MT $(@:%.dep=%.o) -MF $@
371
372 $(LPCRC_OBJS): %.o : %.c
373 $(CC_FOR_BUILD) $(CPPFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) -o $@ -c $<
374
375 $(LPCRC): $(LPCRC_OBJS)
376 $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $+ $(LDLIBS_FOR_BUILD)
This page took 0.060918 seconds and 5 git commands to generate.