File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ SVDTOOLS ?= svdtools
10
10
11
11
CRATES ?= stm32c0 stm32f0 stm32f1 stm32f2 stm32f3 stm32f4 stm32f7 \
12
12
stm32h5 stm32h7 stm32l0 stm32l1 stm32l4 stm32l5 stm32g0 stm32g4 \
13
- stm32mp1 stm32n6 stm32u0 stm32u5 stm32wl stm32wb stm32w0 sstm32wba5
13
+ stm32mp1 stm32n6 stm32u0 stm32u5 stm32wl stm32wb stm32wb0 stm32wba
14
14
15
15
yamlsearch = $(if $(findstring $(1 ) ,stm32wb) , \
16
16
$(wildcard devices/stm32wb[1-5]* .yaml) , \
Original file line number Diff line number Diff line change @@ -432,6 +432,6 @@ script = "rm -r .deps"
432
432
[env ]
433
433
PYTHON = { value = " python3" , condition = { env_not_set = [" PYTHON" ] } }
434
434
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 stm32wb stm32wb0 stm32wb5 stm32wba stm32u0 stm32u5" , condition = { env_not_set = [
436
436
" CRATES" ,
437
437
] } }
You can’t perform that action at this time.
0 commit comments