SparkFun Thing Plus not showing up in platformio
drewfish opened this issue · 3 comments
I don't seem to be able to find the SparkFun Thing Plus in the platformio board registry.
I've done pio platform install atmelsam --with-package framework-arduino-samd-sparkfun (installed version 1.7.4) but afterwards platformio boards | grep sparkfun_thing only shows the sparkfun_thing_plus_v (which doesn't use the SAMD51 chip apparently). The Platformio online board registry doesn't seem to show the Thing Plus either.
Is there some part of the platformio ecosystem that needs to be rebuilt to pick up the board definitions in this repo?
Oh hmm... it looks like the list of boards in platformio might be coming from this:
https://github.com/platformio/platform-atmelsam/tree/develop/boards
I've opened an issue on one of the platformio repos:
platformio/platform-atmelsam#106
I will be closing this issue. There doesn't seem to be an issue with our Arduino core, since the problem is being experienced on a completely different development platform.