Skip to content

Commit 42777b3

Browse files
authored
Merge branch 'stm32duino:main' into cmake_dev
2 parents 8eb4458 + c6bc5b2 commit 42777b3

File tree

2,104 files changed

+562489
-59372
lines changed

Some content is hidden

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

2,104 files changed

+562489
-59372
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@
55
# to native line endings on checkout.
66
.astyleignore text eol=lf
77
.astylerc text eol=lf
8+
.codespellignore text eol=lf
9+
.codespellrc text eol=lf
810
.editorconfig text eol=lf
911
.flake8 text eol=lf
1012
.gitattributes text eol=lf
1113
.gitignore text eol=lf
1214

1315
*.adoc text eol=lf
1416
*.c text eol=lf
17+
*.cfg text eol=lf
1518
*.cmake text eol=lf
1619
*.cpp text eol=lf
1720
*.css text eol=lf

.github/workflows/Cmake.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- NUCLEO_F767ZI
4040
- NUCLEO_G0B1RE
4141
- NUCLEO_G474RE
42+
- NUCLEO_H563ZI
4243
- NUCLEO_H743ZI2
4344
- NUCLEO_L073RZ
4445
- NUCLEO_L152RE

CI/build/conf/cores_config.json

+120-115
Large diffs are not rendered by default.

CI/build/conf/cores_config_ci.json

+119-115
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)