12 lines
268 B
TOML
12 lines
268 B
TOML
[package]
|
|
name = "tm4c-rtic-example"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
cortex-m = "0.7.7"
|
|
cortex-m-rt = "0.7.3"
|
|
panic-halt = "0.2.0"
|
|
tm4c123x-hal = { version = "0.10.1", features = ["rt"] }
|
|
rtic = { version = "2.0.0", features = ["thumbv7-backend"] }
|