File tree Expand file tree Collapse file tree 16 files changed +143
-13
lines changed
Expand file tree Collapse file tree 16 files changed +143
-13
lines changed Original file line number Diff line number Diff line change 11//! Implementation details of the nRF HAL crates. Don't use this directly, use one of the specific
22//! HAL crates instead (`nrfXYZ-hal`).
33
4+ #![ doc( html_root_url = "https://docs.rs/nrf-hal-common/0.11.1" ) ]
45#![ no_std]
56
67use embedded_hal as hal;
Original file line number Diff line number Diff line change 11[package ]
22name = " nrf51-hal"
3- version = " 0.11.0 "
3+ version = " 0.11.1 "
44edition = " 2018"
55description = " HAL for nRF51 microcontrollers"
66repository = " https://github.com/nrf-rs/nrf-hal"
@@ -23,7 +23,7 @@ nrf51 = "0.9.0"
2323path = " ../nrf-hal-common"
2424default-features = false
2525features = [" 51" ]
26- version = " 0.11.0 "
26+ version = " = 0.11.1 "
2727
2828[dependencies .embedded-hal ]
2929features = [" unproven" ]
Original file line number Diff line number Diff line change 11#![ no_std]
2+ #![ doc( html_root_url = "https://docs.rs/nrf51-hal/0.11.1" ) ]
23
34use embedded_hal as hal;
45pub use nrf_hal_common:: * ;
Original file line number Diff line number Diff line change 11[package ]
22name = " nrf52810-hal"
3- version = " 0.11.0 "
3+ version = " 0.11.1 "
44edition = " 2018"
55description = " HAL for nRF52810 microcontrollers"
66repository = " https://github.com/nrf-rs/nrf-hal"
@@ -22,7 +22,7 @@ nrf52810-pac = "0.9.0"
2222path = " ../nrf-hal-common"
2323default-features = false
2424features = [" 52810" ]
25- version = " 0.11.0 "
25+ version = " = 0.11.1 "
2626
2727[dependencies .embedded-hal ]
2828features = [" unproven" ]
Original file line number Diff line number Diff line change 11#![ no_std]
2+ #![ doc( html_root_url = "https://docs.rs/nrf52810-hal/0.11.1" ) ]
23
34use embedded_hal as hal;
45pub use nrf_hal_common:: * ;
Original file line number Diff line number Diff line change 11[package ]
22name = " nrf52832-hal"
3- version = " 0.11.0 "
3+ version = " 0.11.1 "
44description = " HAL for nRF52832 microcontrollers"
55
66repository = " https://github.com/nrf-rs/nrf-hal"
@@ -21,7 +21,7 @@ nrf52832-pac = "0.9.0"
2121path = " ../nrf-hal-common"
2222default-features = false
2323features = [" 52832" ]
24- version = " 0.11.0 "
24+ version = " = 0.11.1 "
2525
2626[dependencies .embedded-hal ]
2727features = [" unproven" ]
Original file line number Diff line number Diff line change 11#![ no_std]
2+ #![ doc( html_root_url = "https://docs.rs/nrf52832-hal/0.11.1" ) ]
23
34use embedded_hal as hal;
45pub use nrf_hal_common:: * ;
Original file line number Diff line number Diff line change 11[package ]
22name = " nrf52833-hal"
3- version = " 0.11.0 "
3+ version = " 0.11.1 "
44description = " HAL for nRF52833 microcontrollers"
55
66repository = " https://github.com/nrf-rs/nrf-hal"
@@ -24,7 +24,7 @@ nrf52833-pac = "0.9.0"
2424path = " ../nrf-hal-common"
2525default-features = false
2626features = [" 52833" ]
27- version = " 0.11.0 "
27+ version = " = 0.11.1 "
2828
2929[dependencies .embedded-hal ]
3030features = [" unproven" ]
Original file line number Diff line number Diff line change 11#![ no_std]
2+ #![ doc( html_root_url = "https://docs.rs/nrf52833-hal/0.11.1" ) ]
23
34use embedded_hal as hal;
45pub use nrf_hal_common:: * ;
Original file line number Diff line number Diff line change 11[package ]
22name = " nrf52840-hal"
3- version = " 0.11.0 "
3+ version = " 0.11.1 "
44description = " HAL for nRF52840 microcontrollers"
55
66repository = " https://github.com/nrf-rs/nrf-hal"
@@ -23,7 +23,7 @@ nrf52840-pac = "0.9.0"
2323path = " ../nrf-hal-common"
2424default-features = false
2525features = [" 52840" ]
26- version = " 0.11.0 "
26+ version = " = 0.11.1 "
2727
2828[dependencies .embedded-hal ]
2929features = [" unproven" ]
You can’t perform that action at this time.
0 commit comments