-
Notifications
You must be signed in to change notification settings - Fork 3k
Move NRF52_DK target to NRF5_SDK13 sources #4132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
GCC_ARM, ARM, IAR tests results:
|
What's is missing here? Can you specify what steps are require for this patch to be integrated? |
@nvlsianpu does the SDK13 will support the NRF51? |
SDK13 doesn't support NRF51. NRF51 is supported in SDK12.x.x. |
targets/targets.json
Outdated
@@ -2611,14 +2611,62 @@ | |||
} | |||
} | |||
}, | |||
"NRF52_DK": { | |||
"NRF52_DK_LEGACY": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no reason to keep this target if it is not used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree completely, no sense to keep legacy nrf52.
#4245 introduce combined NRF5 + NRF52840. |
Description
NRF52_DK is upgraded in order to using nRF5 SDK13 (common for nRF52840_DK).
Old implementation is switched to NRF52_DK_LEGACY.
NRF5_SDK13 is now ready to hosted all of nRF52 targets.
Status
IN DEVELOPMENT (PREVIEW)