mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
b894b280f4
SAMD10, SAMD20, SAMD21, SAMR21 all belong to the same family/generation of Atmel MCUs, they are all supported by `cpu/samd21`.
10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
/**
|
|
* @defgroup cpu_samd21 Atmel SAMD10/SAMD20/SAMD21/SAMR21
|
|
* @ingroup cpu
|
|
* @brief Atmel SAMD1x/SAMD2x Cortex-M0+ MCU specific implementation.
|
|
*
|
|
* This module contains Atmel SAMD10/SAMD20/SAMD21/SAMR21 specific code and definition.
|
|
*
|
|
* @see cpu_sam0_common
|
|
*/
|