File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -772,7 +772,7 @@ STM32MP1.build.mcu=cortex-m4
772
772
STM32MP1.build.flags.fp=-mfpu=fpv4-sp-d16 -mfloat-abi=hard
773
773
STM32MP1.build.series=STM32MP1xx
774
774
STM32MP1.build.cmsis_lib_gcc=arm_cortexM4l_math
775
- STM32MP1.build.extra_flags=-DCORE_CM4 -DUSE_FULL_LL_DRIVER - D{build.product_line} {build.enable_virtio} {build.xSerial}
775
+ STM32MP1.build.extra_flags=-DCORE_CM4 -D{build.product_line} {build.enable_virtio} {build.xSerial}
776
776
777
777
# STM32MP157A-DK1 board
778
778
STM32MP1.menu.pnum.STM32MP157A_DK1=STM32MP157A-DK1
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ compiler.objcopy.cmd=arm-none-eabi-objcopy
28
28
compiler.elf2hex.cmd=arm-none-eabi-objcopy
29
29
compiler.libraries.ldflags=
30
30
31
- compiler.extra_flags=-mcpu={build.mcu} {build.flags.fp} -mthumb "@{build.opt.path}"
31
+ compiler.extra_flags=-mcpu={build.mcu} {build.flags.fp} -DUSE_FULL_LL_DRIVER - mthumb "@{build.opt.path}"
32
32
33
33
compiler.S.flags={compiler.extra_flags} -c -x assembler-with-cpp {compiler.stm.extra_include}
34
34
You can’t perform that action at this time.
0 commit comments