libc: Use select REQUIRES_FULL_LIBC instead of select NEWLIB_LIBC
Changed select NEWLIB_LIBC to select REQUIRES_FULL_LIBC Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
This commit is contained in:
parent
0e59f6846f
commit
9555f82d28
6 changed files with 9 additions and 8 deletions
|
@ -11,7 +11,7 @@ config SOC_SERIES_STM32H7X
|
|||
select SOC_FAMILY_STM32
|
||||
select HAS_STM32CUBE
|
||||
select CPU_HAS_ARM_MPU
|
||||
select NEWLIB_LIBC
|
||||
select REQUIRES_FULL_LIBC
|
||||
select USE_STM32_HAL_RCC_EX if CPU_CORTEX_M4
|
||||
help
|
||||
Enable support for STM32H7 MCU series
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue