Skip to content

Commit 3f2a2e1

Browse files
Update to CubeL4_V1.5.2
1 parent 5c86d88 commit 3f2a2e1

File tree

160 files changed

+291609
-58201
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+291609
-58201
lines changed

boards.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ dragonfly.build.f_cpu=80000000L
2626
dragonfly.build.board=STM32L4_DRAGONFLY
2727
dragonfly.build.arch=STM32L4
2828
dragonfly.build.core=stm32l4
29-
dragonfly.build.extra_flags=-DSTM32L476xx -D__FPU_PRESENT=1 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mabi=aapcs -mslow-flash-data -fsingle-precision-constant
29+
dragonfly.build.extra_flags=-DSTM32L476xx -D__FPU_PRESENT=1 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mabi=aapcs -mslow-flash-data -fsingle-precision-constant
3030
dragonfly.build.ldscript=linker_scripts/flash.ld
3131
dragonfly.build.variant=dragonfly
32-
dragonfly.build.variant_system_libs="-L{runtime.platform.path}/system/libstm32l4" "-L{runtime.platform.path}/system/libstm32l4/CMSIS/Lib" -lstm32l4 -larm_cortexM4lf_math
33-
dragonfly.build.variant_system_include="-I{runtime.platform.path}/system/libstm32l4/CMSIS/Include" "-I{runtime.platform.path}/system/libstm32l4/CMSIS/Device/ST/STM32L4xx/Include" "-I{runtime.platform.path}/system/libstm32l4/USB/HAL/Inc" "-I{runtime.platform.path}/system/libstm32l4/USB/Core/Inc" "-I{runtime.platform.path}/system/libstm32l4/USB/Class/CDC/Inc" "-I{runtime.platform.path}/system/libstm32l4/USB/Class/MSC/Inc" "-I{runtime.platform.path}/system/libstm32l4/USB" "-I{runtime.platform.path}/system/libstm32l4"
32+
dragonfly.build.variant_system_libs="-L{runtime.platform.path}/system/stm32l4" "-L{runtime.platform.path}/system/CMSIS/Lib" -lstm32l4 -larm_cortexM4lf_math
33+
dragonfly.build.variant_system_include="-I{runtime.platform.path}/system/CMSIS/Include" "-I{runtime.platform.path}/system/CMSIS/Device/ST/STM32L4xx/Include" "-I{runtime.platform.path}/system/stm32l4/USB/HAL/Inc" "-I{runtime.platform.path}/system/stm32l4/USB/Core/Inc" "-I{runtime.platform.path}/system/stm32l4/USB/Class/CDC/Inc" "-I{runtime.platform.path}/system/stm32l4/USB/Class/MSC/Inc" "-I{runtime.platform.path}/system/stm32l4/USB" "-I{runtime.platform.path}/system/stm32l4"
3434
dragonfly.build.vid=0x1209
3535
dragonfly.build.pid=0x6667
3636

system/CMSIS/Device/ST/STM32L0xx/Include/stm32l011xx.h

Lines changed: 5957 additions & 0 deletions
Large diffs are not rendered by default.

system/CMSIS/Device/ST/STM32L0xx/Include/stm32l021xx.h

Lines changed: 6097 additions & 0 deletions
Large diffs are not rendered by default.

system/CMSIS/Device/ST/STM32L0xx/Include/stm32l031xx.h

Lines changed: 6096 additions & 0 deletions
Large diffs are not rendered by default.

system/CMSIS/Device/ST/STM32L0xx/Include/stm32l041xx.h

Lines changed: 6236 additions & 0 deletions
Large diffs are not rendered by default.

system/CMSIS/Device/ST/STM32L0xx/Include/stm32l051xx.h

Lines changed: 6272 additions & 0 deletions
Large diffs are not rendered by default.

system/CMSIS/Device/ST/STM32L0xx/Include/stm32l052xx.h

Lines changed: 7348 additions & 0 deletions
Large diffs are not rendered by default.

system/CMSIS/Device/ST/STM32L0xx/Include/stm32l053xx.h

Lines changed: 7508 additions & 0 deletions
Large diffs are not rendered by default.

system/CMSIS/Device/ST/STM32L0xx/Include/stm32l061xx.h

Lines changed: 6412 additions & 0 deletions
Large diffs are not rendered by default.

system/CMSIS/Device/ST/STM32L0xx/Include/stm32l062xx.h

Lines changed: 7488 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)