sparkfun / Arduino_Apollo3

Arduino core to support the Apollo3 microcontroller from Ambiq Micro
83 stars 38 forks source link

Add platformio package.json file #430

Closed nigelb closed 2 years ago

nigelb commented 3 years ago

See sparkfun/Arduino_Apollo3#14 and nigelb/platform-apollo3blue#8

jerabaul29 commented 3 years ago

Could this be added for both core v1 and v2? :) .

jerabaul29 commented 3 years ago

I.e. to add to core v1 I think it would be necessary to add one pull request to the specific branch: https://github.com/sparkfun/Arduino_Apollo3/tree/v1 :) . We are quite a few users out there who do want bare metal use, so would be extremely helpful to get this for core v1 too :) .

nigelb commented 2 years ago

@jerabaul29, It is already in core v1, its version number just needs to be bumped.

jerabaul29 commented 2 years ago

Aaah, ok, so in core v1 this does not work well because this:

https://github.com/sparkfun/Arduino_Apollo3/blob/87a33ce12049ff10c6d0d7e6ab9038e4d874b36e/package.json#L4

should be 1.2.3 instead of 1.0.23, right? :) . @Wenn0101 would it be possible to patch the core v1 branch with the correct version number in the json config file? :) .