platformio / platform-atmelavr

Atmel AVR: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelavr
Apache License 2.0
138 stars 105 forks source link

Please add support for Purplepoint boards #116

Open bergdahl opened 5 years ago

bergdahl commented 5 years ago

Arduino compatible boards - https://github.com/m2m-solutions/board-index/blob/master/package_purplepoint.cloud_index.json

ivankravets commented 5 years ago

Please find the similar boards to your and make PRs:

AVR

  1. variant to https://github.com/platformio/platformio-pkg-framework-arduinoavr
  2. Boards manifest to https://github.com/platformio/platform-atmelavr/tree/develop/boards

SAM

  1. variant to https://github.com/platformio/platformio-pkg-framework-arduinosam
  2. Boards manifest to https://github.com/platformio/platform-atmelsam/tree/develop/boards

You can test changes on your machine. Files are located in ~/.platformio/packages/framework-arduino... and ~/.platformio/platforms/atmel...