Merge pull request 'add missing feature' (#3) from add-missing-portable-atomic-feature into main
Reviewed-on: rust/vorago-shared-periphs#3
This commit was merged in pull request #3.
This commit is contained in:
@@ -37,7 +37,7 @@ embassy-time-queue-utils = "0.1"
|
|||||||
once_cell = { version = "1", default-features = false, features = ["critical-section"] }
|
once_cell = { version = "1", default-features = false, features = ["critical-section"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
vor1x = ["_family-selected", "dep:va108xx"]
|
vor1x = ["_family-selected", "dep:va108xx", "portable-atomic/unsafe-assume-single-core"]
|
||||||
vor4x = ["_family-selected", "dep:va416xx"]
|
vor4x = ["_family-selected", "dep:va416xx"]
|
||||||
va41628 = []
|
va41628 = []
|
||||||
defmt = ["dep:defmt", "arbitrary-int/defmt", "fugit/defmt", "embedded-hal/defmt-03"]
|
defmt = ["dep:defmt", "arbitrary-int/defmt", "fugit/defmt", "embedded-hal/defmt-03"]
|
||||||
|
|||||||
Reference in New Issue
Block a user