aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/logger.rs
Commit message (Collapse)AuthorAgeFilesLines
* Put milliseconds since boot in log output.Brian Cully2019-07-271-1/+3
|
* Update log levels.Brian Cully2019-07-251-2/+2
|
* Move USB host stuff to separate crate.Brian Cully2019-07-251-2/+0
|
* Use log crate instead of hand-rolled solution.Brian Cully2019-07-241-0/+139
* Remove my logging macros except *_now variants, since those are still handy. * Move log flush into RTC handler. This probably belongs in a separate timer at some point. * Change all old log messages to log crate's macros, except the Panic and HardFault calls.