[riot-commits] [RIOT-OS/RIOT] d101b3: Make hwtimer_spin() work even with interrupts disa...
Oleg Hahm
oleg at hobbykeller.org
Thu Dec 18 18:49:03 CET 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: d101b30dd85a21a2429823b45f13424047e3e2b7
https://github.com/RIOT-OS/RIOT/commit/d101b30dd85a21a2429823b45f13424047e3e2b7
Author: Kévin Roussel <Kevin.Roussel at inria.fr>
Date: 2014-12-17 (Wed, 17 Dec 2014)
Changed paths:
M cpu/cc430/hwtimer_cc430.c
M cpu/msp430-common/hwtimer_cpu.c
M cpu/msp430-common/include/hwtimer_cpu.h
M cpu/msp430fxyz/hwtimer_msp430.c
Log Message:
-----------
Make hwtimer_spin() work even with interrupts disabled
by using only 16 significative bits on MSP430 hardware timers
Commit: 1fb12b770e05b8376122127e21828dd541a7977c
https://github.com/RIOT-OS/RIOT/commit/1fb12b770e05b8376122127e21828dd541a7977c
Author: Kévin Roussel <Kevin.Roussel at inria.fr>
Date: 2014-12-17 (Wed, 17 Dec 2014)
Changed paths:
M cpu/msp430fxyz/hwtimer_msp430.c
Log Message:
-----------
Reduce variable scope in init function
Commit: a17d89fbede520f3a0d8f691dc43d2f447053e08
https://github.com/RIOT-OS/RIOT/commit/a17d89fbede520f3a0d8f691dc43d2f447053e08
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2014-12-18 (Thu, 18 Dec 2014)
Changed paths:
M cpu/cc430/hwtimer_cc430.c
M cpu/msp430-common/hwtimer_cpu.c
M cpu/msp430-common/include/hwtimer_cpu.h
M cpu/msp430fxyz/hwtimer_msp430.c
Log Message:
-----------
Merge pull request #1619 from rousselk/msp430-hwtimer-16bit
Only use 16 significative bits for MSP430 hwtimers
Compare: https://github.com/RIOT-OS/RIOT/compare/695d702b4fc0...a17d89fbede5
More information about the commits
mailing list