From 1bbe3a725f4373c8231034659fc05e7efd372f3b Mon Sep 17 00:00:00 2001 From: Evelyne Donnaes Date: Tue, 17 Mar 2020 13:57:48 +0000 Subject: [PATCH] Removed minimal-printf profile --- .../minimal-printf/compliance/README.md | 2 -- tools/profiles/extensions/minimal-printf.json | 20 ------------------- 2 files changed, 22 deletions(-) delete mode 100644 tools/profiles/extensions/minimal-printf.json 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"] - } -}