nrf52840-mdk-usb-dongle
nrf52840-mdk-usb-dongle copied to clipboard
Zephyr support for this dongle version?
I see they only have support for full mdk but not this dongle version. Any plan for it?
It's limited by hardware, as there's no programmer embedded on the board. If you have a programmer (like a j-link) you can run zephyr on it like it was the full mdk.
Already made a PR for it https://github.com/zephyrproject-rtos/zephyr/pull/31202
Apparently there is already support for this board. I have already compiled and run the blinky example on it.
https://docs.zephyrproject.org/latest/boards/arm/nrf52840_mdk/doc/index.html It originates from this Pull Request in 2018 , which was merged
https://docs.zephyrproject.org/latest/boards/arm/nrf52840_mdk/doc/index.html
dongle and normal version is not the same board
I got really busy recently, didn't get a chance to finish this pr
Ah thank you for clarifying my misunderstanding. Then I'm also waiting for your Pull Request!
@424778940z I just commented on the zephyr PR, I would love to see this completed.