File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 9090 - RTT_BSP='stm32/stm32f429-armfly-v6' RTT_TOOL_CHAIN='sourcery-arm'
9191 - RTT_BSP='stm32/stm32f429-atk-apollo' RTT_TOOL_CHAIN='sourcery-arm'
9292 - RTT_BSP='stm32/stm32f429-fire-challenger' RTT_TOOL_CHAIN='sourcery-arm'
93+ - RTT_BSP='stm32/stm32f446-st-nucleo' RTT_TOOL_CHAIN='sourcery-arm'
9394 - RTT_BSP='stm32/stm32f767-atk-apollo' RTT_TOOL_CHAIN='sourcery-arm'
9495 - RTT_BSP='stm32/stm32f767-fire-challenger' RTT_TOOL_CHAIN='sourcery-arm'
9596 - RTT_BSP='stm32/stm32l475-atk-pandora' RTT_TOOL_CHAIN='sourcery-arm'
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ def bsp_update_kconfig(dist_dir):
119119 found = 1
120120 if line .find ('default' ) != - 1 and found :
121121 position = line .find ('default' )
122- line = line [0 :position ] + 'default: "rt-thread"\n '
122+ line = line [0 :position ] + 'default "rt-thread"\n '
123123 found = 0
124124 f .write (line )
125125
You can’t perform that action at this time.
0 commit comments