CubeMX generates uppercase Src and Inc folders; eclipse doesnt see them
Hello,
there is some problem with Sw4STM32 and the cubeMX plugin on Linux (probably any non-windows OS that has case sensitive filenames)
Eclipse normally uses lowercase src and inc folders.
When cubemx generates code, it does produce uppercase Src and Inc folders and ignores whatever is inside the lowercase folders.
I did not find any option to change this, i could make it work by making src a symlink to Src manually but this is not really a nice solution.