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