Solved
STM32CubeIDE: Icon Decorators: exclude resource from build
Hi,
I'm seeing some odd behavior with the icon decorators on excluded source files:
- Create a new STM32 project with everything as default
- Build the project ... all good
- Add a source file, say demo1.c that contains a single function
- Add another source file, say, demo2.c, that contains a single function
- Create two new build configurations, say, Demo1 and Demo2
- Set Demo1 as the active configuration and exclude resource demo2.c
- Set Demo2 as the active configuration and exclude demo1.c
- Build the Demo1 configuration ... look in the console output to prove it built demo1.c and excluded demo2.c
- Build the Demo2 configuration ... look in the console output to prove it built demo2.c and excluded demo1.c
- ...but the icon decorators are not showing the excluded resources
This is with STM32CubeIDE v1.4.2
Any ideas?
Thanks

