platformio / platform-nordicnrf52

Nordic nRF52: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/nordicnrf52
Apache License 2.0
103 stars 115 forks source link

Support for Arduino Primo #4

Open z3ntu opened 6 years ago

z3ntu commented 6 years ago

I can't find anything online about platformio and the Arduino Primo. It's running on the Nordic nRF52 processor so I guess this belongs here.

Product link: http://www.arduino.org/products/boards/arduino-primo

jeremypoulter commented 6 years ago

I have added support for the Primo Core in #9, it is a relatively simple process of creating a board variant based on the Arduino.org NRF52 core, however I am not totally sure it is the best method. What is probably needed is a way to use the different Arduino Cores for the different products (generic, Arduino.org and Adafruit Feather) to be used. It is not immediately obvious how to do this.