Skip to content

Commit 7d4c490

Browse files
committed
2 parents d9e301a + 9b224d6 commit 7d4c490

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: boards.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Nucleo_64.menu.pnum.NUCLEO_G071RB.build.extra_flags=-D{build.product_line} {buil
283283

284284
# NUCLEO_G431RB board
285285
Nucleo_64.menu.pnum.NUCLEO_G431RB=Nucleo G431RB
286-
Nucleo_64.menu.pnum.NUCLEO_G431RB.node=NODE_G431RB
286+
Nucleo_64.menu.pnum.NUCLEO_G431RB.node="NODE_G431RB,NOD_G431RB"
287287
Nucleo_64.menu.pnum.NUCLEO_G431RB.upload.maximum_size=131072
288288
Nucleo_64.menu.pnum.NUCLEO_G431RB.upload.maximum_data_size=32768
289289
Nucleo_64.menu.pnum.NUCLEO_G431RB.build.mcu=cortex-m4
@@ -481,7 +481,7 @@ Nucleo_32.menu.pnum.NUCLEO_F303K8.build.cmsis_lib_gcc=arm_cortexM4lf_math
481481

482482
# NUCLEO_G431KB board
483483
Nucleo_32.menu.pnum.NUCLEO_G431KB=Nucleo G431KB
484-
Nucleo_32.menu.pnum.NUCLEO_G431KB.node=NODE_G431KB
484+
Nucleo_32.menu.pnum.NUCLEO_G431KB.node="NODE_G431KB,NOD_G431KB"
485485
Nucleo_32.menu.pnum.NUCLEO_G431KB.upload.maximum_size=131072
486486
Nucleo_32.menu.pnum.NUCLEO_G431KB.upload.maximum_data_size=32768
487487
Nucleo_32.menu.pnum.NUCLEO_G431KB.build.mcu=cortex-m4

Diff for: platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ compiler.warning_flags.default=
1717
compiler.warning_flags.more=-Wall
1818
compiler.warning_flags.all=-Wall -Wextra
1919

20-
compiler.path={runtime.tools.arm-none-eabi-gcc-8.2.1-1.7.path}/bin/
20+
compiler.path={runtime.tools.xpack-arm-none-eabi-gcc-9.2.1-1.1.path}/bin/
2121

2222
compiler.S.cmd=arm-none-eabi-gcc
2323
compiler.c.cmd=arm-none-eabi-gcc

0 commit comments

Comments
 (0)