Skip to content

Commit 45eea78

Browse files
authored
bsp: Separate STM32F0 HAL drivers (#10160)
* bsp: Separate STM32F0 HAL drivers * fix stm32f0_sdk and update readme.md
1 parent 98589e6 commit 45eea78

File tree

237 files changed

+1042
-289847
lines changed

Some content is hidden

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

237 files changed

+1042
-289847
lines changed

bsp/stm32/libraries/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ config SOC_SERIES_STM32F0
55
bool
66
select ARCH_ARM_CORTEX_M0
77
select SOC_FAMILY_STM32
8+
select PKG_USING_STM32F0_HAL_DRIVER
89

910
config SOC_SERIES_STM32F1
1011
bool

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x6.h

Lines changed: 0 additions & 5368 deletions
This file was deleted.

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f030x8.h

Lines changed: 0 additions & 5435 deletions
This file was deleted.

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f030xc.h

Lines changed: 0 additions & 5814 deletions
This file was deleted.

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f031x6.h

Lines changed: 0 additions & 5694 deletions
This file was deleted.

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f038xx.h

Lines changed: 0 additions & 5659 deletions
This file was deleted.

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f042x6.h

Lines changed: 0 additions & 10677 deletions
This file was deleted.

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f048xx.h

Lines changed: 0 additions & 10641 deletions
This file was deleted.

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f051x8.h

Lines changed: 0 additions & 6776 deletions
This file was deleted.

bsp/stm32/libraries/STM32F0xx_HAL/CMSIS/Device/ST/STM32F0xx/Include/stm32f058xx.h

Lines changed: 0 additions & 6741 deletions
This file was deleted.

0 commit comments

Comments
 (0)