Skip to content

Commit

Permalink
fix(H7): define by default CORE_CM7 while dual core not supported
Browse files Browse the repository at this point in the history
stm32duino#1756

Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm authored and cparata committed Jan 31, 2023
1 parent d4e6dac commit 8b0deda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6393,7 +6393,7 @@ GenH7.name=Generic STM32H7 Series

GenH7.build.core=arduino
GenH7.build.board=GenH7
GenH7.build.st_extra_flags=-D{build.product_line} {build.enable_usb} {build.xSerial}
GenH7.build.st_extra_flags=-DCORE_CM7 -D{build.product_line} {build.enable_usb} {build.xSerial}
GenH7.build.cmsis_lib_gcc=arm_cortexM7lfsp_math
GenH7.build.fpu=-mfpu=fpv4-sp-d16
GenH7.build.float-abi=-mfloat-abi=hard
Expand Down

0 comments on commit 8b0deda

Please sign in to comment.