Skip to content

Commit f5d81f6

Browse files
Fix raspberry pi pico example not compiling (#4034)
* Fix raspberry pi pico example not compiling * Update dependencies for raspberry pi pico * Update deps in raspberry-pi-pico * Remove raspberry-pi-pico from workspace * Fix lints for run_model
1 parent 20dadd7 commit f5d81f6

File tree

5 files changed

+2532
-835
lines changed

5 files changed

+2532
-835
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ members = [
1616

1717
exclude = [
1818
"examples/notebook",
19-
"examples/raspberry-pi-pico", # will cause xtask issues otherwise
19+
"examples/raspberry-pi-pico",
2020
"crates/burn-import/model-checks/*", # exclude model checking crates from workspace
2121
]
2222

crates/burn-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ burn-fusion = { path = "../burn-fusion", version = "=0.20.0-pre.4", optional = t
128128

129129
[target.'cfg(not(target_has_atomic = "ptr"))'.dependencies]
130130
portable-atomic-util = { workspace = true }
131-
portable-atomic = { workspace = true, features = ["unsafe-assume-single-core"] }
131+
portable-atomic = { workspace = true }
132132

133133
[dev-dependencies]
134134
burn-ndarray = { path = "../burn-ndarray", version = "=0.20.0-pre.4" }

0 commit comments

Comments
 (0)