More Info on Reboot #701

Merged
muellerr merged 7 commits from more-info-on-reboot into v4.0.0-dev 2023-06-22 16:44:23 +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. - 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. - 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
- Added PL I2C reset pin. It is not used for now but could be used for FDIR procedures to restore - Added PL I2C reset pin. It is not used for now but could be used for FDIR procedures to restore
the PL I2C. the PL I2C.
- Core controller now announces firmware version as well when requesting a version info event
# [v3.3.0] 2023-06-21 # [v3.3.0] 2023-06-21