Skip to content

Commit c99a583

Browse files
committed
Update node entry for older F030R8 boards
Older F030R8 boards have "NUCLEO" as label and not NODE_F030R8. MassStorageCopy tools has been updated to manage several node name. Node names list has to be separated by ',' and double quoted (for Windows). ex: "Node1,Node2,Node3" Fix #36 Signed-off-by: Frederic Pillon <[email protected]>
1 parent 761c993 commit c99a583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Nucleo_64.menu.Nucleo_64_board.NUCLEO_F091RC.build.extra_flags=-DSTM32F091xC {bu
7777
# NUCLEO_F030R8 board
7878

7979
Nucleo_64.menu.Nucleo_64_board.NUCLEO_F030R8=Nucleo F030R8
80-
Nucleo_64.menu.Nucleo_64_board.NUCLEO_F030R8.node=NODE_F030R8
80+
Nucleo_64.menu.Nucleo_64_board.NUCLEO_F030R8.node="NODE_F030R8,NUCLEO"
8181
Nucleo_64.menu.Nucleo_64_board.NUCLEO_F030R8.upload.maximum_size=65536
8282
Nucleo_64.menu.Nucleo_64_board.NUCLEO_F030R8.upload.maximum_data_size=8192
8383
Nucleo_64.menu.Nucleo_64_board.NUCLEO_F030R8.build.mcu=cortex-m0

0 commit comments

Comments
 (0)