Merge pull request #12833 from evedon/ed-baremetal-json

Override c_lib to small for all targets
pull/12846/head
Martin Kojtal 2020-04-22 11:15:08 +02:00 committed by GitHub
commit 5e765487c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}
}