@@ -14,15 +14,15 @@ Please refer to the [changelog] to see what changed in the last releases.
14
14
15
15
Every nRF chip has its own crate, listed below:
16
16
17
- | Crate | Docs | crates.io |
18
- | -------| ------| -----------|
19
- | [ ` 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 ) |
20
- | [ ` 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 ) |
21
- | [ ` nrf52811-hal ` ] ( ./nrf52811-hal ) | [ ![ docs.rs] ( https://docs.rs/nrf52811-hal/badge.svg )] ( https://docs.rs/nrf52811-hal ) | [ ![ crates.io] ( https://img.shields.io/crates/d/nrf52811-hal.svg )] ( https://crates.io/crates/nrf52811-hal ) |
22
- | [ ` 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 ) |
23
- | [ ` nrf52833-hal ` ] ( ./nrf52833-hal ) | [ ![ docs.rs] ( https://docs.rs/nrf52833-hal/badge.svg )] ( https://docs.rs/nrf52833-hal ) | [ ![ crates.io] ( https://img.shields.io/crates/d/nrf52833-hal.svg )] ( https://crates.io/crates/nrf52833-hal ) |
24
- | [ ` 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 ) |
25
- | [ ` nrf9160-hal ` ] ( ./nrf9160-hal ) | [ ![ docs.rs] ( https://docs.rs/nrf9160-hal/badge.svg )] ( https://docs.rs/nrf9160-hal ) | [ ![ crates.io] ( https://img.shields.io/crates/d/nrf9160-hal.svg )] ( https://crates.io/crates/nrf9160-hal ) |
17
+ | Crate | Docs | crates.io | target |
18
+ | -------| ------| -----------| -------- |
19
+ | [ ` 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 ) | ` thumbv6m-none-eabi ` |
20
+ | [ ` 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 ) | ` thumbv7em-none-eabi ` |
21
+ | [ ` nrf52811-hal ` ] ( ./nrf52811-hal ) | [ ![ docs.rs] ( https://docs.rs/nrf52811-hal/badge.svg )] ( https://docs.rs/nrf52811-hal ) | [ ![ crates.io] ( https://img.shields.io/crates/d/nrf52811-hal.svg )] ( https://crates.io/crates/nrf52811-hal ) | ` thumbv7em-none-eabi ` |
22
+ | [ ` 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 ) | ` thumbv7em-none-eabihf ` |
23
+ | [ ` nrf52833-hal ` ] ( ./nrf52833-hal ) | [ ![ docs.rs] ( https://docs.rs/nrf52833-hal/badge.svg )] ( https://docs.rs/nrf52833-hal ) | [ ![ crates.io] ( https://img.shields.io/crates/d/nrf52833-hal.svg )] ( https://crates.io/crates/nrf52833-hal ) | ` thumbv7em-none-eabihf ` |
24
+ | [ ` 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 ) | ` thumbv7em-none-eabihf ` |
25
+ | [ ` nrf9160-hal ` ] ( ./nrf9160-hal ) | [ ![ docs.rs] ( https://docs.rs/nrf9160-hal/badge.svg )] ( https://docs.rs/nrf9160-hal ) | [ ![ crates.io] ( https://img.shields.io/crates/d/nrf9160-hal.svg )] ( https://crates.io/crates/nrf9160-hal ) | ` thumbv8m.main-none-eabihf ` |
26
26
27
27
## Device Reference Manuals from Nordic
28
28
0 commit comments