[riot-commits] [RIOT-OS/RIOT] 4ba9d2: teensy31: Fix off-by-1 error in clock dividers
Joakim Nohlgård
joakim.nohlgard at eistec.se
Thu Apr 12 13:12:28 CEST 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 4ba9d2b28018f814f71b6578ceb451c72a8b71e0
https://github.com/RIOT-OS/RIOT/commit/4ba9d2b28018f814f71b6578ceb451c72a8b71e0
Author: Joakim Nohlgård <joakim.nohlgard at eistec.se>
Date: 2018-04-11 (Wed, 11 Apr 2018)
Changed paths:
M boards/teensy31/include/periph_conf.h
Log Message:
-----------
teensy31: Fix off-by-1 error in clock dividers
The comment says the config should yield 24 MHz flash clock, but the
settings were configured to divide-by-3. (48 MHz / 3)
Commit: bf1e7bf24c4728751f3dc3b69982ed273f092e84
https://github.com/RIOT-OS/RIOT/commit/bf1e7bf24c4728751f3dc3b69982ed273f092e84
Author: Joakim Nohlgård <joakim.nohlgard at eistec.se>
Date: 2018-04-12 (Thu, 12 Apr 2018)
Changed paths:
M boards/teensy31/include/periph_conf.h
Log Message:
-----------
Merge pull request #8929 from gebart/pr/teensy31-offby1
teensy31: Fix off-by-1 error in clock dividers
Compare: https://github.com/RIOT-OS/RIOT/compare/d64d38b391db...bf1e7bf24c47
More information about the commits
mailing list