ussserrr / stm32pio

Automate managing of STM32CubeMX + PlatformIO projects
https://pypi.org/project/stm32pio
Other
224 stars 24 forks source link

Do not obtain boards at startup #35

Open ussserrr opened 3 years ago

ussserrr commented 3 years ago

Currently a list of available PlatformIO boards is requested right on the app startup which:

  1. Increases launch time
  2. Doesn't respect custom platformio_cmd config parameter

The latter is a tricky one because this value doesn't necessarily should be the same for all projects. Overall, consider disable such a behavior and make some alternative.