diff --git a/TESTS/mbed_platform/minimal-printf/compliance/README.md b/TESTS/mbed_platform/minimal-printf/compliance/README.md index 420f1251b3..32c038ea7d 100644 --- a/TESTS/mbed_platform/minimal-printf/compliance/README.md +++ b/TESTS/mbed_platform/minimal-printf/compliance/README.md @@ -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. diff --git a/tools/profiles/extensions/minimal-printf.json b/tools/profiles/extensions/minimal-printf.json deleted file mode 100644 index 1430719128..0000000000 --- a/tools/profiles/extensions/minimal-printf.json +++ /dev/null @@ -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"] - } -}