embedded-trainings-2020/common/panic-log/Cargo.toml
Lotte Steenbrink ecae3b725a better comments
2022-01-10 14:24:44 +01:00

26 lines
452 B
TOML

[package]
authors = ["Jorge Aparicio <jorge.aparicio@ferrous-systems.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
name = "panic-log"
version = "0.0.0"
[dependencies]
cortex-m = "0.6.4"
defmt = "0.2.1"
[features]
# set defmt logging levels here
default = [
"defmt-debug",
# "dependency-a/defmt-trace",
]
# do NOT modify these features
defmt-default = []
defmt-trace = []
defmt-debug = []
defmt-info = []
defmt-warn = []
defmt-error = []