1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/msp430fxyz
Marian Buschsieweke df5c319978
cpu/msp430fxyz: clean up clock initialization
Provide a common clock initialization driver rather than leaving
clock initialization to the boards code. A declarative description of
the board's clock configuration using a struct does still allow to
fine-tune settings. In addition, a board is still allowed to just
provide a custom `void clock_init(void)` if there really is the need
to do crazy things.
2023-05-16 10:05:09 +02:00
..
include cpu/msp430fxyz: clean up clock initialization 2023-05-16 10:05:09 +02:00
periph cpu/msp430fxyz: clean up clock initialization 2023-05-16 10:05:09 +02:00
clock.c cpu/msp430fxyz: clean up clock initialization 2023-05-16 10:05:09 +02:00
Kconfig cpu/msp430fxyz: Add Kconfig symbols 2020-06-24 09:28:19 +02:00
Makefile cpu: moved msp430-common to msp430_common 2017-01-13 13:33:32 +01:00
Makefile.default cpu/msp430: move default module to Makefile.default 2021-01-25 09:17:00 +01:00
Makefile.dep cpu/msp430: add Kconfig 2021-12-02 16:33:19 +01:00
Makefile.features cpu/msp430fxyz: Add Kconfig symbols 2020-06-24 09:28:19 +02:00
Makefile.include cpu/msp430: move dependencies to Makefile.dep 2020-01-28 13:20:51 +01:00