aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/usb.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use log crate instead of hand-rolled solution.Brian Cully2019-07-241-38/+34
| | | | | | | | | | | * 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.
* test adding config get. doesn't work.Brian Cully2019-07-231-1/+17
|
* Initial commit.Brian Cully2019-07-231-0/+612