Skip to content

Commit cb08c0d

Browse files
committed
[variant] Group each variant per STM32 series
As the number of variants continues to grow and in order to ease navigation, they have been grouped in sub-folders per STM32 series. Moreover will ease generic variants management. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 0a0b2b9 commit cb08c0d

File tree

484 files changed

+294
-296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

484 files changed

+294
-296
lines changed

boards.txt

Lines changed: 293 additions & 295 deletions
Large diffs are not rendered by default.

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ build.preferred_out_format=bin
140140

141141
## Save binary
142142
recipe.output.tmp_file={build.project_name}.{build.preferred_out_format}
143-
recipe.output.save_file={build.project_name}.{build.variant}.{build.preferred_out_format}
143+
recipe.output.save_file={build.project_name}.{build.board}.{build.preferred_out_format}
144144

145145
## Compute size
146146
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"

0 commit comments

Comments
 (0)