dshot debugging
This commit is contained in:
parent
3e5a905544
commit
9948a76602
3 changed files with 26 additions and 16 deletions
|
|
@ -7,10 +7,10 @@
|
|||
|
||||
let
|
||||
# Define the specific toolchain with ESP32-C6 support
|
||||
rustToolchain = pkgs.rust-bin.selectLatestNightlyWith(toolchain: toolchain.default.override {
|
||||
rustToolchain = pkgs.rust-bin.stable.latest.default.override {
|
||||
targets = [ "riscv32imac-unknown-none-elf" ];
|
||||
extensions = [ "rust-src" "llvm-tools-preview" ];
|
||||
});
|
||||
};
|
||||
in
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue