| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Output is more solid now, but still flickers badly with heavy serial.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
These were causing hard faults when trying to deref a borrow,
presumably because of a lack of field alignment.
This does mean structs aren't the correct size (e.g.,
USBConfigurationDescription is 10 bytes instead of 9 on thumb6), so
another solution needs to be fonud for getting data in and out of
structs with a minimum of overhead.
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
|
|