Skip to content

Commit

Permalink
fixed stm32.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Mar 3, 2025
1 parent 704921c commit 9b1f0ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uCNC/src/hal/boards/stm32/stm32.ini
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ board_build.f_cpu = 480000000L
board_upload.maximum_size = 131072
; lib_deps = ${env.lib_deps}
; board_debug.openocd_target = stm32f0x
build_flags = ${common_stm32.build_flags} -D BOARD=\"src/hal/boards/stm32/boardmap_generic_h750.h\"
build_flags = ${common_stm32.build_flags} -D BOARDMAP=\"src/hal/boards/stm32/boardmap_generic_h750.h\"
; -DUSBCON -DUSBD_USE_CDC
; -DFLASH_SIZE=0x10000UL

Expand All @@ -119,7 +119,7 @@ board_build.f_cpu = 550000000L
board_upload.maximum_size = 1048576
; lib_deps = ${env.lib_deps}
; board_debug.openocd_target = stm32f0x
build_flags = ${common_stm32.build_flags} -D BOARD=\"src/hal/boards/stm32/boardmap_skr3.h\"
build_flags = ${common_stm32.build_flags} -D BOARDMAP=\"src/hal/boards/stm32/boardmap_skr3.h\"

[env:STM32-CUSTOM]
extends = common_stm32
Expand Down

0 comments on commit 9b1f0ab

Please sign in to comment.