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

@@ -176,6 +176,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bc68b1fa2eefbb7ad6747b299b79c8fca92163dfa46f0e279f39109cf272186"
dependencies = [
"bare-metal 1.0.0",
"cortex-m",
"critical-section",
"portable-atomic",
"rtic-core",
@@ -281,6 +282,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbdca3909d1c9ab4aba7a85b6b606f90b1bf4ae19a14c9bc4772b02017a82aad"
dependencies = [
"cortex-m",
"cortex-m-rt",
"vcell",
]