sparkfun / Arduino_Boards

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

Apollo_3 boards packaged incorrectly #53

Closed konkers closed 4 years ago

konkers commented 4 years ago

The Apollo_3 boards.txt (from the Apollo 3 repo) as well as the 1.0.9 boards list in package_sparkfun_index.json here list the "RedBoard" variants:

boards.txt:

$ grep "name" boards.txt
artemis.name=SparkFun Artemis Module
amap3redboard.name=SparkFun RedBoard Artemis
amap3nano.name=SparkFun RedBoard Artemis Nano
amap3atp.name=SparkFun RedBoard Artemis ATP
amap3thing.name=SparkFun Artemis Thing Plus
edge.name=SparkFun Edge
edge2.name=SparkFun Edge2

package_sparkfun_index.json:

          "name": "SparkFun Apollo3 Boards",
          "architecture": "apollo3",
          "version": "1.0.9",
          ....
          "boards": [
            { "name": "SparkFun Artemis Module" },
            { "name": "SparkFun RedBoard Artemis" },
            { "name": "SparkFun RedBoard Artemis ATP" },
            { "name": "SparkFun RedBoard Artemis Nano" },
            { "name": "SparkFun Artemis Thing Plus" },
            { "name": "SparkFun Edge" },
            { "name": "SparkFun Edge2" }
          ],

However the 1.0.9 tar file still has the old "BlackBoard" directories in variants:

$ ls variants/
SparkFun_Artemis  SparkFun_Artemis_Thing_Plus  SparkFun_BlackBoard_Artemis
SparkFun_BlackBoard_Artemis_ATP  SparkFun_BlackBoard_Artemis_Nano
SparkFun_Edge  SparkFun_Edge2

Packaging issue?

gdsports commented 4 years ago

@konkers Fix is pending release. https://github.com/sparkfun/Arduino_Apollo3/issues/56