From 5ee69dbc2ef57ed543f6e17c8ba10ee2e12a0781 Mon Sep 17 00:00:00 2001 From: Michel Jaouen Date: Wed, 30 Nov 2016 17:55:04 +0100 Subject: [PATCH] USB_4 : test OK with IAR ,GCC_ARM(limitation to ARM not needed) --- tools/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/tests.py b/tools/tests.py index 7f9766ef55..6e765ebc30 100644 --- a/tools/tests.py +++ b/tools/tests.py @@ -987,7 +987,6 @@ TESTS = [ "id": "USB_4", "description": "Serial Port", "source_dir": join(TEST_DIR, "usb", "device", "serial"), "dependencies": [MBED_LIBRARIES, USB_LIBRARIES], - "supported": CORTEX_ARM_SUPPORT, }, { "id": "USB_5", "description": "Generic HID",