soc: arm: stm32h7: remove explicit full libc selection
remove explicit full libc selection following same approach as for stm32f7 series Signed-off-by: Alexander Kozhinov <AlexanderKozhinov@yandex.com>
This commit is contained in:
parent
ce59510127
commit
2505daf28f
|
@ -12,7 +12,6 @@ config SOC_SERIES_STM32H7X
|
|||
select HAS_STM32CUBE
|
||||
select CPU_HAS_ARM_MPU
|
||||
select HAS_SWO
|
||||
select REQUIRES_FULL_LIBC
|
||||
select USE_STM32_HAL_RCC_EX if CPU_CORTEX_M4
|
||||
select USE_STM32_HAL_CORTEX
|
||||
help
|
||||
|
|
Loading…
Reference in New Issue