File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
variants/STM32C0xx/C011J(4-6)M Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -473,6 +473,8 @@ Nucleo_64.menu.pnum.NUCLEO_C071RB.build.product_line=STM32C071xx
473473Nucleo_64.menu.pnum.NUCLEO_C071RB.build.variant=STM32C0xx/C071R(8-B)T
474474Nucleo_64.menu.pnum.NUCLEO_C071RB.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
475475Nucleo_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
476478Nucleo_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
829831Nucleo_64.menu.pnum.NUCLEO_U083RC.build.variant=STM32U0xx/U073R(8-B-C)(I-T)_U083RC(I-T)
830832Nucleo_64.menu.pnum.NUCLEO_U083RC.build.st_extra_flags=-D{build.product_line} {build.enable_usb} {build.xSerial} -D__CORTEX_SC=0
831833Nucleo_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
832835Nucleo_64.menu.pnum.NUCLEO_U083RC.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32U0xx/STM32U083.svd
833836
834837# NUCLEO_WB15CC
Original file line number Diff line number Diff line change 1+ transport select dapdirect_swd
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ tool_suffix.windows=.exe
1616busybox=
1717busybox.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
2222tools_bin_path.windows={runtime.tools.STM32Tools.path}/win
2323tools_bin_path.macosx={runtime.tools.STM32Tools.path}/macosx
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments