device-envoy 0.0.3-alpha.2

Build Pico applications with LED panels, easy Wi-Fi, and composable device abstractions
Documentation
1
2
3
4
5
6
7
8
9
10
# Before upgrading check that everything is available on all tier1 targets here:
# https://rust-lang.github.io/rustup-components-history
[toolchain]
channel = "stable"
components = [ "rustfmt", "rust-analyzer" ]
targets = [
    "thumbv6m-none-eabi",       # Pico 1 (ARM Cortex-M0+)
    "thumbv8m.main-none-eabihf", # Pico 2 ARM (Cortex-M33)
    "riscv32imac-unknown-none-elf" # Pico 2 RISC-V (Hazard3)
]