Skip to content

Releases: apollo-lhc/cm_mcu

v0.31.2

28 Apr 16:26
8e9515f
Compare
Choose a tag to compare

Commits

v0.31.1

28 Apr 13:14
1ca0c09
Compare
Choose a tag to compare
Ability to read SYSMON in both SLRs in VU7P (#95)

* Update LocalTasks.c

* try to ensure that the baseline is unchanged

* rebase

add info for #91

* Update LocalTasks.c

comment changes

* Update SensorControl.c

problem with roll-over, not sure why this is now occurring a lot.

* updates to github actions

add release action

CDR and LOS/LOL info from Fireflies, readout of 2nd SLR temperature

28 Apr 12:56
1ca0c09
Compare
Choose a tag to compare

Code from @fatimayousuf for firefly monitoring and also add code to read out the SYSMON of the VU7P's 2nd SLR (temperature)

CDR/loss of lock, readout of 2nd SLR SYSMON

26 Apr 23:54
1ca0c09
Compare
Choose a tag to compare
Ability to read SYSMON in both SLRs in VU7P (#95)

* Update LocalTasks.c

* try to ensure that the baseline is unchanged

* rebase

add info for #91

* Update LocalTasks.c

comment changes

* Update SensorControl.c

problem with roll-over, not sure why this is now occurring a lot.

* updates to github actions

add release action

Firefly 25G 12x parts, FF disable transmitters, cleanup and prep for Rev 2

11 Feb 15:45
4c70953
Compare
Choose a tag to compare
Firefly task updates for 12-wide 25 G devices (#88)

* Update FireFlyTask.c
* hack for CDR for Samtec alpha 25G 12 Tx/Rx devices
* Firefly CDR hacks, test register, more
* code cleanup, cdr hacks, allow read of larger FF registers (arbitrary size)
* refactor debug code to find stuck I2C transactions
* don't disable transceivers on startup if power is off (Rev1 only)
* other bug fixes
* fix bad enum definition caught by GCC10
* go from two different tick counters to one

Clock synthesizer fixes

02 Nov 19:55
5cd0794
Compare
Choose a tag to compare

Clock synthesizer fix.
Documentation and code reformats (cosmetic).

LGA80D initialization

28 Sep 13:51
08a9944
Compare
Choose a tag to compare

Code to initialize LGA80D power regulators to allow high-current running for VCCINT power supplies for both KU and VU FPGAs. See #71.

Clock Synth from MCU

11 Sep 17:46
00a5ea3
Compare
Choose a tag to compare

Clock Synth from MCU directly, for now only for one frequency (156 MHz).

Also includes some minor bug fixes and under the hood changes to generalize alarm task.

No stale data to Zynq Monitoring Path; error logger cleanups

30 Jul 13:25
5c45b85
Compare
Choose a tag to compare
  • ensure that stale data is not sent to Zynq path
  • redefine bit widths for the error logger (data field now a full byte)
  • clean up error logger for assert statements (save PC)
  • clean up error logger for power supply mask.
  • clean up handling of CONTINUATION codes for the raw error buffer functions

Zynq data path bug fix

23 Jul 15:10
c0079b0
Compare
Choose a tag to compare

See #63
Bug fix for Zynq monitoring data path.