2022-05-17 10:47 AM
I'm using u8g2 as a Git Submodule in an STM32CubeIDE project. It has a "sys" subdirectory that contains 87 main.c files. When I save Device Configuration it opens all 87 files, then Device Configuration Tool vanishes. Exclude from Build doesn't help. Marking the files Hidden in Windows file system doesn't help.
Is this expected behavior? Is there a workaround?
2022-05-18 12:07 AM
Could you provide a step-by-step guide with some screenshots of how the project is structured and imported? Or even a short screen recording of the process?
I did a quick look through the git project and it seems that there are a bunch of main.c files for each different "example" in the project, so the fact that it finds all 87 would probably be expected behavior, but it would help to get a more clear picture of the process.
2022-06-02 09:13 AM
Sure.