Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / flight / targets / boards / gpsplatinum / board-info.mk
blob60485b0470f221a9ccb17b06a7e2248e22ada29a
1 BOARD_TYPE := 0x0A
2 BOARD_REVISION := 0x01
3 BOOTLOADER_VERSION := 0x02
4 HW_TYPE := 0x01
6 MCU := cortex-m0
7 CHIP := STM32F051G
8 BOARD := STM3205x_GPSP
9 MODEL := 51
10 MODEL_SUFFIX := _gpsp
12 OPENOCD_JTAG_CONFIG := foss-jtag.revb.cfg
13 OPENOCD_CONFIG := stm32f0x.cfg
15 # Note: These must match the values in link_$(BOARD)_memory.ld
16 BL_BANK_BASE := 0x08000000 # Start of bootloader flash
17 BL_BANK_SIZE := 0x00002800 # Should include BD_INFO region
18 FW_BANK_BASE := 0x08002800 # Start of firmware flash
19 FW_BANK_SIZE := 0x00005800 # Should include FW_DESC_SIZE
21 FW_DESC_SIZE := 0x00000064
23 OSCILLATOR_FREQ := 8000000