Add PL I2C reset GPIO #683

Merged
muellerr merged 4 commits from add-pl-i2c-resetn into v4.0.0-dev 2023-06-15 19:10:56 +02:00
Showing only changes of commit 40eae48a1a - Show all commits

View File

@ -31,6 +31,11 @@ TODO: New firmware package version.
- 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.
## Added
- Added PL I2C reset pin. It is not used for now but could be used for FDIR procedures to restore
the PL I2C.
# [v3.1.1] 2023-06-14
## Fixed