LP-500 HoTT Telemetry added device definitions
[librepilot.git] / flight / targets / boards / revoproto / board-info.mk
blobfb3fdd67ca433ba06ceb5eafb69998464838e0cc
1 BOARD_TYPE := 0x09
2 BOARD_REVISION := 0x02
3 BOOTLOADER_VERSION := 0x05
4 HW_TYPE := 0x00
6 MCU := cortex-m4
7 CHIP := STM32F405RGT
8 BOARD := STM32F4xx_RP
9 MODEL := HD
10 MODEL_SUFFIX :=
12 OPENOCD_JTAG_CONFIG := stlink-v2.cfg
13 OPENOCD_CONFIG := stm32f4xx.stlink.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 := 0x00008000 # Should include BD_INFO region
19 # 16KB for settings storage
21 EE_BANK_BASE := 0x08008000 # EEPROM storage area
22 EE_BANK_SIZE := 0x00008000 # Size of EEPROM storage area
24 # Leave the remaining 64KB sectors for other uses
26 FW_BANK_BASE := 0x08020000 # Start of firmware flash
27 FW_BANK_SIZE := 0x00060000 # Should include FW_DESC_SIZE
29 FW_DESC_SIZE := 0x00000064
31 OSCILLATOR_FREQ := 8000000
32 SYSCLK_FREQ := 168000000