Skip to content

Commit

Permalink
Merge pull request #417 from Severson-Group/user/codecubepi/release-n…
Browse files Browse the repository at this point in the history
…otes-v1.3.0

Add changelog notes for v1.3.0 release
  • Loading branch information
npetersen2 authored Sep 12, 2024
2 parents 12a4810 + b63face commit d348fd4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

This document summarizes the changes introduced to the code base for each release.

## v1.3.0

**Timing Manager & Scheduler**

- Create new Timing Manager IP to synchronize sensors and control with PWM carrier
- Convert scheduler times from `uint32_t` to `double` type, added tolerance margin

**Sensor Interfaces**

- Update sensor interfaces for Timing Manager compatibility
- Rename AMDS IP/driver from `motherboard` to `amds`
- Remove `SYNC_TX` interrupt from AMDS IP
- Add/change behavior of AMDS IP debug counters

**FPGA Changes**

- Remove FPGA Timer IP, as interrupts are now generated by Timing Manager
- Enable Inverter IP to flush duty ratios immediately, at next peak/valley, or next trigger
- Replace hardcoded AXI interface addresses with definitions from `xparameters.h`

**Miscellaneous**

- Convert any commands using 0-indexing for hardware port numbers to also be 1-indexed
- Remove obsolete driver documentation

## v1.2.0

- Add support for REV F hardware
Expand Down

0 comments on commit d348fd4

Please sign in to comment.