Override c_lib to small for all targets.

Small C libraries should be used with the bare metal profile
to save memory.
pull/12833/head
Evelyne Donnaes 2020-04-20 14:25:58 +01:00
parent 27405bff31
commit 8be00a1ff8
1 changed files with 1 additions and 18 deletions

View File

@ -36,24 +36,7 @@
],
"target_overrides": {
"*": {
"mbed-trace.fea-ipv6": false
},
"K64F": {
"target.c_lib": "small"
},
"K66F": {
"target.c_lib": "small"
},
"NUCLEO_F303RE": {
"target.c_lib": "small"
},
"NUCLEO_F411RE": {
"target.c_lib": "small"
},
"NUCLEO_F429ZI": {
"target.c_lib": "small"
},
"DISCO_L475VG_IOT01A": {
"mbed-trace.fea-ipv6": false,
"target.c_lib": "small"
}
}