working scheduler

This commit is contained in:
Priec
2025-12-04 12:13:54 +01:00
parent 86fbd00c53
commit a78a53bebd
7 changed files with 384 additions and 8 deletions

11
blinky/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "scheduler"
version = "0.1.0"
edition = "2024"
[dependencies]
cortex-m = "0.7.7"
cortex-m-rt = "0.7.3"
embedded-hal = "1.0.0"
panic-halt = "0.2.0"
tm4c123x-hal = { version = "0.10.1", features = ["rt"] }