1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 17:52:47 +01:00
RIOT/cpu/msp430fxyz/periph
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
..
gpio.c msp430fxyz: Disable GPIO ISRs when periph_gpio_irq is not selected 2018-08-29 08:53:20 +02:00
Makefile cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
spi.c cpu/msp430fxyz: clean up clock initialization 2023-05-16 10:05:09 +02:00
timer.c treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
uart.c cpu/msp430fxyz: clean up clock initialization 2023-05-16 10:05:09 +02:00