Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9e46167

Browse files
author
Jonas Schievink
committedFeb 4, 2022
Release v0.11.0
1 parent f03327e commit 9e46167

File tree

13 files changed

+17
-12
lines changed

13 files changed

+17
-12
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
(no changes)
66

7+
## [0.11.0]
8+
9+
(no changes)
10+
711
## [0.10.1]
812

913
- Allow use with both `0.6` and `0.7` versions of `cortex-m-rt`.
@@ -13,3 +17,4 @@
1317
- Regenerate all PACs with svd2rust 0.19.0
1418
- Consolidate all nRF PACs in a common repo, [`nrf-rs/nrf-pacs`](https://github.com/nrf-rs/nrf-pacs).
1519
[0.10.0]: https://github.com/nrf-rs/nrf-pacs/releases/tag/v0.10.0
20+
[0.11.0]: https://github.com/nrf-rs/nrf-pacs/releases/tag/v0.11.0

‎Cargo.template.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "{{NAME}}-pac"
7-
version = "0.10.1"
7+
version = "0.11.0"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's {{NAME}} microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

‎pacs/nrf51-pac/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf51-pac"
7-
version = "0.10.1"
7+
version = "0.11.0"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf51 microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

‎pacs/nrf52805-pac/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf52805-pac"
7-
version = "0.10.1"
7+
version = "0.11.0"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf52805 microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

‎pacs/nrf52810-pac/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf52810-pac"
7-
version = "0.10.1"
7+
version = "0.11.0"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf52810 microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

‎pacs/nrf52811-pac/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf52811-pac"
7-
version = "0.10.1"
7+
version = "0.11.0"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf52811 microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

‎pacs/nrf52820-pac/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf52820-pac"
7-
version = "0.10.1"
7+
version = "0.11.0"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf52820 microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

‎pacs/nrf52832-pac/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf52832-pac"
7-
version = "0.10.1"
7+
version = "0.11.0"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf52832 microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

‎pacs/nrf52833-pac/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf52833-pac"
7-
version = "0.10.1"
7+
version = "0.11.0"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf52833 microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

‎pacs/nrf52840-pac/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf52840-pac"
7-
version = "0.10.1"
7+
version = "0.11.0"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf52840 microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

‎pacs/nrf5340-app-pac/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf5340-app-pac"
7-
version = "0.10.1"
7+
version = "0.11.0"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf5340-app microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

‎pacs/nrf5340-net-pac/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf5340-net-pac"
7-
version = "0.10.1"
7+
version = "0.11.0"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf5340-net microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

‎pacs/nrf9160-pac/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[package]
66
name = "nrf9160-pac"
7-
version = "0.10.1"
7+
version = "0.11.0"
88
edition = "2018"
99
description = "Peripheral Access Crate for Nordic's nrf9160 microcontroller"
1010
keywords = ["no-std", "arm", "cortex-m", "nrf", "peripherals"]

0 commit comments

Comments
 (0)
Please sign in to comment.