1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-03 11:24:10 +01:00
LibrePilot/flight/targets/boards/osd/board-info.mk

28 lines
870 B
Makefile
Raw Normal View History

2012-02-12 21:29:42 +01:00
BOARD_TYPE := 0x05
BOARD_REVISION := 0x01
BOOTLOADER_VERSION := 0x04
2012-02-12 21:29:42 +01:00
HW_TYPE := 0x00
MCU := cortex-m4
2012-02-28 19:32:44 +01:00
CHIP := STM32F405RGT6
2012-02-12 21:29:42 +01:00
BOARD := STM32F4xx_OSD
MODEL := HD
MODEL_SUFFIX :=
2012-03-11 09:54:00 +01:00
OPENOCD_JTAG_CONFIG := stlink-v2.cfg
OPENOCD_CONFIG := stm32f4xx.stlink.cfg
#OPENOCD_CONFIG := stm32f4xx.cfg
2012-02-12 21:29:42 +01:00
# Note: These must match the values in link_$(BOARD)_memory.ld
2012-03-10 08:35:09 +01:00
BL_BANK_BASE := 0x08000000 # Start of bootloader flash
BL_BANK_SIZE := 0x00008000 # Should include BD_INFO region
# Leave the remaining 16KB and 64KB sectors for other uses
FW_BANK_BASE := 0x08020000 # Start of firmware flash
FW_BANK_SIZE := 0x00040000 # Should include FW_DESC_SIZE
2012-02-12 21:29:42 +01:00
FW_DESC_SIZE := 0x00000064
OSCILLATOR_FREQ := 8000000
SYSCLK_FREQ := 108000000