platformio / platform-atmelsam

Atmel SAM: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelsam
Apache License 2.0
82 stars 108 forks source link

Please, add support for AllWize K2 board #71

Open xoseperez opened 5 years ago

xoseperez commented 5 years ago

The AllWize K2 is a MKR-compatible board with a RC1701HP radio with Wize protocol support (LPWAN over 169MHz).

In the allwize-boards repo you can find the required files:

Thank you!

Update: upgraded version to 0.1.1

xoseperez commented 5 years ago

BTW, what happens if there is a new revision of the board settings? Do we have to open a new issue for that? Isn't there a way to automate adding new boards to PIO without your intervention? Something like the json you add to the Arduino IDE preferences so it scans 3rd party repos. In the meantime I added a pio-install.sh script to my repo to install a specific version in my .platformio folder.