Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove bare-metal and cortex-m-semihosting deps. | Brian Cully | 2019-07-25 | 1 | -1/+0 |
| | |||||
* | Move USB host stuff to separate crate. | Brian Cully | 2019-07-25 | 1 | -1/+12 |
| | |||||
* | Use log crate instead of hand-rolled solution. | Brian Cully | 2019-07-24 | 1 | -0/+16 |
| | | | | | | | | | | | * 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 Cully | 2019-07-23 | 1 | -0/+373 |