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:
Jan Van Winkel 2019-09-27 21:41:39 +02:00 committed by Kumar Gala
commit 9555f82d28
6 changed files with 9 additions and 8 deletions

View file

@ -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