Updating target.py as per new folder structure.

pull/1316/head
vimalrajr 2015-08-17 11:45:30 +05:30 committed by Karthik Purushothaman
parent 127471ba30
commit fc6a097d43
1 changed files with 1 additions and 1 deletions

View File

@ -1570,7 +1570,7 @@ class SAMD21J18A(Target):
def __init__(self):
Target.__init__(self)
self.core = "Cortex-M0+"
self.extra_labels = ['Atmel', 'SAM0', 'SAMD21']
self.extra_labels = ['Atmel', 'SAM_CortexM0+', 'SAMD21']
self.macros = ['__SAMD21J18A__', 'I2C_MASTER_CALLBACK_MODE=true', 'EXTINT_CALLBACK_MODE=true', 'USART_CALLBACK_MODE=true', 'TC_ASYNC=true']
self.supported_toolchains = ["GCC_ARM"]
self.default_toolchain = "GCC_ARM"