mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-10 18:03:56 -04:00
hwdef: remove bad flashing-last-sector comment
the original file these were copied from has a lower limit, so deserves this comment. These hwdefs are making the entire space available, so remove this comment.
This commit is contained in:
parent
2b46f5a20b
commit
c0618e7a0a
@ -10,7 +10,6 @@ OSCILLATOR_HZ 16000000
|
||||
# board ID for firmware load
|
||||
APJ_BOARD_ID 5200
|
||||
|
||||
# the nucleo seems to have trouble with flashing the last sector?
|
||||
FLASH_SIZE_KB 2048
|
||||
|
||||
# bootloader is installed at zero offset
|
||||
|
@ -12,7 +12,6 @@ OSCILLATOR_HZ 16000000
|
||||
# board ID for firmware load
|
||||
APJ_BOARD_ID 5200
|
||||
|
||||
# the nucleo seems to have trouble with flashing the last sector?
|
||||
FLASH_SIZE_KB 2048
|
||||
|
||||
# This is the STM32 timer that ChibiOS will use for the low level
|
||||
|
@ -14,7 +14,6 @@ define STM32_HSE_BYPASS
|
||||
# board ID for firmware load
|
||||
APJ_BOARD_ID 139
|
||||
|
||||
# the nucleo seems to have trouble with flashing the last sector?
|
||||
FLASH_SIZE_KB 2048
|
||||
|
||||
FLASH_RESERVE_START_KB 128
|
||||
|
@ -13,7 +13,6 @@ define SMPS_PWR
|
||||
# board ID for firmware load
|
||||
APJ_BOARD_ID 139
|
||||
|
||||
# the nucleo seems to have trouble with flashing the last sector?
|
||||
FLASH_SIZE_KB 2048
|
||||
|
||||
# the location where the bootloader will put the firmware
|
||||
|
@ -17,7 +17,6 @@ define SMPS_PWR
|
||||
# board ID for firmware load
|
||||
APJ_BOARD_ID 139
|
||||
|
||||
# the nucleo seems to have trouble with flashing the last sector?
|
||||
FLASH_SIZE_KB 2048
|
||||
|
||||
FLASH_BOOTLOADER_LOAD_KB 256
|
||||
|
Loading…
Reference in New Issue
Block a user