#nrf52 #hal #arm #cortex-m

no-std nrf52-hal-common

Common HAL for the nRF52 family of microcontrollers. More specific HAL crates also exist.

6 releases

0.8.1 Apr 28, 2019
0.8.0 Apr 21, 2019
0.7.0 Feb 22, 2019
0.6.1 Dec 29, 2018
0.6.0-beta.3 Nov 18, 2018

#1966 in Embedded development

Download history 4/week @ 2023-12-01 6/week @ 2023-12-08 12/week @ 2023-12-15 11/week @ 2023-12-22 1/week @ 2023-12-29 10/week @ 2024-01-05 21/week @ 2024-01-12 9/week @ 2024-01-19 1/week @ 2024-01-26 4/week @ 2024-02-02 14/week @ 2024-02-09 28/week @ 2024-02-16 41/week @ 2024-02-23 42/week @ 2024-03-01 62/week @ 2024-03-08 27/week @ 2024-03-15

177 downloads per month

MIT/Apache

97KB
2K SLoC

nrf-hal

HAL for the nRF51, nRF52 and nRF91 families of microcontrollers

CI

Please refer to the changelog to see what changed in the last releases.

Crates

Every nRF chip has its own crate, listed below:

Crate Docs crates.io target
nrf51-hal docs.rs crates.io thumbv6m-none-eabi
nrf52810-hal docs.rs crates.io thumbv7em-none-eabi
nrf52811-hal docs.rs crates.io thumbv7em-none-eabi
nrf52832-hal docs.rs crates.io thumbv7em-none-eabihf
nrf52833-hal docs.rs crates.io thumbv7em-none-eabihf
nrf52840-hal docs.rs crates.io thumbv7em-none-eabihf
nrf9160-hal docs.rs crates.io thumbv8m.main-none-eabihf

Device Reference Manuals from Nordic

Device Product Specification DK Reference Guide
nRF52810 v1.3 v1.3.1*
nRF52811 v1.0 v1.3.1*
nRF52832 v1.4 v1.3.1*
nRF52833 v1.3 v1.0.1
nRF52840 v1.1 v1.2
nRF9160 v2.0 v0.9.3

* These devices do not have a separate development kit and share the NRF52 DK

Development

Be sure to copy and edit the Cargo.example.toml file to Cargo.toml. The file will require editing dependent on the target you wish to work with and contains some further instructions. Similarly, check out the .vscode/settings.json file when used in the context of Visual Studio Code. By default, all of these files are configured to work with the nRF52840 target.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~1–5MB
~131K SLoC