Skip to content

Commit a6898fb

Browse files
committed
remove SKR3 from release action
1 parent e980602 commit a6898fb

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/pio-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
- AVR-CNC-Shield-V3
5858
- STM32F4-Blackpill-F401CC
5959
- STM32H7-Generic-STM32H750
60-
- STM32H7-SKR3
6160
- STM32F4-SKR-Pro-V1_2
6261
- RP2040-PICO
6362
- ESP32-Wemos-D1-R32

uCNC/src/hal/boards/stm32/stm32.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ build_flags = ${common_stm32.build_flags} -D F_CPU=72000000UL -D BOARDMAP=\"src/
3636
; -DFLASH_SIZE=0x10000UL
3737
; uncomment if it's a bluepill clone
3838
upload_flags = -c set CPUTAPID 0x2ba01477
39+
debug_server =
40+
$PLATFORMIO_CORE_DIR\packages\tool-openocd\bin\openocd
41+
-s $PLATFORMIO_CORE_DIR\packages\tool-openocd\scripts
42+
-f interface\stlink.cfg
43+
-c "transport select hla_swd"
44+
-c "set CPUTAPID 0x2ba01477"
45+
-f target\stm32f1x.cfg
46+
-c "reset_config none"
3947

4048
[env:STM32F1-MKS-Robin-Nano-V1_2]
4149
extends = common_stm32

0 commit comments

Comments
 (0)