mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
f29ca155d8
There were still some things wrong with samd5x CPU init which only showed up when used in conjunction with RIOTBOOT, that is cpu_init() was called twice. - gclk_connect() should block until the GCLK is ready. - DPLL should be disabled dring configuration. - make sure not to use DPLL for MCLK when re-configuring DPLL - All APBxMASK bits should be in a defined state. - always enable 1kHz oscilator output. |
||
---|---|---|
.. | ||
include | ||
periph | ||
cpu.c | ||
doc.txt | ||
Makefile | ||
Makefile.features | ||
Makefile.include | ||
vectors.c |