File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -806,7 +806,7 @@ STM32MP1.build.mcu=cortex-m4
806
806
STM32MP1.build.flags.fp=-mfpu=fpv4-sp-d16 -mfloat-abi=hard
807
807
STM32MP1.build.series=STM32MP1xx
808
808
STM32MP1.build.cmsis_lib_gcc=arm_cortexM4l_math
809
- STM32MP1.build.extra_flags=-DCORE_CM4 -DUSE_FULL_LL_DRIVER - D{build.product_line} {build.enable_virtio} {build.xSerial}
809
+ STM32MP1.build.extra_flags=-DCORE_CM4 -D{build.product_line} {build.enable_virtio} {build.xSerial}
810
810
811
811
# STM32MP157A-DK1 board
812
812
STM32MP1.menu.pnum.STM32MP157A_DK1=STM32MP157A-DK1
@@ -2400,7 +2400,7 @@ GenL5.menu.upload_method.dfuMethod.upload.tool=stm32CubeProg
2400
2400
#GenMP1.build.flags.fp=-mfpu=fpv4-sp-d16 -mfloat-abi=hard
2401
2401
#GenMP1.build.series=STM32MP1xx
2402
2402
#GenMP1.build.cmsis_lib_gcc=arm_cortexM4l_math
2403
- #GenMP1.build.extra_flags=-DCORE_CM4 -DUSE_FULL_LL_DRIVER - D{build.product_line} {build.enable_virtio} {build.xSerial}
2403
+ #GenMP1.build.extra_flags=-DCORE_CM4 -D{build.product_line} {build.enable_virtio} {build.xSerial}
2404
2404
#
2405
2405
## Generic MP157AAC board
2406
2406
#GenMP1.menu.pnum.GENERIC_MP157AAC=Generic MP157AAC
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