Skip to main content
Frank4
Associate
October 25, 2019
Question

MX 5.4.0 Bug: Excluded resources filters in .cproject are discarded

  • October 25, 2019
  • 0 replies
  • 450 views

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

This topic has been closed for replies.