[riot-commits] [RIOT-OS/RIOT] 2b9751: drivers/timer: added callback argument
Peter Kietzmann
peter.kietzmann at haw-hamburg.de
Tue Mar 1 08:55:57 CET 2016
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 2b97513637dc6df578359376a32757efbb1fdabf
https://github.com/RIOT-OS/RIOT/commit/2b97513637dc6df578359376a32757efbb1fdabf
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2016-02-29 (Mon, 29 Feb 2016)
Changed paths:
M drivers/include/periph/timer.h
Log Message:
-----------
drivers/timer: added callback argument
Commit: b11a3ad74ba97c81c33c8c1ae3f6133f4ca9481a
https://github.com/RIOT-OS/RIOT/commit/b11a3ad74ba97c81c33c8c1ae3f6133f4ca9481a
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2016-02-29 (Mon, 29 Feb 2016)
Changed paths:
M cpu/atmega2560/periph/timer.c
M cpu/cc2538/periph/timer.c
M cpu/cc430/periph/timer.c
M cpu/ezr32wg/periph/timer.c
M cpu/kinetis_common/periph/timer.c
M cpu/lm4f120/periph/timer.c
M cpu/lpc11u34/periph/timer.c
M cpu/lpc1768/periph/timer.c
M cpu/lpc2387/periph/timer.c
M cpu/msp430fxyz/periph/timer.c
M cpu/native/periph/timer.c
M cpu/nrf51/periph/timer.c
M cpu/nrf52/periph/timer.c
M cpu/sam3/periph/timer.c
M cpu/samd21/periph/timer.c
M cpu/saml21/periph/timer.c
M cpu/stm32f0/periph/timer.c
M cpu/stm32f1/periph/timer.c
M cpu/stm32f3/periph/timer.c
M cpu/stm32f4/periph/timer.c
M cpu/stm32l1/periph/timer.c
Log Message:
-----------
cpus: adapted timer implementations to API changes
Commit: 31f6e35533bb83800b4259da59a217e824b63271
https://github.com/RIOT-OS/RIOT/commit/31f6e35533bb83800b4259da59a217e824b63271
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2016-02-29 (Mon, 29 Feb 2016)
Changed paths:
M tests/periph_timer/main.c
Log Message:
-----------
tests/periph_timer: adapted to API changes
Commit: e9d79a37d699ef917dab642a44cbe01b3249f751
https://github.com/RIOT-OS/RIOT/commit/e9d79a37d699ef917dab642a44cbe01b3249f751
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2016-02-29 (Mon, 29 Feb 2016)
Changed paths:
M sys/xtimer/xtimer_core.c
Log Message:
-----------
sys/xtimer: adapted to timer API changes
Commit: c8829a49b8263acd00852aaee716812d8bf709c0
https://github.com/RIOT-OS/RIOT/commit/c8829a49b8263acd00852aaee716812d8bf709c0
Author: Peter Kietzmann <peter.kietzmann at haw-hamburg.de>
Date: 2016-03-01 (Tue, 01 Mar 2016)
Changed paths:
M cpu/atmega2560/periph/timer.c
M cpu/cc2538/periph/timer.c
M cpu/cc430/periph/timer.c
M cpu/ezr32wg/periph/timer.c
M cpu/kinetis_common/periph/timer.c
M cpu/lm4f120/periph/timer.c
M cpu/lpc11u34/periph/timer.c
M cpu/lpc1768/periph/timer.c
M cpu/lpc2387/periph/timer.c
M cpu/msp430fxyz/periph/timer.c
M cpu/native/periph/timer.c
M cpu/nrf51/periph/timer.c
M cpu/nrf52/periph/timer.c
M cpu/sam3/periph/timer.c
M cpu/samd21/periph/timer.c
M cpu/saml21/periph/timer.c
M cpu/stm32f0/periph/timer.c
M cpu/stm32f1/periph/timer.c
M cpu/stm32f3/periph/timer.c
M cpu/stm32f4/periph/timer.c
M cpu/stm32l1/periph/timer.c
M drivers/include/periph/timer.h
M sys/xtimer/xtimer_core.c
M tests/periph_timer/main.c
Log Message:
-----------
Merge pull request #4838 from haukepetersen/fix_periph_timerarg
drivers/timer: added callback argument
Compare: https://github.com/RIOT-OS/RIOT/compare/3af809bdfce0...c8829a49b826
More information about the commits
mailing list