sandeepmistry / arduino-nRF5

Arduino Core for Nordic Semiconductor nRF5 based boards
Other
872 stars 278 forks source link

Porting the latest nRF5 SDK to the Arduino platform #472

Open TauqirH opened 2 years ago

TauqirH commented 2 years ago

Is there a procedure to port the latest nRF5 SDK on to the Arduino platform and run it in parallel with this arduino-nRF5 core ? I am especially interested in the bootloader library of the SDK.

jpconstantineau commented 2 years ago

As a note of warning, there might be license incompatibilities with the nRF5 SDK. Some projects have not been able to use the nRF52 SDK because of that (QMK is an example). However, since the arduino-nrf5 project is only targeting Nordic chips, this might not be an issue (I am no lawyer/license expert...)

The Nordic NRFX drivers have a much more permissive license.