2018-01-24 01:17 PM
I am running the STM32CubeMX on Linux for the L476 and I am surprised to see that the generated code has DOS line endings. Is this by design or did I screw something up?
2018-01-24 11:36 PM
It's java app so it is possible they have the same code and behavior.
2018-01-25 07:06 AM
Right, I did not realize the line endings were DOS when I first pushed so I may have to tweak my git settings to account for the difference. When I pull, I believe the line endings are all converted to Unix by my client, so when I regenerated the Cube code after pulling and saw that there were 700 changes it was baffling.