mirror of https://github.com/ARMmbed/mbed-os.git
Remove non-code profiles
Remove profiles which are not suitable for building stand alone. This leaves just the 3 core profiles.pull/3005/head
parent
0d51f18f02
commit
23af2421f3
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"GCC_ARM": {
|
|
||||||
"common": ["-pedantic"],
|
|
||||||
"asm": [],
|
|
||||||
"c": [],
|
|
||||||
"cxx": [],
|
|
||||||
"ld": []
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"GCC_ARM": {
|
|
||||||
"common": [ "-DMBED_RTOS_SINGLE_THREAD"],
|
|
||||||
"asm": [],
|
|
||||||
"c": [],
|
|
||||||
"cxx": [],
|
|
||||||
"ld": [ "--specs=nano.specs"]
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"GCC_ARM": {
|
|
||||||
"common": ["-save-temps"],
|
|
||||||
"asm": [],
|
|
||||||
"c": [],
|
|
||||||
"cxx": [],
|
|
||||||
"ld": []
|
|
||||||
},
|
|
||||||
"ARM": {
|
|
||||||
"common": ["--asm", "--interleave"],
|
|
||||||
"asm": [],
|
|
||||||
"c": [],
|
|
||||||
"cxx": [],
|
|
||||||
"ld": []
|
|
||||||
},
|
|
||||||
"uARM": {
|
|
||||||
"common": ["--asm", "--interleave"],
|
|
||||||
"asm": [],
|
|
||||||
"c": [],
|
|
||||||
"cxx": [],
|
|
||||||
"ld": []
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue