stm32duino / Arduino_Core_STM32

STM32 core support for Arduino
https://github.com/stm32duino/Arduino_Core_STM32/wiki
Other
2.86k stars 979 forks source link

fix(platform): core reference broken #2449

Closed fpistm closed 4 months ago

fpistm commented 4 months ago

due to {runtime.platform.path} usage when other platform reference the core.

Ref: https://arduino.github.io/arduino-cli/1.0/platform-specification/#referencing-another-core-variant-or-tool

Fixes #2445