Skip to content

Commit

Permalink
Update picow to new cyw43
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mkj committed Apr 15, 2023
1 parent 416988e commit a9f533b
Show file tree
Hide file tree
Showing 12 changed files with 778 additions and 241 deletions.
4 changes: 3 additions & 1 deletion async/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Before upgrading check that everything is available on all tier1 targets here:
# https://rust-lang.github.io/rustup-components-history

# 2023-04-15 has ICE building picow demo
[toolchain]
channel = "nightly-2023-04-07"
channel = "nightly-2023-04-08"
components = [ "rust-src", "rustfmt" ]
targets = [
"thumbv6m-none-eabi",
Expand Down
Loading

0 comments on commit a9f533b

Please sign in to comment.