ArduinoCore-primo icon indicating copy to clipboard operation
ArduinoCore-primo copied to clipboard

Compatibility with non-Primo boards

Open dmikhalsky opened this issue 7 years ago • 1 comments

Hi,

I was trying to compile BLE Central role example for nrf52 DK but failed. What's needed to make the library compatible with non-Primo boards?

dmikhalsky avatar Aug 23 '17 09:08 dmikhalsky

Maybe try https://github.com/sandeepmistry/arduino-nRF5. I have no experience with that repository, or this one. But the repository owner does not seem to be answering issues.

To make an Arduino core compatible with a different board, you need to modify the "variants" I.E. the code that describes the mapping from chip pins to board pins???

bootchk avatar Apr 20 '18 11:04 bootchk