Skip to content

Commit a9f533b

Browse files
committed
Update picow to new cyw43
Fixes build failures. Toolchain is updated, but we can't upgrade to latest nightly because it fails with an ICE, possibly rust-lang/rust#110206 thread 'rustc' panicked at 'DefId(35:311 ~ embedded_io[99f8]::asynch::Write::write::{opaque#0}) does not have a "def_span"', compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs:205:1
1 parent 416988e commit a9f533b

File tree

12 files changed

+778
-241
lines changed

12 files changed

+778
-241
lines changed

async/rust-toolchain.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Before upgrading check that everything is available on all tier1 targets here:
22
# https://rust-lang.github.io/rustup-components-history
3+
4+
# 2023-04-15 has ICE building picow demo
35
[toolchain]
4-
channel = "nightly-2023-04-07"
6+
channel = "nightly-2023-04-08"
57
components = [ "rust-src", "rustfmt" ]
68
targets = [
79
"thumbv6m-none-eabi",

0 commit comments

Comments
 (0)