platform-nordicnrf52 icon indicating copy to clipboard operation
platform-nordicnrf52 copied to clipboard

Add nRF5 SDK support

Open maxgerhardt opened this issue 4 years ago • 6 comments

Equivalent to https://github.com/platformio/platform-nordicnrf51/issues/24 from the nRF51 platform.

Having the native vendor nRF5 SDK framework supported would be great, many users have asked for that over and over again of the last time.

maxgerhardt avatar Feb 14 '21 10:02 maxgerhardt

Any plans?

pingdan32 avatar Jun 28 '21 01:06 pingdan32

No more NRF SDK , society has progressed past the need for NRF SDK.

TauqirH avatar Dec 20 '21 11:12 TauqirH

+1

TauqirH avatar Mar 29 '22 12:03 TauqirH

+1

ciband avatar May 15 '23 17:05 ciband

+1

wiesener avatar Aug 25 '23 12:08 wiesener

Some project might be build that way. It is just basic support. Most likely it there are still a lot of things missing.

[env:nrf52_dk]
platform = platformio/[email protected]
framework = zephyr
board = nrf52_dk
platform_packages =
    platformio/framework-zephyr@https://github.com/tomaszduda23/framework-sdk-nrf
    platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng

tomaszduda23 avatar Feb 01 '24 23:02 tomaszduda23