Skip to content

Commit

Permalink
SPRacingH7: pin SPRacingH7 to 128kB of program space
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Feb 25, 2025
1 parent 0a111a3 commit 2520161
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/AP_HAL_ChibiOS/hwdef/SPRacingH7RF/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ define HAL_FLASH_PROTECTION 1

EXT_FLASH_SIZE_MB 2

# pin program size limit to 128kB. If we don't do this then "flashram"
# (the ".ramfunc" space) overflows.
define HAL_PROGRAM_SIZE_LIMIT_KB 128

I2C_ORDER I2C1 I2C2

# order of UARTs (and USB)
Expand Down

0 comments on commit 2520161

Please sign in to comment.