Merge pull request #12640 from evedon/ed-mprintf-profile

Remove minimal-printf extension profile
pull/12708/head
Martin Kojtal 2020-03-26 14:50:13 +01:00 committed by GitHub
commit 2d10d670d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 22 deletions

View File

@ -7,5 +7,3 @@ This document describes how to run minimal-printf 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`
Do not use --profile minimal-printf so minimal-printf is not compared with itself.

View File

@ -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"]
}
}