3 BOOTLOADER_VERSION
:= 0x04
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