mirror of https://github.com/ARMmbed/mbed-os.git
Updating target.py as per new folder structure.
parent
127471ba30
commit
fc6a097d43
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue