[riot-commits] [RIOT-OS/RIOT] 2b4feb: Basic implementation of LPM-related functions for ...
Oleg Hahm
gello at gmx.de
Thu Jan 16 13:57:28 CET 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 2b4febf8dfab41001c91cac37ee3b4f4eb332aa7
https://github.com/RIOT-OS/RIOT/commit/2b4febf8dfab41001c91cac37ee3b4f4eb332aa7
Author: Kévin Roussel <Kevin.Roussel at inria.fr>
Date: 2013-12-24 (Tue, 24 Dec 2013)
Changed paths:
M cpu/msp430-common/lpm_cpu.c
Log Message:
-----------
Basic implementation of LPM-related functions for MSP430 MCUs
Commit: 5d393d270b7c2425fae7c58680b2093da91e9f97
https://github.com/RIOT-OS/RIOT/commit/5d393d270b7c2425fae7c58680b2093da91e9f97
Author: Kévin Roussel <Kevin.Roussel at inria.fr>
Date: 2013-12-24 (Tue, 24 Dec 2013)
Changed paths:
M boards/chronos/include/board.h
M boards/msb-430/include/board.h
M boards/msb-430h/include/board.h
M boards/telosb/include/board.h
M boards/wsn430-v1_3b/include/board.h
M boards/wsn430-v1_4/include/board.h
M cpu/msp430-common/include/cpu.h
Log Message:
-----------
Sets MCU frequency in 'board.h', instead of the common 'cpu.h' file
Commit: e6d4a0b73a91605b56391507e39a3f086905f9a0
https://github.com/RIOT-OS/RIOT/commit/e6d4a0b73a91605b56391507e39a3f086905f9a0
Author: Kévin Roussel <Kevin.Roussel at inria.fr>
Date: 2014-01-08 (Wed, 08 Jan 2014)
Changed paths:
M core/include/lpm.h
Log Message:
-----------
Added the LPM_UNKNOWN constant to the enum 'lpm_mode'
for respresenting unknown/unavailable LPM-related status.
Commit: 32a6e168ffc0f434df1ddf2d920030c0f489d0ba
https://github.com/RIOT-OS/RIOT/commit/32a6e168ffc0f434df1ddf2d920030c0f489d0ba
Author: Kévin Roussel <Kevin.Roussel at inria.fr>
Date: 2014-01-08 (Wed, 08 Jan 2014)
Changed paths:
M cpu/msp430-common/lpm_cpu.c
Log Message:
-----------
function 'lpm_get()' now returns LPM_UNKNOWN by default
Commit: 9eebc532efcf77d59fb368405d2b109c4756bec5
https://github.com/RIOT-OS/RIOT/commit/9eebc532efcf77d59fb368405d2b109c4756bec5
Author: Oleg Hahm <gello at gmx.de>
Date: 2014-01-16 (Thu, 16 Jan 2014)
Changed paths:
M boards/chronos/include/board.h
M boards/msb-430/include/board.h
M boards/msb-430h/include/board.h
M boards/telosb/include/board.h
M boards/wsn430-v1_3b/include/board.h
M boards/wsn430-v1_4/include/board.h
M core/include/lpm.h
M cpu/msp430-common/include/cpu.h
M cpu/msp430-common/lpm_cpu.c
Log Message:
-----------
Merge pull request #459 from rousselk/msp430-lpm-freq
Msp430 lpm freq
Compare: https://github.com/RIOT-OS/RIOT/compare/8f5895233cf0...9eebc532efcf
More information about the commits
mailing list