Skip to content

Commit

Permalink
Replace arch-riscv32 by arch-spin executor to avoid any issue
Browse files Browse the repository at this point in the history
  • Loading branch information
romainreignier committed Nov 17, 2024
1 parent cec07b8 commit c9cae8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ch32-hal = { git = "https://github.com/ch32-rs/ch32-hal.git", features = [
] }
embassy-executor = { version = "0.6.1", features = [
"integrated-timers",
"arch-riscv32",
"arch-spin",
"executor-thread",
"task-arena-size-128", # or better use nightly, but fails on recent Rust versions
] }
Expand Down

0 comments on commit c9cae8c

Please sign in to comment.