-
Notifications
You must be signed in to change notification settings - Fork 8.2k
nrf: Add support for nrf52820 #24816
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
nrf: Add support for nrf52820 #24816
Conversation
|
All checks passed. checkpatch (informational only, not a failure)Tip: The bot edits this comment instead of posting a new one, so you can check the comment's history to see earlier messages. |
|
@Mierunski You need to add a change in |
6bd4189 to
bef7e4c
Compare
bef7e4c to
e2a18d9
Compare
e2a18d9 to
361778e
Compare
361778e to
a1f7161
Compare
|
@Mierunski please rebase, the failure in CI was due to an unrelated issue |
a1f7161 to
b50ab8b
Compare
ioannisg
left a comment
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.
did a pass; no more comments except the one mentioned by @anangl and @sigurdnev
|
@Mierunski and @anangl if the nrfx update is backwards compatible, let's have it as its own, separate, first commit. |
353f06e to
0b4f1e4
Compare
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.
Does this mean I can develop using psychically nRF52833 SoC, as this is just trimmed down die? Or I should replace it?
18dacdc to
9cdc491
Compare
9cdc491 to
2ec48a8
Compare
Change west.yml nordic hal module to point to 2.2.0 nrfx version. Signed-off-by: Mieszko Mierunski <[email protected]>
2ec48a8 to
789c9bb
Compare
789c9bb to
72a3ab8
Compare
This commit adds basic support for nRF52820 SoC. Changes affect introducing: - architecuture files (dtsi) - configuration of nrfx drivers - adaptation of inclusions based on chosen SoC Signed-off-by: Mieszko Mierunski <[email protected]>
This commit adds support for nRF52820 development on nRF52833DK. Changes afffects: - Introduce files related to board description. - Add blank documentation file (for future update). - configuration files for build process. Signed-off-by: Mieszko Mierunski <[email protected]>
This commit adds support for bluetooth in nRF52820 SoC. Bluetooth radio related files created and added to Zephyr. Signed-off-by: Mieszko Mierunski <[email protected]>
ioannisg
left a comment
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.
Looks good to me, now, thanks @Mierunski
|
@ioannisg All green |
Add support for nrf52820 soc and emulated development for nrf52820 on nrf52833dk