-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Add nRF9161 SoC variant to CTCC board #82814
Add nRF9161 SoC variant to CTCC board #82814
Conversation
cc6e922
to
1eb4434
Compare
1eb4434
to
2bbacfa
Compare
55876fd
to
328bab8
Compare
Add missing configurations to yaml and device-tree. Signed-off-by: Jan Kowalewski <jkowalewski@cthings.co>
328bab8
to
8aa092f
Compare
Add support for CTHINGS.CO Connectivity Card with nRF9161 SoC variant. Signed-off-by: Jan Kowalewski <jkowalewski@cthings.co>
c72e8bb
to
5d3dd47
Compare
5d3dd47
to
d0efa98
Compare
@kowalewskijan can you add an entry into the Maintainers file for |
They are not a collaborator so they should not |
@kartben I applied the changes you requested. PTAL |
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.
some doc issues left
fyi you may always check how documentation looks like in CI, here this would be https://builds.zephyrproject.io/zephyr/pr/82814/docs/boards/ct/ctcc/doc/index.html
* Add documentation about nRF9161 SoC variant * Modify example apps to include both nRF9161 and nRF52840 * Switch from DFU to MCUmgr in example apps Signed-off-by: Jan Kowalewski <jkowalewski@cthings.co>
5551ac6
d0efa98
to
5551ac6
Compare
Adds CTHINGS.CO Connectivity Card nRF9161 SoC variant and switches example app from DFU to mcumgr.
What I'm not sure about is how to handle additional
CONFIG_*
from MCUboot, I added them initially to allowed list in the compliance script, if there is other way of mentioning these configs in the board documentation without changing the script, please let me know.