mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 16:59:28 +08:00
Add board configuration for the SAMD21 Xplained board
This commit is contained in:
@@ -145,7 +145,7 @@ config ARCH_CHIP_SAMD21E15B
|
|||||||
select ARCH_FAMILY_SAMD21
|
select ARCH_FAMILY_SAMD21
|
||||||
select ARCH_FAMILY_SAMD21E
|
select ARCH_FAMILY_SAMD21E
|
||||||
---help---
|
---help---
|
||||||
Flash 32KB SRAM 4KB
|
Flash 32KB SRAM 4KB RWW FLASH 1KB
|
||||||
|
|
||||||
config ARCH_CHIP_SAMD21E16A
|
config ARCH_CHIP_SAMD21E16A
|
||||||
bool "SAMD21E16A"
|
bool "SAMD21E16A"
|
||||||
@@ -161,7 +161,7 @@ config ARCH_CHIP_SAMD21E16B
|
|||||||
select ARCH_FAMILY_SAMD21
|
select ARCH_FAMILY_SAMD21
|
||||||
select ARCH_FAMILY_SAMD21E
|
select ARCH_FAMILY_SAMD21E
|
||||||
---help---
|
---help---
|
||||||
Flash 64KB SRAM 8KB
|
Flash 64KB SRAM 8KB RWW FLASH 2KB
|
||||||
|
|
||||||
config ARCH_CHIP_SAMD21E17A
|
config ARCH_CHIP_SAMD21E17A
|
||||||
bool "SAMD21E17A"
|
bool "SAMD21E17A"
|
||||||
@@ -193,7 +193,7 @@ config ARCH_CHIP_SAMD21G15B
|
|||||||
select ARCH_FAMILY_SAMD21
|
select ARCH_FAMILY_SAMD21
|
||||||
select ARCH_FAMILY_SAMD21G
|
select ARCH_FAMILY_SAMD21G
|
||||||
---help---
|
---help---
|
||||||
Flash 32KB SRAM 4KB
|
Flash 32KB SRAM 4KB RWW FLASH 1KB
|
||||||
|
|
||||||
config ARCH_CHIP_SAMD21G16A
|
config ARCH_CHIP_SAMD21G16A
|
||||||
bool "SAMD21G16A"
|
bool "SAMD21G16A"
|
||||||
@@ -209,7 +209,7 @@ config ARCH_CHIP_SAMD21G16B
|
|||||||
select ARCH_FAMILY_SAMD21
|
select ARCH_FAMILY_SAMD21
|
||||||
select ARCH_FAMILY_SAMD21E
|
select ARCH_FAMILY_SAMD21E
|
||||||
---help---
|
---help---
|
||||||
Flash 64KB SRAM 8KB
|
Flash 64KB SRAM 8KB RWW FLASH 2KB
|
||||||
|
|
||||||
config ARCH_CHIP_SAMD21G17A
|
config ARCH_CHIP_SAMD21G17A
|
||||||
bool "SAMD21G17A"
|
bool "SAMD21G17A"
|
||||||
@@ -241,7 +241,7 @@ config ARCH_CHIP_SAMD21J15B
|
|||||||
select ARCH_FAMILY_SAMD21
|
select ARCH_FAMILY_SAMD21
|
||||||
select ARCH_FAMILY_SAMD21J
|
select ARCH_FAMILY_SAMD21J
|
||||||
---help---
|
---help---
|
||||||
Flash 32KB SRAM 4KB
|
Flash 32KB SRAM 4KB RWW FLASH 1KB
|
||||||
|
|
||||||
config ARCH_CHIP_SAMD21J16A
|
config ARCH_CHIP_SAMD21J16A
|
||||||
bool "SAMD21J16A"
|
bool "SAMD21J16A"
|
||||||
@@ -257,7 +257,7 @@ config ARCH_CHIP_SAMD21J16B
|
|||||||
select ARCH_FAMILY_SAMD21
|
select ARCH_FAMILY_SAMD21
|
||||||
select ARCH_FAMILY_SAMD21J
|
select ARCH_FAMILY_SAMD21J
|
||||||
---help---
|
---help---
|
||||||
Flash 64KB SRAM 8KB
|
Flash 64KB SRAM 8KB RWW FLASH 2KB
|
||||||
|
|
||||||
config ARCH_CHIP_SAMD21J17A
|
config ARCH_CHIP_SAMD21J17A
|
||||||
bool "SAMD21J17A"
|
bool "SAMD21J17A"
|
||||||
@@ -386,6 +386,7 @@ config ARCH_FAMILY_SAMD21
|
|||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
select SAMDL_HAVE_DMAC
|
select SAMDL_HAVE_DMAC
|
||||||
|
select SAMDL_HAVE_USB
|
||||||
|
|
||||||
config ARCH_FAMILY_SAMD21E
|
config ARCH_FAMILY_SAMD21E
|
||||||
bool
|
bool
|
||||||
@@ -410,6 +411,7 @@ config ARCH_FAMILY_SAML21
|
|||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
select SAMDL_HAVE_DMAC
|
select SAMDL_HAVE_DMAC
|
||||||
|
select SAMDL_HAVE_USB
|
||||||
|
|
||||||
config ARCH_FAMILY_SAML21E
|
config ARCH_FAMILY_SAML21E
|
||||||
bool
|
bool
|
||||||
@@ -561,6 +563,11 @@ config SAMDL_TC7
|
|||||||
default n
|
default n
|
||||||
depends on SAMDL_HAVE_TC7
|
depends on SAMDL_HAVE_TC7
|
||||||
|
|
||||||
|
config SAMDL_USB
|
||||||
|
bool "USB"
|
||||||
|
default n
|
||||||
|
depends on SAMDL_HAVE_USB
|
||||||
|
|
||||||
config SAMDL_WDT
|
config SAMDL_WDT
|
||||||
bool "Watchdog Timer"
|
bool "Watchdog Timer"
|
||||||
default n
|
default n
|
||||||
|
|||||||
Reference in New Issue
Block a user