mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #12640 from evedon/ed-mprintf-profile
Remove minimal-printf extension profilepull/12708/head
commit
2d10d670d0
|
@ -7,5 +7,3 @@ This document describes how to run minimal-printf tests.
|
||||||
You can use the following command to run tests:
|
You can use the following command to run tests:
|
||||||
|
|
||||||
`mbed test -m K64F -t GCC_ARM -n *printf* -v -c --app-config TESTS/mbed_platform/minimal-printf/compliance/test_config.json`
|
`mbed test -m K64F -t GCC_ARM -n *printf* -v -c --app-config TESTS/mbed_platform/minimal-printf/compliance/test_config.json`
|
||||||
|
|
||||||
Do not use --profile minimal-printf so minimal-printf is not compared with itself.
|
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"GCC_ARM": {
|
|
||||||
"common": ["-DMBED_MINIMAL_PRINTF"],
|
|
||||||
"ld": ["-Wl,--wrap,printf", "-Wl,--wrap,sprintf", "-Wl,--wrap,snprintf",
|
|
||||||
"-Wl,--wrap,vprintf", "-Wl,--wrap,vsprintf", "-Wl,--wrap,vsnprintf",
|
|
||||||
"-Wl,--wrap,fprintf", "-Wl,--wrap,vfprintf"]
|
|
||||||
},
|
|
||||||
"ARMC6": {
|
|
||||||
"common": ["-DMBED_MINIMAL_PRINTF"]
|
|
||||||
},
|
|
||||||
"ARM": {
|
|
||||||
"common": ["-DMBED_MINIMAL_PRINTF"]
|
|
||||||
},
|
|
||||||
"uARM": {
|
|
||||||
"common": ["-DMBED_MINIMAL_PRINTF"]
|
|
||||||
},
|
|
||||||
"IAR": {
|
|
||||||
"common": ["-DMBED_MINIMAL_PRINTF"]
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue