Skip to content

Commit

Permalink
Always activate feature rp2040-pac/critical-section
Browse files Browse the repository at this point in the history
  • Loading branch information
jannic committed Jul 24, 2023
1 parent cfbeae0 commit 4bbc4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rp2040-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ embedded-dma = "0.2.0"
fugit = "0.3.6"
itertools = { version = "0.10.1", default-features = false }
nb = "1.0"
rp2040-pac = { version = "0.4.0", git = "https://github.com/rp-rs/rp2040-pac", rev = "6aed75d1903bbd8e549d8ffa142c6703b272613e" }
rp2040-pac = { version = "0.4.0", git = "https://github.com/rp-rs/rp2040-pac", rev = "05114f0c5e526a867d5f6d6ff23482c377bb492e", features = ["critical-section"] }
paste = "1.0"
pio = "0.2.0"
rp2040-hal-macros = { version = "0.1.0", path = "../rp2040-hal-macros" }
Expand Down Expand Up @@ -73,7 +73,7 @@ rom-v2-intrinsics = []
rp2040-e5 = []

# critical section that is safe for multicore use
critical-section-impl = ["critical-section/restore-state-u8", "rp2040-pac/critical-section"]
critical-section-impl = ["critical-section/restore-state-u8"]

# Support alpha release of embedded-hal
eh1_0_alpha = [ "dep:eh1_0_alpha", "dep:eh_nb_1_0_alpha" ]
Expand Down

0 comments on commit 4bbc4ab

Please sign in to comment.