ArduinoCore-primo
ArduinoCore-primo copied to clipboard
Compatibility with non-Primo boards
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?
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???