@@ -18,6 +18,7 @@ Every nRF chip has its own crate, listed below:
1818| -------| ------| -----------|
1919| [ ` 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 ) |
2020| [ ` 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 ) |
2122| [ ` 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 ) |
2223| [ ` 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 ) |
2324| [ ` 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 ) |
@@ -28,6 +29,7 @@ Every nRF chip has its own crate, listed below:
2829| Device | Product Specification | DK Reference Guide |
2930| -------| ------| -----------|
3031| [ ` nRF52810 ` ] ( https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52810 ) | [ ` v1.3 ` ] ( https://infocenter.nordicsemi.com/pdf/nRF52810_PS_v1.3.pdf ) | [ ` v1.3.1* ` ] ( https://infocenter.nordicsemi.com/pdf/nRF52_DK_User_Guide_v1.3.1.pdf ) |
32+ | [ ` nRF52811 ` ] ( https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52811 ) | [ ` v1.0 ` ] ( https://infocenter.nordicsemi.com/pdf/nRF52811_PS_v1.0.pdf ) | [ ` v1.3.1* ` ] ( https://infocenter.nordicsemi.com/pdf/nRF52_DK_User_Guide_v1.3.1.pdf ) |
3133| [ ` nRF52832 ` ] ( https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52832 ) | [ ` v1.4 ` ] ( https://infocenter.nordicsemi.com/pdf/nRF52832_PS_v1.4.pdf ) | [ ` v1.3.1* ` ] ( https://infocenter.nordicsemi.com/pdf/nRF52_DK_User_Guide_v1.3.1.pdf ) |
3234| [ ` nRF52833 ` ] ( https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52833 ) | [ ` v1.3 ` ] ( https://infocenter.nordicsemi.com/pdf/nRF52833_PS_v1.3.pdf ) | [ ` v1.0.1 ` ] ( http://infocenter.nordicsemi.com/pdf/nRF52833_DK_User_Guide_v1.0.1.pdf ) |
3335| [ ` nRF52840 ` ] ( https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52840 ) | [ ` v1.1 ` ] ( https://infocenter.nordicsemi.com/pdf/nRF52840_PS_v1.1.pdf ) | [ ` v1.2 ` ] ( https://infocenter.nordicsemi.com/pdf/nRF52840_DK_User_Guide_v1.2.pdf ) |
0 commit comments