platformio / platform-ststm32

ST STM32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/ststm32
Apache License 2.0
405 stars 312 forks source link

Update electrosmith_daisy board config's variant #813

Closed EliTayrien closed 2 weeks ago

EliTayrien commented 2 weeks ago

Change the variant setting for the electrosmith daisy seed.

without this change, I see

Error 1: fatal error: variant_DAISY_SEED.h: No such file or directory

when trying to build my project w/ daisyduino and platformio. On my machine, variant_DAISY_SEED.h is in STM32H7xx/H742I(G-I)K_H743I(G-I)K_H750IBK_H753IIK , not STM32H7xx/H742I(G-I)(K-T)_H743I(G-I)(K-T)_H750IB(K-T)_H753II(K-T).

I'm new to platformio so I'm not familiar with the implications of this change, but it now seems to be working as expected on my machine.

valeros commented 2 weeks ago

Thanks for the PR, merged!