Severson-Group / AMDC-Firmware

Embedded system code (C and Verilog) which runs the AMDC Hardware
http://docs.amdc.dev/firmware
BSD 3-Clause "New" or "Revised" License
31 stars 5 forks source link

Merge v1.0.2 bug fixes to release branch v1.0.x #253

Closed npetersen2 closed 2 years ago

npetersen2 commented 2 years ago

Releasing v1.0.2.

Notice that each commit being merged from develop is the result of a PR (the commit name has the PR number linked) which was Squash + Merge into develop. Now, we are doing a NORMAL MERGE COMMIT into the release branch...

This is all per the procedure documented here: https://docs.amdc.dev/firmware/development/index.html

Once this is merged, I will tag the merge commit as v1.0.2 official commit tag.

npetersen2 commented 2 years ago

@elsevers ready for review.

I have confirmed the user does NOT have to rebuild the Vivado hardware for this release--it includes SDK c code only fixes.