oxidecomputer / phbl

Pico Host Boot Loader
Mozilla Public License 2.0
98 stars 7 forks source link

Fix missing `repr(C)` in UART types #34

Closed dancrossnyc closed 1 year ago

dancrossnyc commented 1 year ago

Add repr(C) to a few structs that mirror hardware registers; Rust was reordering these in ways that prevented boot.

I could have sworn I fixed this already, but apparently not. I wonder if I flubbed a commit. :-/

Signed-off-by: Dan Cross cross@oxidecomputer.com

dancrossnyc commented 1 year ago

Tested on ethx.