lpc-rs / lpc8xx-hal

Hardware Abstraction Layer (HAL) for NXP LPC800 series of microcontrollers, written in the Rust programming language
BSD Zero Clause License
31 stars 8 forks source link

Release v0.10.0 #336

Closed hannobraun closed 1 year ago

hannobraun commented 1 year ago

It's been a while since the last release, and a new one has been requested. Unfortunately the build has deteriorated since I last worked on this crate. I've included commits that partially address this, but unfortunately I'm still seeing build errors, which I expect might also show up in the CI build once I submit this pull request.

Since I'm no longer using this crate and have other priorities these days, I'm not going to track those build errors down. I hope someone else will. If not, well, no release then :smile:

The following still needs to be done:

  1. Anyone:
    • [x] Fix the build errors by submitting a separate pull request.
  2. @hannobraun:
    • [x] Rebase this pull request on the fixed master branch.
  3. @david-sawatzke:
    • [x] Review/approve this pull request.
  4. @hannobraun:
    • [x] Update date in changelog, if required.
    • [x] Publish on crates.io.
    • [x] Merge this pull request.
    • [x] Create and push release tag.

Close #335

hannobraun commented 1 year ago

Well, looks like whatever mystery problems my local build is having are not affecting the CI build. This is good to review!

hannobraun commented 1 year ago

All done. Thanks for the review!