1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/saml21/Kconfig.samr30
2020-08-24 16:13:18 +02:00

13 lines
257 B
Plaintext

## CPU Models
config CPU_MODEL_SAMR30E18A
bool
select CPU_FAM_SAMR30
config CPU_MODEL_SAMR30G18A
bool
select CPU_FAM_SAMR30
config CPU_MODEL
default "samr30e18a" if CPU_MODEL_SAMR30E18A
default "samr30g18a" if CPU_MODEL_SAMR30G18A