Skip to content

Commit

Permalink
Add changelog notes for v1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
codecubepi committed Sep 12, 2024
1 parent 12a4810 commit b63face
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 b63face

Please sign in to comment.