-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
feat(boards): add nrf52 nosd snippets #2545
feat(boards): add nrf52 nosd snippets #2545
Conversation
Tested on a Jorne with an nRF52833 nrfmicro. |
c2fcd59
to
a999598
Compare
54541d9
to
6a3f9ea
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.
Since we added a snippets section, it'd be nice to document zmk-usb-logging
and studio-rpc-usb-uart
as well. But it's fine to not do that in this PR.
5708f26
to
caa1368
Compare
caa1368
to
82e648a
Compare
82e648a
to
74f1895
Compare
@caksoylar, @Nick-Munnich, I added |
74f1895
to
6bf2cf4
Compare
6bf2cf4
to
437fcdb
Compare
Is there a plan to add this snippet? It would be very helpful. |
Add snippet to build for nRF52833 boards while ignoring the SoftDevice. This is necessary as those boards are memory-constrained.
Add snippet to build for nRF52840 boards while ignoring the SoftDevice. This might be useful for especially memory-intensive applications.
437fcdb
to
ac18eba
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.
Thanks for putting this together!
Add snippet to build for nRF52833/52840 boards while ignoring the SoftDevice. This is necessary as nRF52833 boards are memory-constrained and nRF52840 boards can accidentally erase the SoftDevice.
Board/Shield Check-list