cubeMX from CubeIDE in H7 dual core does not add driver in porject files
every time I am changing CubeMX and generate code in my STM32H755 project in CubeIDE 1.6 it forgets to add the section with the drivers that is shared between the M7 and M4 cores I end up using git diff every time after CubeMx update. I this fixed in newer versions it is very annoying. And it was not easy to find do to the fact that the IDE claims the source path is included but it is not realy ...
.cproject:
this line is deleted by CubeMX but it is needed:
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="Drivers"/>
.project
all the section pointing to drivers are deleted by CubeMX
<link>
<name>Drivers/STM32H7xx_HAL_Driver/stm32h7xx_hal.c</name>
<type>1</type>
<locationURI>PARENT-1-PROJECT_LOC/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c</locationURI>
</link>
this happens only when using cubeMX from the IDE if the project is set up new from ioc all is fine ...
