Skip to content

Commit 40f42f3

Browse files
authored
bsp/stm32: Separate stm32mp1 hal drivers (#10264)
* bsp/stm32: Separate stm32mp1 hal drivers * bsp/stm32: change stm32mp1 .config
1 parent 0a57f0a commit 40f42f3

File tree

213 files changed

+1362
-1131928
lines changed

Some content is hidden

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

213 files changed

+1362
-1131928
lines changed

bsp/stm32/libraries/HAL_Drivers/drv_common.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ void HAL_Delay(__IO uint32_t Delay)
111111
/* re-implement tick interface for STM32 HAL */
112112
HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority)
113113
{
114-
#ifndef SOC_SERIES_STM32MP1
115-
rt_hw_systick_init();
116-
#endif
114+
#ifndef SOC_SERIES_STM32MP1
115+
rt_hw_systick_init();
116+
#endif
117117

118118
/* Return function status */
119119
return HAL_OK;

bsp/stm32/libraries/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ config SOC_SERIES_STM32MP1
100100
bool
101101
select ARCH_ARM_CORTEX_M4
102102
select SOC_FAMILY_STM32
103+
select PKG_USING_STM32MP1_M4_HAL_DRIVER
103104

104105
config SOC_SERIES_STM32WL
105106
bool

bsp/stm32/libraries/STM32MPxx_HAL/CMSIS/Device/ST/STM32MP1xx/Include/stm32mp151axx_ca7.h

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

bsp/stm32/libraries/STM32MPxx_HAL/CMSIS/Device/ST/STM32MP1xx/Include/stm32mp151axx_cm4.h

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

bsp/stm32/libraries/STM32MPxx_HAL/CMSIS/Device/ST/STM32MP1xx/Include/stm32mp151cxx_ca7.h

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

bsp/stm32/libraries/STM32MPxx_HAL/CMSIS/Device/ST/STM32MP1xx/Include/stm32mp151cxx_cm4.h

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

bsp/stm32/libraries/STM32MPxx_HAL/CMSIS/Device/ST/STM32MP1xx/Include/stm32mp151dxx_ca7.h

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

bsp/stm32/libraries/STM32MPxx_HAL/CMSIS/Device/ST/STM32MP1xx/Include/stm32mp151dxx_cm4.h

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

bsp/stm32/libraries/STM32MPxx_HAL/CMSIS/Device/ST/STM32MP1xx/Include/stm32mp151fxx_ca7.h

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

bsp/stm32/libraries/STM32MPxx_HAL/CMSIS/Device/ST/STM32MP1xx/Include/stm32mp151fxx_cm4.h

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

0 commit comments

Comments
 (0)