Skip to content

Commit ab4aa4b

Browse files
jonas-schievinkYatekii
authored andcommitted
Add nRF51 support to the readme
1 parent 3291f6e commit ab4aa4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `nrf-hal`
22

3-
> [HAL] for the nRF52 and nRF91 family of microcontrollers
3+
> [HAL] for the nRF51, nRF52 and nRF91 families of microcontrollers
44
55
[HAL]: https://crates.io/crates/embedded-hal
66

@@ -11,6 +11,7 @@
1111
Support for each Nordic chip in this repository is in its own crate, with its
1212
own version number. Currently this repository supports:
1313

14+
* [`nrf51-hal`](./nrf51-hal) [![docs.rs](https://docs.rs/nrf51-hal/badge.svg)](https://docs.rs/nrf51-hal) [![crates.io](https://img.shields.io/crates/d/nrf51-hal.svg)](https://crates.io/crates/nrf51-hal)
1415
* [`nrf52810-hal`](./nrf52810-hal) [![docs.rs](https://docs.rs/nrf52810-hal/badge.svg)](https://docs.rs/nrf52810-hal) [![crates.io](https://img.shields.io/crates/d/nrf52810-hal.svg)](https://crates.io/crates/nrf52810-hal)
1516
* [`nrf52832-hal`](./nrf52832-hal) [![docs.rs](https://docs.rs/nrf52832-hal/badge.svg)](https://docs.rs/nrf52832-hal) [![crates.io](https://img.shields.io/crates/d/nrf52832-hal.svg)](https://crates.io/crates/nrf52832-hal)
1617
* [`nrf52840-hal`](./nrf52840-hal) [![docs.rs](https://docs.rs/nrf52840-hal/badge.svg)](https://docs.rs/nrf52840-hal) [![crates.io](https://img.shields.io/crates/d/nrf52840-hal.svg)](https://crates.io/crates/nrf52840-hal)

0 commit comments

Comments
 (0)