Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / flight / targets / boards / ccf3d / board-info.mk
blobe5d65450dd6e9508a3139abcd48d283255e72edd
1 BOARD_TYPE := 0x04
2 BOARD_REVISION := 0x03
3 BOOTLOADER_VERSION := 0x04
4 HW_TYPE := 0x01
6 CHIP := STM32F303xC
8 OPENOCD_JTAG_CONFIG := foss-jtag.revb.cfg
9 OPENOCD_CONFIG := stm32f3x.cfg
11 # Note: These must match the values in link_$(BOARD)_memory.ld
12 BL_BANK_BASE := 0x08000000 # Start of bootloader flash
13 BL_BANK_SIZE := 0x00004000 # Should include BD_INFO region
14 FW_BANK_BASE := 0x0800C000 # Start of firmware flash
15 FW_BANK_SIZE := 0x00034000 # Should include FW_DESC_SIZE (208kB)
17 FW_DESC_SIZE := 0x00000064
19 OSCILLATOR_FREQ := 8000000