File tree 4 files changed +7
-2
lines changed
variants/STM32C0xx/C011J(4-6)M
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
473
473
Nucleo_64.menu.pnum.NUCLEO_C071RB.build.variant=STM32C0xx/C071R(8-B)T
474
474
Nucleo_64.menu.pnum.NUCLEO_C071RB.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
475
475
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
476
478
Nucleo_64.menu.pnum.NUCLEO_C071RB.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32C0xx/STM32C071.svd
477
479
478
480
# NUCLEO_F030R8 board
@@ -829,6 +831,7 @@ Nucleo_64.menu.pnum.NUCLEO_U083RC.build.product_line=STM32U083xx
829
831
Nucleo_64.menu.pnum.NUCLEO_U083RC.build.variant=STM32U0xx/U073R(8-B-C)(I-T)_U083RC(I-T)
830
832
Nucleo_64.menu.pnum.NUCLEO_U083RC.build.st_extra_flags=-D{build.product_line} {build.enable_usb} {build.xSerial} -D__CORTEX_SC=0
831
833
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
832
835
Nucleo_64.menu.pnum.NUCLEO_U083RC.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32U0xx/STM32U083.svd
833
836
834
837
# 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
16
16
busybox=
17
17
busybox.windows={runtime.tools.STM32Tools.path}/win/busybox.exe
18
18
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}
21
21
22
22
tools_bin_path.windows={runtime.tools.STM32Tools.path}/win
23
23
tools_bin_path.macosx={runtime.tools.STM32Tools.path}/macosx
Original file line number Diff line number Diff line change 12
12
*/
13
13
#if defined(ARDUINO_GENERIC_C011J4MX ) || defined(ARDUINO_GENERIC_C011J6MX )
14
14
#include "pins_arduino.h"
15
+ #include "stm32yyxx_ll_utils.h"
15
16
16
17
/**
17
18
* @brief System Clock Configuration
You can’t perform that action at this time.
0 commit comments