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 1
1
//! Implementation details of the nRF HAL crates. Don't use this directly, use one of the specific
2
2
//! HAL crates instead (`nrfXYZ-hal`).
3
3
4
+ #![ doc( html_root_url = "https://docs.rs/nrf-hal-common/0.11.1" ) ]
4
5
#![ no_std]
5
6
6
7
use embedded_hal as hal;
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " nrf51-hal"
3
- version = " 0.11.0 "
3
+ version = " 0.11.1 "
4
4
edition = " 2018"
5
5
description = " HAL for nRF51 microcontrollers"
6
6
repository = " https://github.com/nrf-rs/nrf-hal"
@@ -23,7 +23,7 @@ nrf51 = "0.9.0"
23
23
path = " ../nrf-hal-common"
24
24
default-features = false
25
25
features = [" 51" ]
26
- version = " 0.11.0 "
26
+ version = " = 0.11.1 "
27
27
28
28
[dependencies .embedded-hal ]
29
29
features = [" unproven" ]
Original file line number Diff line number Diff line change 1
1
#![ no_std]
2
+ #![ doc( html_root_url = "https://docs.rs/nrf51-hal/0.11.1" ) ]
2
3
3
4
use embedded_hal as hal;
4
5
pub use nrf_hal_common:: * ;
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " nrf52810-hal"
3
- version = " 0.11.0 "
3
+ version = " 0.11.1 "
4
4
edition = " 2018"
5
5
description = " HAL for nRF52810 microcontrollers"
6
6
repository = " https://github.com/nrf-rs/nrf-hal"
@@ -22,7 +22,7 @@ nrf52810-pac = "0.9.0"
22
22
path = " ../nrf-hal-common"
23
23
default-features = false
24
24
features = [" 52810" ]
25
- version = " 0.11.0 "
25
+ version = " = 0.11.1 "
26
26
27
27
[dependencies .embedded-hal ]
28
28
features = [" unproven" ]
Original file line number Diff line number Diff line change 1
1
#![ no_std]
2
+ #![ doc( html_root_url = "https://docs.rs/nrf52810-hal/0.11.1" ) ]
2
3
3
4
use embedded_hal as hal;
4
5
pub use nrf_hal_common:: * ;
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " nrf52832-hal"
3
- version = " 0.11.0 "
3
+ version = " 0.11.1 "
4
4
description = " HAL for nRF52832 microcontrollers"
5
5
6
6
repository = " https://github.com/nrf-rs/nrf-hal"
@@ -21,7 +21,7 @@ nrf52832-pac = "0.9.0"
21
21
path = " ../nrf-hal-common"
22
22
default-features = false
23
23
features = [" 52832" ]
24
- version = " 0.11.0 "
24
+ version = " = 0.11.1 "
25
25
26
26
[dependencies .embedded-hal ]
27
27
features = [" unproven" ]
Original file line number Diff line number Diff line change 1
1
#![ no_std]
2
+ #![ doc( html_root_url = "https://docs.rs/nrf52832-hal/0.11.1" ) ]
2
3
3
4
use embedded_hal as hal;
4
5
pub use nrf_hal_common:: * ;
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " nrf52833-hal"
3
- version = " 0.11.0 "
3
+ version = " 0.11.1 "
4
4
description = " HAL for nRF52833 microcontrollers"
5
5
6
6
repository = " https://github.com/nrf-rs/nrf-hal"
@@ -24,7 +24,7 @@ nrf52833-pac = "0.9.0"
24
24
path = " ../nrf-hal-common"
25
25
default-features = false
26
26
features = [" 52833" ]
27
- version = " 0.11.0 "
27
+ version = " = 0.11.1 "
28
28
29
29
[dependencies .embedded-hal ]
30
30
features = [" unproven" ]
Original file line number Diff line number Diff line change 1
1
#![ no_std]
2
+ #![ doc( html_root_url = "https://docs.rs/nrf52833-hal/0.11.1" ) ]
2
3
3
4
use embedded_hal as hal;
4
5
pub use nrf_hal_common:: * ;
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " nrf52840-hal"
3
- version = " 0.11.0 "
3
+ version = " 0.11.1 "
4
4
description = " HAL for nRF52840 microcontrollers"
5
5
6
6
repository = " https://github.com/nrf-rs/nrf-hal"
@@ -23,7 +23,7 @@ nrf52840-pac = "0.9.0"
23
23
path = " ../nrf-hal-common"
24
24
default-features = false
25
25
features = [" 52840" ]
26
- version = " 0.11.0 "
26
+ version = " = 0.11.1 "
27
27
28
28
[dependencies .embedded-hal ]
29
29
features = [" unproven" ]
You can’t perform that action at this time.
0 commit comments