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
30 stars 5 forks source link

Add firmware support for new AMDC REV F hardware #366

Closed npetersen2 closed 3 months ago

npetersen2 commented 3 months ago

We recently released a new AMDC hardware revision: REV20231005F, see the PR: https://github.com/Severson-Group/AMDC-Hardware/pull/228.

Per the last page of the schematics, the changes for this revision are rather small:

These require no functional changes to the firmware---the REV E firmware will work with the new REV F hardware!

Items to do

Even though users can simply use AMDC_REV_E firmware config to run the new REV F hardware, we should make REV F appear as "fully supported" in the docs and the firmware. This requires the following changes:

FPGA support

DSP support

Documentation support

See https://github.com/Severson-Group/docs.amdc.dev/issues/92

npetersen2 commented 3 months ago

Note that these changes are targeting the v1 codebase and should be based off develop.

We will release this new REV F support as v1.2.0.

codecubepi commented 3 months ago

Closed with merge of #367