1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/same54-xpro
Benjamin Valentin 3ee7b72431 boards/same54-xpro: don't source peripheral clocks from main clock
Use the dedicated 48 MHz clock as a source for the peripheral clocks.
This was already done for I2C to allow it to work despite the 120 MHz
main clock.

Not running the peripherals off the main clock will allow for dynamic
re-clocking of the main clock in the future, without affecting the
operation of the peripherals.

It also gives more flexibility to the main clock selection in general.
2020-02-19 17:52:12 +01:00
..
dist boards/same54-xpro: add support for SAME54-XPRO board 2019-06-06 16:47:11 +02:00
include boards/same54-xpro: don't source peripheral clocks from main clock 2020-02-19 17:52:12 +01:00
board.c boards/same54-xpro: add support for SAME54-XPRO board 2019-06-06 16:47:11 +02:00
doc.txt boards/same54-xpro: add support for SAME54-XPRO board 2019-06-06 16:47:11 +02:00
Makefile boards/same54-xpro: add support for SAME54-XPRO board 2019-06-06 16:47:11 +02:00
Makefile.dep boards/same54-xpro: add support for SAME54-XPRO board 2019-06-06 16:47:11 +02:00
Makefile.features boards: move CPU/CPU_MODEL definition to Makefile.features 2019-08-20 16:11:50 +02:00
Makefile.include boards: remove EDBG_DEVICE_TYPE 2020-01-31 09:35:27 +01:00