16 lines
298 B
TOML
Executable file
16 lines
298 B
TOML
Executable file
[package]
|
|
name = "nucleo-l053r8-blink"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
|
|
[dependencies]
|
|
hal = { package = "stm32l0xx-hal", version = "0.10.0", features = [
|
|
"mcu-STM32L053R8Tx",
|
|
"rt",
|
|
] }
|
|
cortex-m-rt = "0.7.5"
|
|
panic-halt = "1.0.0"
|
|
cortex-m = "0.7.7"
|
|
hd44780-driver = "0.4.0"
|
|
heapless = "0.8.0"
|