From 2d1bc3acb4481253fd006db7274aca0e53aa3b3c Mon Sep 17 00:00:00 2001 From: Martin Luessi Date: Thu, 15 Jun 2023 14:38:59 -0700 Subject: [PATCH] AP_HAL_ChibiOS: Use custom H750 linker script --- libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H750xx.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H750xx.py b/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H750xx.py index f16d729f7a..01a25a75cd 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H750xx.py +++ b/libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H750xx.py @@ -70,7 +70,9 @@ mcu = { 'DEFINES' : { 'HAL_HAVE_HARDWARE_DOUBLE' : '1', 'STM32H7' : '1', - } + }, + + 'LINKER_CONFIG' : 'common_extf_h750.ld' } pincount = {