v4.0.0 #699

Merged
muellerr merged 84 commits from v4.0.0-dev into main 2023-06-22 17:43:31 +02:00
Showing only changes of commit afcc0cc21d - Show all commits

View File

@ -30,11 +30,14 @@ will consitute of a breaking change warranting a new major release:
- Removed PTME busy/ready signals. Those were not used anyway because register reads are used now.
- APB bus access busy checking is not done anymore as this is performed by the bus itself now.
- Core controller will now announce version and image information event in addition to reboot
event in the `inititalize` function.
## Added
- Added PL I2C reset pin. It is not used for now but could be used for FDIR procedures to restore
the PL I2C.
- Core controller now announces firmware version as well when requesting a version info event
# [v3.3.0] 2023-06-21