2019-10-25 10:15 AM
Hi,
After generating code using STM32CubeMX 5.4.0, the resources excluded from build (stored in .cproject file) are re-included. e.g.:
<entry excluding="excluded/path" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="Application"/>
becomes
<entry excluding="" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="Application" />
in the .cproject file after generating code with STM32CubeMX 5.4.0.
Is there a way to save those filters in CubeMX ? Or to prevent CubeMX from overwriting the .cproject ?
Thanks,
Frank