Skip to content

Commit ad71d67

Browse files
committed
Remove std c_lib from the target LPC1114
1 parent b796381 commit ad71d67

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

TESTS/configs/baremetal.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@
5656
},
5757
"DISCO_L475VG_IOT01A": {
5858
"target.c_lib": "small"
59-
},
60-
"LPC1114": {
61-
"target.c_lib": "small"
6259
}
6360
}
6461
}

targets/targets.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,17 +343,16 @@
343343
},
344344
"supported_c_libs": {
345345
"arm": [
346-
"std",
347346
"small"
348347
],
349348
"gcc_arm": [
350-
"std",
351349
"small"
352350
],
353351
"iar": [
354352
"std"
355353
]
356354
},
355+
"c_lib": "small",
357356
"release_versions": [
358357
"2"
359358
],

0 commit comments

Comments
 (0)