Skip to content

Commit

Permalink
hwdef: remove bad flashing-last-sector comment
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
peterbarker authored and tridge committed Jan 7, 2025
1 parent 2b46f5a commit c0618e7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/Airvolute-DCS2/hwdef-bl.dat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/Airvolute-DCS2/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/NucleoH743/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/NucleoH755/hwdef-bl.dat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/NucleoH755/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0618e7

Please sign in to comment.