mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-29 21:30:39 +00:00

* Fix incorrect usage of MaybeUninit * CHANGELOG.md * Run tests in CI * Address review comments * Fix wrong path * Less transmutes * Don't use link_section on MacOS * Fix a search+replace gone wrong * Fix unaligned write buffer, make sure we test all relevant branches * Fix