* added new labels for SAMR21G18A in target.py

pull/1297/head
akhilpanayam 2015-07-27 16:02:05 +05:30 committed by Karthik Purushothaman
parent 87c8bc8bda
commit 2110178848
1 changed files with 1 additions and 1 deletions

View File

@ -1530,7 +1530,7 @@ class SAMR21G18A(Target):
def __init__(self):
Target.__init__(self)
self.core = "Cortex-M0+"
self.extra_labels = ['Atmel', 'SAM21']
self.extra_labels = ['Atmel', 'SAM0', 'SAMR21']
self.macros = ['__SAMR21G18A__']
self.supported_toolchains = ["GCC_ARM"]
self.default_toolchain = "GCC_ARM"