Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc76b51c

Browse files
authored
Merge pull request#1252 from stm32-rs/fix-crates
fix CRATES env
2 parents478255b +dff5e8a commitc76b51c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SVDTOOLS ?= svdtools
1010

1111
CRATES ?= stm32c0 stm32f0 stm32f1 stm32f2 stm32f3 stm32f4 stm32f7\
1212
stm32h5 stm32h7 stm32l0 stm32l1 stm32l4 stm32l5 stm32g0 stm32g4\
13-
stm32mp1 stm32n6 stm32u0 stm32u5 stm32wl stm32wbstm32w0 sstm32wba5
13+
stm32mp1 stm32n6 stm32u0 stm32u5 stm32wl stm32wbstm32wb0 stm32wba
1414

1515
yamlsearch =$(if$(findstring$(1),stm32wb), \
1616
$(wildcard devices/stm32wb[1-5]*.yaml), \

‎Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,6 @@ script = "rm -r .deps"
432432
[env]
433433
PYTHON = {value ="python3",condition = {env_not_set = ["PYTHON"] } }
434434
SVDTOOLS = {value ="svdtools",condition = {env_not_set = ["SVDTOOLS"] } }
435-
CRATES = {value ="stm32c0 stm32f0 stm32f1 stm32f2 stm32f3 stm32f4 stm32f7 stm32h5 stm32h7 stm32l0 stm32l1 stm32l4 stm32l5 stm32g0 stm32g4 stm32n6 stm32mp1 stm32wl stm32wb stm32wb5 stm32u0 stm32u5",condition = {env_not_set = [
435+
CRATES = {value ="stm32c0 stm32f0 stm32f1 stm32f2 stm32f3 stm32f4 stm32f7 stm32h5 stm32h7 stm32l0 stm32l1 stm32l4 stm32l5 stm32g0 stm32g4 stm32n6 stm32mp1 stm32wl stm32wbstm32wb0stm32wb5 stm32wba stm32u0 stm32u5",condition = {env_not_set = [
436436
"CRATES",
437437
] } }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp