Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove packed structs. | Brian Cully | 2019-07-24 | 1 | -5/+5 |
| | | | | | | | | | | 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. | ||||
* | Initial commit. | Brian Cully | 2019-07-23 | 1 | -0/+331 |