A lot of library path information looks to be programmed into the STM32 flash memory.
If I read back the programmed memory of the STM32 with the ST32 ST-Link utility I see a lot of the following entries:
Is there a build option that I can set to remove that information and decrease the flash memory footprint?
platformio.ini ---- [env:bluepill_f103c8_128k] platform = ststm32 board = genericSTM32F103CB ;128k framework = arduino board_build.core = maple ; use Arduino STM32 (maple) board_build.variant = maple ; use Arduino STM32 (maple) upload_flags =
-c*
set CPUTAPID 0x1ba01477 ; Original STM32F103 parts* debug_tool = stlink