nrf-rs / nrf-hal

A Rust HAL for the nRF family of devices
Apache License 2.0
503 stars 139 forks source link

Status of nRF5340 support #362

Closed bogdanm closed 2 years ago

bogdanm commented 2 years ago

Hi, I've noticed that there is an nrf5340 branch on this repository, but I don't know how complete the nRF5340 implementation is, or if there are any plans to merge it to master in the near future. If someone could clarify this it'd be helpful. Thank ou.

jsosulski commented 2 years ago

It seems the application core was added in https://github.com/nrf-rs/nrf-hal/pull/366 which is available on https://crates.io/crates/nrf5340-app-hal i.e.:

nrf5340-app-hal = "0.14.1"
jonas-schievink commented 2 years ago

v0.15.1 includes a HAL for both the Application and Network core, so closing this :tada: