stm32-data
stm32-data copied to clipboard
Adding FMPI2C to F4xx family.
This adds the FMPI2C i2c devices, but it was a bit difficult because only one i2c version is allowed per chip. This was fixed by adding a symlink to i2c_v2.yaml which was named i2c2_v2.yaml allows both devices to exist on the same chip and keeps the yaml file contents aligned.
diff: https://ci.embassy.dev/jobs/2ce73898f967/artifacts/diff.html
i'm a bit worried about the symlink. Does it work well if you clone the repo from Windows and run the generation?
Good question. I can try it later. Or if you prefer just replace it with a copy. Ntfs supports symbolic links afaik.
So @Dirbaio I would test that, but it looks like windows builds are broken on main:
So, I as long as they don't work... I can't really tell if they stop working with my changes. 🤣 windows, right?
So I figured out I could use WSL to do the d download-all in the folder and then execute the rest on windows. And your right! something doesn't work well:
So I'll go ahead and make the change.
diff: https://ci.embassy.dev/jobs/6c31807f2944/artifacts/diff.html
thanks!