Skip to content

Commit

Permalink
Update all PACs (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham authored Nov 10, 2022
1 parent 9064177 commit 86049a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions esp-hal-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ ufmt-write = { version = "0.1.0", optional = true }
# Each supported device MUST have its PAC included below along with a
# corresponding feature. We rename the PAC packages because we cannot
# have dependencies and features with the same names.
esp32 = { version = "0.14.0", features = ["critical-section"], optional = true }
esp32c2 = { version = "0.4.0", features = ["critical-section"], optional = true }
esp32c3 = { version = "0.7.0", features = ["critical-section"], optional = true }
esp32s2 = { version = "0.5.0", features = ["critical-section"], optional = true }
esp32s3 = { version = "0.7.0", features = ["critical-section"], optional = true }
esp32 = { version = "0.15.0", features = ["critical-section"], optional = true }
esp32c2 = { version = "0.5.0", features = ["critical-section"], optional = true }
esp32c3 = { version = "0.8.0", features = ["critical-section"], optional = true }
esp32s2 = { version = "0.6.0", features = ["critical-section"], optional = true }
esp32s3 = { version = "0.8.0", features = ["critical-section"], optional = true }

[features]
esp32 = ["esp32/rt" , "procmacros/xtensa", "xtensa-lx-rt/esp32", "xtensa-lx/esp32", "critical-section/restore-state-u32", "lock_api"]
Expand Down

0 comments on commit 86049a5

Please sign in to comment.