aboutsummaryrefslogtreecommitdiffstats
path: root/rb
Commit message (Collapse)AuthorAgeFilesLines
* License for rb and usbh.Brian Cully2019-07-251-0/+1
|
* Use log crate instead of hand-rolled solution.Brian Cully2019-07-241-1/+1
| | | | | | | | | | | * 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-233-0/+232