From 4da4c00f8b2aa744ce0e596521c753e04b2e2d1d Mon Sep 17 00:00:00 2001 From: Frank Buss Date: Thu, 5 Sep 2013 21:34:29 +0200 Subject: [PATCH] added extra label because USB device compilation failed --- workspace_tools/targets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace_tools/targets.py b/workspace_tools/targets.py index 888f40b9c00..d91af30f7be 100644 --- a/workspace_tools/targets.py +++ b/workspace_tools/targets.py @@ -90,7 +90,7 @@ def __init__(self): self.core = "Cortex-M0" - self.extra_labels = ['NXP', 'LPC11UXX'] + self.extra_labels = ['NXP', 'LPC11UXX', 'LPC11U24'] self.supported_toolchains = ["ARM", "uARM", "GCC_ARM"]