1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/samd21
Benjamin Valentin 51fa5afef7 cpu/samd21: default 1kHz clock to same source as 32kHz clock
The split between GEN2_ULP32K and GEN3_ULP32K was introduced to fix
a failure in tests/periph_wdt when the external oscillator was used.

By not running the external oscillator on demand, the failure can no
longer be observed, so default GEN3_ULP32K to GEN2_ULP32K.
2020-02-27 16:01:44 +01:00
..
include cpu/sam0_common: use generic exti_config 2020-02-20 11:23:51 +01:00
periph cpu/sam0*: Wrap cortexm_sleep call 2020-02-24 11:48:13 +01:00
cpu.c cpu/samd21: default 1kHz clock to same source as 32kHz clock 2020-02-27 16:01:44 +01:00
doc.txt
Makefile
Makefile.dep
Makefile.features cpu/cortexm: move CPU_ARCH/FAM to Makefile.features 2020-02-17 16:02:48 +01:00
Makefile.include cpu/cortexm: move CPU_ARCH/FAM to Makefile.features 2020-02-17 16:02:48 +01:00
vectors.c