1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

OP-917 Extended the program flash size to 3 128k sectors for F4 targets

+review OPReview-456
This commit is contained in:
Alessio Morale 2013-04-30 18:26:25 +02:00
parent 19e374e8d1
commit 1eef6a7f06
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
BOARD_TYPE := 0x05
BOARD_REVISION := 0x01
BOOTLOADER_VERSION := 0x04
BOOTLOADER_VERSION := 0x05
HW_TYPE := 0x00
MCU := cortex-m4
@ -20,7 +20,7 @@ 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
FW_BANK_SIZE := 0x00060000 # Should include FW_DESC_SIZE
FW_DESC_SIZE := 0x00000064

View File

@ -1,6 +1,6 @@
BOARD_TYPE := 0x09
BOARD_REVISION := 0x03
BOOTLOADER_VERSION := 0x04
BOOTLOADER_VERSION := 0x05
HW_TYPE := 0x00
MCU := cortex-m4
@ -19,7 +19,7 @@ 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
FW_BANK_SIZE := 0x00060000 # Should include FW_DESC_SIZE
FW_DESC_SIZE := 0x00000064

View File

@ -1,6 +1,6 @@
BOARD_TYPE := 0x09
BOARD_REVISION := 0x02
BOOTLOADER_VERSION := 0x04
BOOTLOADER_VERSION := 0x05
HW_TYPE := 0x00
MCU := cortex-m4
@ -19,7 +19,7 @@ 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
FW_BANK_SIZE := 0x00060000 # Should include FW_DESC_SIZE
FW_DESC_SIZE := 0x00000064