File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 10
10
{
11
11
"name" : " stm32f746disco" ,
12
12
"uid" : " 210041000C51343237303334" ,
13
+ "build_flags_on" : [" " , " CFG_TUD_DWC2_DMA" ],
13
14
"flasher" : " jlink" ,
14
15
"flasher_sn" : " 770935966" ,
15
16
"flasher_args" : " -device STM32F746NG"
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ def main():
27
27
else :
28
28
toolchain = 'arm-gcc'
29
29
30
- if 'build_flags_on ' in board :
31
- for f in board ['build_flags_on ' ]:
30
+ if 'build ' in board and 'flags_on' in board [ 'build' ] :
31
+ for f in board ['build' ][ 'flags_on ' ]:
32
32
if f == '' :
33
33
matrix [toolchain ].append (f'-b { name } ' )
34
34
else :
Original file line number Diff line number Diff line change 79
79
{
80
80
"name" : " espressif_s3_devkitm" ,
81
81
"uid" : " 84F703C084E4" ,
82
- "build_flags_on" : [" " , " CFG_TUD_DWC2_DMA" ],
82
+ "build" : {
83
+ "flags_on" : [" " , " CFG_TUD_DWC2_DMA" ]
84
+ },
83
85
"tests" : {
84
86
"only" : [" device/cdc_msc_freertos" , " device/hid_composite_freertos" ]
85
87
},
You can’t perform that action at this time.
0 commit comments