sparkfun / Arduino_Boards

Board definitions for SparkFun-manufactured AVR, ARM, and ESP-based Arduino boards.
263 stars 125 forks source link

SparkFun Thing Plus not showing up in platformio #64

Closed drewfish closed 3 years ago

drewfish commented 4 years ago

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?

drewfish commented 4 years ago

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

drewfish commented 4 years ago

I've opened an issue on one of the platformio repos: https://github.com/platformio/platform-atmelsam/issues/106

santaimpersonator commented 3 years ago

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.