2022-02-23 09:48:32 +01:00
|
|
|
[package]
|
|
|
|
name = "blinky-pac"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2022-10-07 12:41:56 +02:00
|
|
|
license = "MIT OR Apache-2.0"
|
2022-02-23 09:48:32 +01:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
cortex-m = "0.7"
|
|
|
|
cortex-m-rt = "0.7"
|
2023-03-20 02:11:22 +01:00
|
|
|
stm32-metapac = { version = "1", features = ["stm32l475vg", "memory-x"] }
|
2022-02-23 09:48:32 +01:00
|
|
|
|
|
|
|
defmt = "0.3.0"
|
|
|
|
defmt-rtt = "0.3.0"
|
|
|
|
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
|