Commit ff0756d
committed
CMake: Fix STM target build failures
Ensure the linker and startup files listed match
with the correct letter case as some host systems
are case sensitive.1 parent c734138 commit ff0756d
File tree
9 files changed
+2
-2
lines changed- targets/TARGET_STM
- TARGET_STM32F4
- TARGET_STM32F407xE/TOOLCHAIN_ARM
- TARGET_STM32F411xE/TOOLCHAIN_GCC_ARM
- TARGET_STM32F412xG/TOOLCHAIN_GCC_ARM
- TARGET_STM32F413xH/TOOLCHAIN_GCC_ARM
- TARGET_STM32F429xI/TOOLCHAIN_GCC_ARM
- TARGET_STM32F446xE/TOOLCHAIN_GCC_ARM
- TARGET_STM32F469xI/TOOLCHAIN_GCC_ARM
- TARGET_STM32H7/TARGET_STM32H747xI/TARGET_STM32H747xI_CM4
- TOOLCHAIN_GCC_ARM
9 files changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments