nrf-rs / nrf-hal

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

Add nrf5340-app-hal #366

Closed sphw closed 2 years ago

sphw commented 2 years ago

This PR adds a HAL for the nRF5340's app core. It is more or less identical to the nRF9160 HAL that already exists, with some features added or removed for the nRF5340. I have not added support for the net core yet, as I don't need it for my use case.

jonas-schievink commented 2 years ago

Please add the new HAL to the array in xtask/src/lib.rs to enable CI for it

sphw commented 2 years ago

Please add the new HAL to the array in xtask/src/lib.rs to enable CI for it

Done

jonas-schievink commented 2 years ago

Thanks, looks pretty good!

bors r+

bors[bot] commented 2 years ago

Build succeeded: