adds blocking pwm working impl for the spinnyboy in rust based on the esp32c6
This commit is contained in:
parent
dd341bbb67
commit
6f2ab7cb95
9 changed files with 1490 additions and 0 deletions
4
spinnyboy_rust/rust-toolchain.toml
Normal file
4
spinnyboy_rust/rust-toolchain.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[toolchain]
|
||||
channel = "stable"
|
||||
components = ["rust-src"]
|
||||
targets = ["riscv32imac-unknown-none-elf"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue