working rtic on TM4C123GXL

This commit is contained in:
Priec
2025-10-10 19:12:45 +02:00
parent 42ef7c380d
commit 0b8bf041c9
8 changed files with 21 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
{
description = "EK-TM4C123GXL (Tiva C) board RTIC dev flake using probe-rs";
description = "EK-TM4C123GXL (Tiva C) board RTIC dev flake";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
@@ -27,7 +27,6 @@
cargo-binutils
flip-link
gcc-arm-embedded
probe-rs
openocd
cargo-generate
];
@@ -35,7 +34,6 @@
shellHook = ''
echo ">>> EK-TM4C123GXL RTIC DevShell ready."
rustc --version
probe-rs --version
'';
};
});