1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/msp430_common
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
ldscripts cpu/msp430_common: Fix linking with binutils 2.40 2023-05-08 15:40:26 +02:00
periph
vendor
cpu.c
irq.c
Kconfig
Makefile
Makefile.default
Makefile.dep
Makefile.features
Makefile.include
msp430-main.c cpu/msp430fxyz: clean up clock initialization 2023-05-16 10:05:09 +02:00
mspgcc-supplement.c
startup.c