We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f23f6 commit ca66a9bCopy full SHA for ca66a9b
nrf-hal-common/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "nrf-hal-common"
3
version = "0.10.0"
4
-description = "Common HAL for the nRF51, nRF52 and nRF91 family of microcontrollers. More specific HAL crates also exist."
+description = "Implementation details of the nRF HAL crates. Don't use this directly, use one of the specific HAL crates instead (`nrfXYZ-hal`)."
5
6
repository = "https://github.com/nrf-rs/nrf-hal"
7
authors = [
nrf-hal-common/src/lib.rs
@@ -1,3 +1,6 @@
+//! Implementation details of the nRF HAL crates. Don't use this directly, use one of the specific
+//! HAL crates instead (`nrfXYZ-hal`).
+
#![no_std]
use embedded_hal as hal;
0 commit comments