1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:52:44 +01:00
RIOT/cpu/atxmega
Gerson Fernando Budke 53235dd2e2 cpu/atxmega/atxmega_cpu: Fix clk sel after dfll en
The current ATxmega clock_init enable DFLL to improve the accuracy of
the 2MHz and 32MHz internal oscillators.  In some ATxmega revisions,
after started DFLL the clock become unstable.  Add another sync point
for 32MHz internal oscilator.

Note:  If clock is not stable, system won't switch from 2MHz to 32MHz
as main clock.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-03-28 11:40:39 -03:00
..
include cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
periph cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
atxmega_cpu.c cpu/atxmega/atxmega_cpu: Fix clk sel after dfll en 2021-03-28 11:40:39 -03:00
doc.txt cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
Kconfig cpu/avr8_common: Differentiate avr8 cpu cores 2021-03-15 20:16:10 -03:00
Kconfig.XMEGAA cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
Kconfig.XMEGAB cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
Kconfig.XMEGAC cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
Kconfig.XMEGAD cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
Kconfig.XMEGAE cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
Makefile cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
Makefile.dep cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00
Makefile.features cpu/avr8_common: Differentiate avr8 cpu cores 2021-03-15 20:16:10 -03:00
Makefile.include cpu: Introduce Atmel xmega cpu 2021-03-15 20:16:10 -03:00