1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00
RIOT/boards/z1
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
..
include boards/z1: fix broken clock configuration 2023-06-07 15:45:44 +02:00
board.c cpu/msp430fxyz: clean up clock initialization 2023-05-16 10:05:09 +02:00
doc.txt
Kconfig drivers/cc2420: model Kconfig 2022-07-28 09:32:24 +02:00
Makefile
Makefile.dep
Makefile.features
Makefile.include boards/msp430: setup supported programmers 2021-02-24 13:29:56 +01:00