TheThingsIndustries / generic-node-se

Generic Node Sensor Edition
https://www.genericnode.com
Other
109 stars 31 forks source link

STM32CubeIDE will not build on Linux due to capitalisation typo #125

Closed mcserved closed 3 years ago

mcserved commented 3 years ago

Summary:

These lines cause an issue in when building projects with STM32CubeIDE on Linux. 'include' should be capitalised in all instances.

https://github.com/TheThingsIndustries/generic-node-se/blob/94500111cde0040a24c9e71e5b88fd773aed7bc3/Software/app/basic/.cproject#L61 https://github.com/TheThingsIndustries/generic-node-se/blob/94500111cde0040a24c9e71e5b88fd773aed7bc3/Software/app/basic_bootloader/.cproject#L62 https://github.com/TheThingsIndustries/generic-node-se/blob/94500111cde0040a24c9e71e5b88fd773aed7bc3/Software/app/basic_freertos/.cproject#L61 https://github.com/TheThingsIndustries/generic-node-se/blob/94500111cde0040a24c9e71e5b88fd773aed7bc3/Software/app/basic_freertos/.cproject#L63 https://github.com/TheThingsIndustries/generic-node-se/blob/94500111cde0040a24c9e71e5b88fd773aed7bc3/Software/app/basic_lorawan/.cproject#L55

Environment:

STM32CubeIDE