Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / flight / targets / boards / tinyfish / board-info.mk
blob34539298d3490d095ba45e73652dba013fbccd54
1 BOARD_TYPE := 0x10
2 BOARD_REVISION := 0x06
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 BL_BANK_BASE := 0x08000000 # Start of bootloader flash
12 BL_BANK_SIZE := 0x00004000 # Should include BD_INFO region
14 # Some KB for settings storage (32kb)
15 EE_BANK_BASE := 0x08004000 # EEPROM storage area
16 EE_BANK_SIZE := 0x00008000 # EEPROM storage size
18 FW_BANK_BASE := 0x0800C000 # Start of firmware flash
19 FW_BANK_SIZE := 0x00034000 # Should include FW_DESC_SIZE (208kB)
21 FW_DESC_SIZE := 0x00000064
23 OSCILLATOR_FREQ := 8000000