Cargo Features
[dependencies]
xous-api-log = { version = "0.1.61", default-features = false, features = ["debugprint", "logging", "nostd"] }
- debugprint
-
adding this allocates the UART for debugging the logger
- logging default
-
adding this allocates the hardware UART for console interactions
- nostd
-
adding this causes the program to be built without std
- default = logging
-
The
logging
feature is set by default wheneverxous-api-log
is added without
somewhere in the dependency tree.default-features = false
Features from optional dependencies
Dependency versions enforced by Cargo.lock.