Skip to content

Commit 5e76548

Browse files
authored
Merge pull request #12833 from evedon/ed-baremetal-json
Override c_lib to small for all targets
2 parents b622a25 + 8be00a1 commit 5e76548

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

TESTS/configs/baremetal.json

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,7 @@
3636
],
3737
"target_overrides": {
3838
"*": {
39-
"mbed-trace.fea-ipv6": false
40-
},
41-
"K64F": {
42-
"target.c_lib": "small"
43-
},
44-
"K66F": {
45-
"target.c_lib": "small"
46-
},
47-
"NUCLEO_F303RE": {
48-
"target.c_lib": "small"
49-
},
50-
"NUCLEO_F411RE": {
51-
"target.c_lib": "small"
52-
},
53-
"NUCLEO_F429ZI": {
54-
"target.c_lib": "small"
55-
},
56-
"DISCO_L475VG_IOT01A": {
39+
"mbed-trace.fea-ipv6": false,
5740
"target.c_lib": "small"
5841
}
5942
}

0 commit comments

Comments
 (0)