Skip to content

Commit ca66a9b

Browse files
Document hal-common as internal
We don't support using it directly (nor do we really want to)
1 parent 04f23f6 commit ca66a9b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

nrf-hal-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nrf-hal-common"
33
version = "0.10.0"
4-
description = "Common HAL for the nRF51, nRF52 and nRF91 family of microcontrollers. More specific HAL crates also exist."
4+
description = "Implementation details of the nRF HAL crates. Don't use this directly, use one of the specific HAL crates instead (`nrfXYZ-hal`)."
55

66
repository = "https://github.com/nrf-rs/nrf-hal"
77
authors = [

nrf-hal-common/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//! Implementation details of the nRF HAL crates. Don't use this directly, use one of the specific
2+
//! HAL crates instead (`nrfXYZ-hal`).
3+
14
#![no_std]
25

36
use embedded_hal as hal;

0 commit comments

Comments
 (0)