zephyr: Fall back to minimal C library
Changes back to the minimal C library instead of picolibc to reduce flash usage Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
5c5222f884
commit
8f8fbf9956
|
@ -33,3 +33,5 @@ CONFIG_LOG_DEFAULT_LEVEL=0
|
|||
CONFIG_MCUBOOT_LOG_LEVEL_INF=y
|
||||
### Decrease footprint by ~4 KB in comparison to CBPRINTF_COMPLETE=y
|
||||
CONFIG_CBPRINTF_NANO=y
|
||||
### Use the minimal C library to reduce flash usage
|
||||
CONFIG_MINIMAL_LIBC=y
|
||||
|
|
Loading…
Reference in New Issue