Skip to content

Commit 9482683

Browse files
committed
fix(H7): define by default CORE_CM7 while dual core not supported
#1756 Signed-off-by: Frederic Pillon <[email protected]>
1 parent 4360a00 commit 9482683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6393,7 +6393,7 @@ GenH7.name=Generic STM32H7 Series
63936393

63946394
GenH7.build.core=arduino
63956395
GenH7.build.board=GenH7
6396-
GenH7.build.st_extra_flags=-D{build.product_line} {build.enable_usb} {build.xSerial}
6396+
GenH7.build.st_extra_flags=-DCORE_CM7 -D{build.product_line} {build.enable_usb} {build.xSerial}
63976397
GenH7.build.cmsis_lib_gcc=arm_cortexM7lfsp_math
63986398
GenH7.build.fpu=-mfpu=fpv4-sp-d16
63996399
GenH7.build.float-abi=-mfloat-abi=hard

0 commit comments

Comments
 (0)