1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/samd21/doc.txt
Benjamin Valentin b894b280f4 cpu/samd21: update doc.txt with supported MCUs
SAMD10, SAMD20, SAMD21, SAMR21 all belong to the same family/generation
of Atmel MCUs, they are all supported by `cpu/samd21`.
2021-01-26 19:23:52 +01:00

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
*/