Swap PL and PS I2C #725

Merged
muellerr merged 20 commits from swap-pl-ps-i2c into main 2023-07-06 15:05:54 +02:00
Showing only changes of commit 25c7058da5 - Show all commits

View File

@ -20,6 +20,8 @@ will consitute of a breaking change warranting a new major release:
- Swapped PL and PS I2C, BPX battery and MGT are connected to PS I2C now for firmware versions
above v4. However, this software version ins compatible to both v3 and v4 of the firmware.
meggert marked this conversation as resolved Outdated

You might wanna check for typos ins this sentence.

You might wanna check for typos ins this sentence.

there are now typos in there

there are now typos in there

all typos ins now fixed

all typos ins now fixed
- The firmware version variables are global statics inititalized early during the program
runtime now. This makes it possible to check the firmware version earlier.
# [v6.0.0] 2023-07-02