Skip to content

Commit

Permalink
New package releases (#274)
Browse files Browse the repository at this point in the history
* Update `xtask` package dependencies and fix janky patches

* New package releases
  • Loading branch information
jessebraham authored Aug 28, 2024
1 parent 045d2d9 commit c717453
Show file tree
Hide file tree
Showing 11 changed files with 221 additions and 137 deletions.
293 changes: 190 additions & 103 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions common_patches/rtc_io.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_array:
"PAD_DAC*": {}

"PAD_DAC*":
_strip: "PDAC1_"
"PAD_DAC*":
_strip: "PDAC1_"
6 changes: 3 additions & 3 deletions esp32/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32"
version = "0.32.0"
version = "0.33.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32"
Expand Down Expand Up @@ -28,10 +28,10 @@ bench = false
test = false

[dependencies]
critical-section = { version = "1.1.2", optional = true }
critical-section = { version = "1.1.3", optional = true }
vcell = "0.1.3"
xtensa-lx = "0.9.0"
defmt = { version = "0.3.6", optional = true }
defmt = { version = "0.3.8", optional = true }

[features]
default = ["xtensa-lx/spin"]
Expand Down
6 changes: 3 additions & 3 deletions esp32c2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32c2"
version = "0.21.0"
version = "0.22.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32-C2"
Expand Down Expand Up @@ -28,9 +28,9 @@ bench = false
test = false

[dependencies]
critical-section = { version = "1.1.2", optional = true }
critical-section = { version = "1.1.3", optional = true }
vcell = "0.1.3"
defmt = { version = "0.3.6", optional = true }
defmt = { version = "0.3.8", optional = true }

[features]
default = []
Expand Down
6 changes: 3 additions & 3 deletions esp32c3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32c3"
version = "0.24.0"
version = "0.25.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32-C3"
Expand Down Expand Up @@ -28,9 +28,9 @@ bench = false
test = false

[dependencies]
critical-section = { version = "1.1.2", optional = true }
critical-section = { version = "1.1.3", optional = true }
vcell = "0.1.3"
defmt = { version = "0.3.6", optional = true }
defmt = { version = "0.3.8", optional = true }

[features]
default = []
Expand Down
6 changes: 3 additions & 3 deletions esp32c6/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32c6"
version = "0.15.0"
version = "0.16.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32-C6"
Expand Down Expand Up @@ -28,9 +28,9 @@ bench = false
test = false

[dependencies]
critical-section = { version = "1.1.2", optional = true }
critical-section = { version = "1.1.3", optional = true }
vcell = "0.1.3"
defmt = { version = "0.3.6", optional = true }
defmt = { version = "0.3.8", optional = true }

[features]
default = []
Expand Down
6 changes: 3 additions & 3 deletions esp32h2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32h2"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32-H2"
Expand Down Expand Up @@ -28,9 +28,9 @@ bench = false
test = false

[dependencies]
critical-section = { version = "1.1.2", optional = true }
critical-section = { version = "1.1.3", optional = true }
vcell = "0.1.3"
defmt = { version = "0.3.6", optional = true }
defmt = { version = "0.3.8", optional = true }

[features]
default = []
Expand Down
11 changes: 4 additions & 7 deletions esp32h2/svd/patches/esp32h2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ _add:
access: read-write

_modify:
IEEE802154:
baseAddress: 0x600A3000
SPI?:
groupName: SPI

Expand Down Expand Up @@ -229,7 +231,7 @@ SPI[01]:
_include: ../../../common_patches/int_strip.yaml

LEDC:
_include:
_include:
- ../../../common_patches/ledc_collect.yaml
- ../../../common_patches/ledc_int.yaml

Expand Down Expand Up @@ -285,7 +287,7 @@ SOC_ETM:
_include: ../../../common_patches/etm_collect.yaml

SYSTIMER:
_include:
_include:
- ../../../common_patches/int_strip.yaml
- ../../../common_patches/systimer.yaml
- ../../../common_patches/systimer_real_target.yaml
Expand Down Expand Up @@ -480,10 +482,5 @@ TWAI0:
DATA_12:
name: TX_BYTE_12

_modify:
IEEE802154:
baseAddress: 0x600A3000

ASSIST_DEBUG:
_include: ../../../common_patches/assist_debug.yaml

6 changes: 3 additions & 3 deletions esp32s2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32s2"
version = "0.23.0"
version = "0.24.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32-S2"
Expand Down Expand Up @@ -28,10 +28,10 @@ bench = false
test = false

[dependencies]
critical-section = { version = "1.1.2", optional = true }
critical-section = { version = "1.1.3", optional = true }
vcell = "0.1.3"
xtensa-lx = "0.9.0"
defmt = { version = "0.3.6", optional = true }
defmt = { version = "0.3.8", optional = true }

[features]
default = []
Expand Down
6 changes: 3 additions & 3 deletions esp32s3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32s3"
version = "0.27.0"
version = "0.28.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32-S3"
Expand Down Expand Up @@ -28,10 +28,10 @@ bench = false
test = false

[dependencies]
critical-section = { version = "1.1.2", optional = true }
critical-section = { version = "1.1.3", optional = true }
vcell = "0.1.3"
xtensa-lx = "0.9.0"
defmt = { version = "0.3.6", optional = true }
defmt = { version = "0.3.8", optional = true }

[features]
default = ["xtensa-lx/spin"]
Expand Down
8 changes: 4 additions & 4 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ publish = false

[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.9", features = ["derive"] }
env_logger = "0.11.3"
clap = { version = "4.5.16", features = ["derive"] }
env_logger = "0.11.5"
form = "0.12.1"
log = "0.4.22"
semver = "1.0.23"
strum = { version = "0.26.3", features = ["derive"] }
svd2rust = { version = "0.33.4", default-features = false }
svdtools = "0.3.17"
toml_edit = "0.22.15"
svdtools = "0.3.18"
toml_edit = "0.22.20"

0 comments on commit c717453

Please sign in to comment.