1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/z1/include
Marian Buschsieweke 971dc880f6
boards/z1: fix broken clock configuration
df5c319978 from
https://github.com/RIOT-OS/RIOT/pull/19558 broke the clock
configuration of the Z1 by relying on the incorrect documentation of
what clock is actually used. Closely reading the convoluted clock
initialization code revealed that no XT2 crystal is present (as also
indicated by some comments in `board.c`), contradicting the
`#define MSP430_HAS_EXTERNAL_CRYSTAL 1` in the `board.h`.

This now should restore behavior (but with calibrated DCO than
hard coded magic numbers).
2023-06-07 15:45:44 +02:00
..
board-conf.h *: fix mismatching endifs for header guards 2017-01-19 18:30:53 +01:00
board.h cpu/msp430fxyz: clean up clock initialization 2023-05-16 10:05:09 +02:00
periph_conf.h boards/z1: fix broken clock configuration 2023-06-07 15:45:44 +02:00