diff --git a/bsp/stm32/stm32l475-atk-pandora/rtconfig.py b/bsp/stm32/stm32l475-atk-pandora/rtconfig.py index 6b54a18e1a..7b2ac58138 100644 --- a/bsp/stm32/stm32l475-atk-pandora/rtconfig.py +++ b/bsp/stm32/stm32l475-atk-pandora/rtconfig.py @@ -192,6 +192,7 @@ elif PLATFORM == 'llvm-arm': OBJDUMP = PREFIX + 'objdump' OBJCPY = PREFIX + 'objcopy' DEVICE = ' --config armv7em_hard_fpv4_sp_d16.cfg' + DEVICE += ' -ffunction-sections -fdata-sections' CFLAGS = DEVICE CFLAGS += ' -mfloat-abi=hard -march=armv7em -mfpu=fpv4-sp-d16' AFLAGS = ' -c' + DEVICE + ' -Wa,-mimplicit-it=thumb ' ## -x assembler-with-cpp