oxidecomputer / phbl

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

Remove once_bool. #32

Closed dancrossnyc closed 1 year ago

dancrossnyc commented 1 year ago

It seemed bool, but isn't pulling its weight, and the effect is easily replicated with AtomicBool. Also drop back to an older nightly to work around some kind of compiler problem I haven't tracked down yet.

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

dancrossnyc commented 1 year ago

Tested on eth-x and gimlet. It seems phbl was broken at head with the newer Rust (coulda sworn I tested that!!), so I went ahead and committed to get it unbroke, but please do take a look!