Add basic board build configurat for the SAML21 Xplained. Initial commit is jsut the SAMD20 Xplained with name changes and does not yet build

This commit is contained in:
Gregory Nutt 2015-05-18 13:16:32 -06:00
parent c28a6a91f3
commit dfa87403b3

View File

@ -9,7 +9,7 @@ choice
prompt "Atmel SAMD/L Chip Selection" prompt "Atmel SAMD/L Chip Selection"
default ARCH_CHIP_SAMD20J18 if ARCH_CHIP_SAMD default ARCH_CHIP_SAMD20J18 if ARCH_CHIP_SAMD
default ARCH_CHIP_SAMD21J18 if ARCH_CHIP_SAML default ARCH_CHIP_SAMD21J18 if ARCH_CHIP_SAML
depends on ARCH_CHIP_SAMD || ARCH_CHIP_SAMDL depends on ARCH_CHIP_SAMD || ARCH_CHIP_SAML
config ARCH_CHIP_SAMD20E14 config ARCH_CHIP_SAMD20E14
bool "SAMD20E14" bool "SAMD20E14"
@ -404,6 +404,7 @@ config SAMDL_SERCOM0_ISSPI
config SAMDL_SERCOM0_ISUSART config SAMDL_SERCOM0_ISUSART
bool "USART" bool "USART"
select ARCH_HAVE_USART0 select ARCH_HAVE_USART0
select USART0_ISUART
endchoice endchoice
@ -423,6 +424,7 @@ config SAMDL_SERCOM1_ISSPI
config SAMDL_SERCOM1_ISUSART config SAMDL_SERCOM1_ISUSART
bool "USART" bool "USART"
select ARCH_HAVE_USART1 select ARCH_HAVE_USART1
select USART1_ISUART
endchoice endchoice
@ -442,6 +444,7 @@ config SAMDL_SERCOM2_ISSPI
config SAMDL_SERCOM2_ISUSART config SAMDL_SERCOM2_ISUSART
bool "USART" bool "USART"
select ARCH_HAVE_USART2 select ARCH_HAVE_USART2
select USART2_ISUART
endchoice endchoice
@ -461,6 +464,7 @@ config SAMDL_SERCOM3_ISSPI
config SAMDL_SERCOM3_ISUSART config SAMDL_SERCOM3_ISUSART
bool "USART" bool "USART"
select ARCH_HAVE_USART3 select ARCH_HAVE_USART3
select USART3_ISUART
endchoice endchoice
@ -480,6 +484,7 @@ config SAMDL_SERCOM4_ISSPI
config SAMDL_SERCOM4_ISUSART config SAMDL_SERCOM4_ISUSART
bool "USART" bool "USART"
select ARCH_HAVE_USART4 select ARCH_HAVE_USART4
select USART4_ISUART
endchoice endchoice
@ -499,6 +504,7 @@ config SAMDL_SERCOM5_ISSPI
config SAMDL_SERCOM5_ISUSART config SAMDL_SERCOM5_ISUSART
bool "USART" bool "USART"
select ARCH_HAVE_USART5 select ARCH_HAVE_USART5
select USART5_ISUART
endchoice endchoice