-
Notifications
You must be signed in to change notification settings - Fork 2k
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 bmp config for nrf52 #13972
Add bmp config for nrf52 #13972
Conversation
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 pretty straightforward.
It would probably be good though if we wouldn't have to do this on a per-board basis, but could just have a $(RIOTMAKE)/tools/debugger.inc.mk
that allowed us to use any debugger with any board.
I can't test now. I have my nRF52 boards in the office (and I'm doing mostly home office now). But code-wise it looks good. I would be very surprised, if this wouldn't just work. |
Uh one more thing: please change the commit message to something like |
@Citrullin: It seems only the requested change of the commit message is missing to get this merged. |
Thanks for reminding me. Done. |
Contribution description
Using
PROGRAMMER=bmp
for nrf52 boards failed. This should do the job.Testing procedure
Tested it with nrf52dk.
PROGRAMMER=bmp
to flash your application.make term
also works.