Skip to content

Commit ece7b0b

Browse files
authored
Merge pull request stm32duino#2652 from fpistm/xpack_update
chore: xpack update
2 parents 3510e4c + e098fb8 commit ece7b0b

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

Diff for: boards.txt

+3
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,8 @@ Nucleo_64.menu.pnum.NUCLEO_C071RB.build.product_line=STM32C071xx
473473
Nucleo_64.menu.pnum.NUCLEO_C071RB.build.variant=STM32C0xx/C071R(8-B)T
474474
Nucleo_64.menu.pnum.NUCLEO_C071RB.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
475475
Nucleo_64.menu.pnum.NUCLEO_C071RB.build.st_extra_flags=-D{build.product_line} {build.enable_usb} {build.xSerial} -D__CORTEX_SC=0
476+
Nucleo_64.menu.pnum.NUCLEO_C071RB.openocd.target=stm32c0x
477+
Nucleo_64.menu.pnum.NUCLEO_C071RB.debug.server.openocd.scripts.1={runtime.platform.path}/debugger/select_dapdirect.cfg
476478
Nucleo_64.menu.pnum.NUCLEO_C071RB.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32C0xx/STM32C071.svd
477479

478480
# NUCLEO_F030R8 board
@@ -829,6 +831,7 @@ Nucleo_64.menu.pnum.NUCLEO_U083RC.build.product_line=STM32U083xx
829831
Nucleo_64.menu.pnum.NUCLEO_U083RC.build.variant=STM32U0xx/U073R(8-B-C)(I-T)_U083RC(I-T)
830832
Nucleo_64.menu.pnum.NUCLEO_U083RC.build.st_extra_flags=-D{build.product_line} {build.enable_usb} {build.xSerial} -D__CORTEX_SC=0
831833
Nucleo_64.menu.pnum.NUCLEO_U083RC.openocd.target=stm32u0x
834+
Nucleo_64.menu.pnum.NUCLEO_U083RC.debug.server.openocd.scripts.1={runtime.platform.path}/debugger/select_dapdirect.cfg
832835
Nucleo_64.menu.pnum.NUCLEO_U083RC.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32U0xx/STM32U083.svd
833836

834837
# NUCLEO_WB15CC

Diff for: debugger/select_dapdirect.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
transport select dapdirect_swd

Diff for: platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ tool_suffix.windows=.exe
1616
busybox=
1717
busybox.windows={runtime.tools.STM32Tools.path}/win/busybox.exe
1818

19-
toolchain_dir={runtime.tools.xpack-arm-none-eabi-gcc-13.2.1-1.1.path}
20-
openocd_dir={runtime.tools.xpack-openocd-0.12.0-4.path}
19+
toolchain_dir={runtime.tools.xpack-arm-none-eabi-gcc-14.2.1-1.1.path}
20+
openocd_dir={runtime.tools.xpack-openocd-0.12.0-5.path}
2121

2222
tools_bin_path.windows={runtime.tools.STM32Tools.path}/win
2323
tools_bin_path.macosx={runtime.tools.STM32Tools.path}/macosx

Diff for: variants/STM32C0xx/C011J(4-6)M/generic_clock.c

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*/
1313
#if defined(ARDUINO_GENERIC_C011J4MX) || defined(ARDUINO_GENERIC_C011J6MX)
1414
#include "pins_arduino.h"
15+
#include "stm32yyxx_ll_utils.h"
1516

1617
/**
1718
* @brief System Clock Configuration

0 commit comments

Comments
 (0)