aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Switch to INFO level logs.Brian Cully2019-08-011-1/+1
| | | | You can't see keyboard reports come in on trace.
* Update dotstar with interrupts disabled.Brian Cully2019-07-301-6/+10
| | | | Output is more solid now, but still flickers badly with heavy serial.
* Update log levels.Brian Cully2019-07-251-7/+7
|
* Move USB host stuff to separate crate.Brian Cully2019-07-251-3/+4
|
* Use log crate instead of hand-rolled solution.Brian Cully2019-07-241-16/+36
| | | | | | | | | | | * 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.
* Initial commit.Brian Cully2019-07-231-0/+202