mirror of https://github.com/ARMmbed/mbed-os.git
Removed minimal-printf profile
parent
dc21432cc1
commit
1bbe3a725f
|
|
@ -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