stm32duino / Arduino_Core_STM32

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

Sync PlatformIO build script #2482

Closed valeros closed 3 months ago

valeros commented 3 months ago

One last change that's not synchronized in this repo is the USBDevice library not compiled automatically if a USB macro is present. This PR fixes this behavior.

Thanks!