File tree Expand file tree Collapse file tree 17 files changed +28
-23
lines changed Expand file tree Collapse file tree 17 files changed +28
-23
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ (no changes)
6
+
7
+ ## [ 0.12.1]
8
+
5
9
### New Features
6
10
7
11
- nRF9160: Add support for TWIM1-3 ([ #273 ] ).
190
194
[ 0.11.0 ] : https://github.com/nrf-rs/nrf-hal/releases/tag/v0.11.0
191
195
[ 0.11.1 ] : https://github.com/nrf-rs/nrf-hal/releases/tag/v0.11.1
192
196
[ 0.12.0 ] : https://github.com/nrf-rs/nrf-hal/releases/tag/v0.12.0
197
+ [ 0.12.1 ] : https://github.com/nrf-rs/nrf-hal/releases/tag/v0.12.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " nrf-hal-common"
3
- version = " 0.12.0 "
3
+ version = " 0.12.1 "
4
4
description = " Implementation details of the nRF HAL crates. Don't use this directly, use one of the specific HAL crates instead (`nrfXYZ-hal`)."
5
5
6
6
repository = " https://github.com/nrf-rs/nrf-hal"
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.12.0 " ) ]
4
+ #![ doc( html_root_url = "https://docs.rs/nrf-hal-common/0.12.1 " ) ]
5
5
#![ no_std]
6
6
7
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.12.0 "
3
+ version = " 0.12.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.12.0 "
26
+ version = " =0.12.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.12.0 " ) ]
2
+ #![ doc( html_root_url = "https://docs.rs/nrf51-hal/0.12.1 " ) ]
3
3
4
4
use embedded_hal as hal;
5
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.12.0 "
3
+ version = " 0.12.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.12.0 "
25
+ version = " =0.12.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.12.0 " ) ]
2
+ #![ doc( html_root_url = "https://docs.rs/nrf52810-hal/0.12.1 " ) ]
3
3
4
4
use embedded_hal as hal;
5
5
pub use nrf_hal_common:: * ;
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " nrf52811-hal"
3
- version = " 0.12.0 "
3
+ version = " 0.12.1 "
4
4
edition = " 2018"
5
5
description = " HAL for nRF52811 microcontrollers"
6
6
repository = " https://github.com/nrf-rs/nrf-hal"
@@ -22,7 +22,7 @@ nrf52811-pac = "0.9.1"
22
22
path = " ../nrf-hal-common"
23
23
default-features = false
24
24
features = [" 52811" ]
25
- version = " =0.12.0 "
25
+ version = " =0.12.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/nrf52811-hal/0.12.0 " ) ]
2
+ #![ doc( html_root_url = "https://docs.rs/nrf52811-hal/0.12.1 " ) ]
3
3
4
4
use embedded_hal as hal;
5
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.12.0 "
3
+ version = " 0.12.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.12.0 "
24
+ version = " =0.12.1 "
25
25
26
26
[dependencies .embedded-hal ]
27
27
features = [" unproven" ]
You can’t perform that action at this time.
0 commit comments