Skip to content

[WIP] Add support for NRF51, NRF52, NRF53#1333

Draft
salkinium wants to merge 10 commits intomodm-io:developfrom
salkinium:feat/nrf-support
Draft

[WIP] Add support for NRF51, NRF52, NRF53#1333
salkinium wants to merge 10 commits intomodm-io:developfrom
salkinium:feat/nrf-support

Conversation

@salkinium
Copy link
Member

@salkinium salkinium commented Feb 15, 2026

This is a continuation of the work in #410.

  • Add minimal support for nRF51
    • modm-device support
    • Add Core driver
    • Add GPIO driver
    • Add UART driver
    • Add BSP for nRF51422-DK
    • Tested in Hardware
  • Add minimal support for nRF52
    • modm-device support
    • Add Core driver
    • Add GPIO driver
    • Add UART driver
    • Add BSP for nRF52840-DK
    • Tested in Hardware
  • Add minimal support for nRF53
    • modm-device support
    • Add Core driver
    • Add GPIO driver
    • Add UART driver
    • Add ADC driver
    • Add Regulators driver
    • Add BSP for nRF5340-DK
    • Tested in Hardware
    • Support running code on the network core
  • compile all job passes
  • Add documentation for nRF5x platform
  • Unsquash the mega commit
    • give proper attribution to @el-han
    • update copyrights
@salkinium salkinium force-pushed the feat/nrf-support branch 5 times, most recently from ba63a2b to a088acf Compare February 22, 2026 19:50
@salkinium salkinium changed the title [WIP] Add support for NRF52 Feb 22, 2026
@salkinium salkinium force-pushed the feat/nrf-support branch 9 times, most recently from ab66284 to 62c1c30 Compare February 28, 2026 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment