[riot-commits] [RIOT-OS/RIOT] 2e8902: Makefile.dep: add trickle with xtimer as dependenc...
Kaspar Schleiser
kaspar at schleiser.de
Wed Sep 16 13:06:19 CEST 2015
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 2e89027c02cad9b60ad36fe0ada6a0f5e313be44
https://github.com/RIOT-OS/RIOT/commit/2e89027c02cad9b60ad36fe0ada6a0f5e313be44
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
Log Message:
-----------
Makefile.dep: add trickle with xtimer as dependency
Commit: 4b7a3ed23661af4a7dd2e2cdadc526c64ab3bc4f
https://github.com/RIOT-OS/RIOT/commit/4b7a3ed23661af4a7dd2e2cdadc526c64ab3bc4f
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/include/net/gnrc/rpl/structs.h
Log Message:
-----------
rpl/structs.h: include vtimer
Commit: 052ad7cd5149fdd8b5be9b5c34422f302f8c9cf4
https://github.com/RIOT-OS/RIOT/commit/052ad7cd5149fdd8b5be9b5c34422f302f8c9cf4
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/include/trickle.h
M sys/trickle/trickle.c
Log Message:
-----------
trickle: switch to xtimer
Commit: 067c029f92fefdd7ed92025cb2a7a86e0a3e20de
https://github.com/RIOT-OS/RIOT/commit/067c029f92fefdd7ed92025cb2a7a86e0a3e20de
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/shell/commands/sc_gnrc_rpl.c
Log Message:
-----------
sc_gnrc_rpl: adjust to xtimer for trickle
Commit: 085383bfaeda67302a4359d3aecdb4555c5fb46f
https://github.com/RIOT-OS/RIOT/commit/085383bfaeda67302a4359d3aecdb4555c5fb46f
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
M Makefile.pseudomodules
R core/hwtimer.c
R core/include/arch/hwtimer_arch.h
R core/include/hwtimer.h
M core/include/sched.h
M core/kernel_init.c
M core/sched.c
M core/thread.c
Log Message:
-----------
core: remove hwtimer, switch schedstatistics to xtimer
Commit: 844f8a491c76041572104ff24893692cfb1a3fe0
https://github.com/RIOT-OS/RIOT/commit/844f8a491c76041572104ff24893692cfb1a3fe0
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/ps/ps.c
Log Message:
-----------
sys: ps: adapt to xtimer
Commit: 2cee6b036b84f30575d92233e797e44523795ca9
https://github.com/RIOT-OS/RIOT/commit/2cee6b036b84f30575d92233e797e44523795ca9
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/auto_init/auto_init.c
R sys/include/vtimer.h
R sys/vtimer/Makefile
R sys/vtimer/vtimer.c
Log Message:
-----------
sys: remove vtimer
Commit: 5e7036eed94643ee1860f7314968aca7722e5b00
https://github.com/RIOT-OS/RIOT/commit/5e7036eed94643ee1860f7314968aca7722e5b00
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
M sys/Makefile
A sys/compat/vtimer/Makefile
A sys/compat/vtimer/vtimer_compat.c
A sys/include/vtimer.h
Log Message:
-----------
sys: introduce vtimer_compat
Commit: cd715fedf6a50a5bcbcb7fc05fbbed46c1734bae
https://github.com/RIOT-OS/RIOT/commit/cd715fedf6a50a5bcbcb7fc05fbbed46c1734bae
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/Makefile
R sys/compat/hwtimer/Makefile
R sys/compat/hwtimer/hwtimer_arch.c
Log Message:
-----------
sys: compat: remove hwtimer_compat
Commit: fb773bf90a1fe4628c2fe8fe2dcaaf93b25c652e
https://github.com/RIOT-OS/RIOT/commit/fb773bf90a1fe4628c2fe8fe2dcaaf93b25c652e
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/native/Makefile.include
R cpu/native/include/hwtimer_cpu.h
Log Message:
-----------
cpu: native: remove hwtimer_compat dependency
Commit: 940db9dad51cc43aeb2e5425460b5b0a8fd89b77
https://github.com/RIOT-OS/RIOT/commit/940db9dad51cc43aeb2e5425460b5b0a8fd89b77
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
M drivers/at86rf2xx/at86rf2xx.c
Log Message:
-----------
drivers: ng_at86rf2xx: use xtimer instead of hwtimer
Commit: fcb666dff90c880615a1c666d2ee93241091dafa
https://github.com/RIOT-OS/RIOT/commit/fcb666dff90c880615a1c666d2ee93241091dafa
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/shell/commands/sc_mersenne.c
Log Message:
-----------
sys: shell: mersenne: adapt to xtimer
Commit: dd9de14e490839d335fd196ed8bfb1af89518164
https://github.com/RIOT-OS/RIOT/commit/dd9de14e490839d335fd196ed8bfb1af89518164
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/samd21/Makefile.include
R cpu/samd21/include/hwtimer_cpu.h
Log Message:
-----------
cpu: samd21: remove hwtimer support
Commit: 8a0237e4dafb0e43c8098c89aa8933273e990d6f
https://github.com/RIOT-OS/RIOT/commit/8a0237e4dafb0e43c8098c89aa8933273e990d6f
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/samr21-xpro/include/board.h
Log Message:
-----------
board: samr21: adapt to xtimer
Commit: 391bc02c06fb5220236c95b2927159b53568af0c
https://github.com/RIOT-OS/RIOT/commit/391bc02c06fb5220236c95b2927159b53568af0c
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/cortexm_common/reboot_arch.c
Log Message:
-----------
cpu: cortexm_common: busywait before resetting
Commit: a23169b83103f7e3981265ddb75f99024099974e
https://github.com/RIOT-OS/RIOT/commit/a23169b83103f7e3981265ddb75f99024099974e
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/stm32f1/Makefile.include
Log Message:
-----------
cpu: stmf32f1: remove obsolete hwtimer_compat dependency
Commit: 7d2286e3ec0f370e6735259c3a3f73d0c74adac6
https://github.com/RIOT-OS/RIOT/commit/7d2286e3ec0f370e6735259c3a3f73d0c74adac6
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/iotlab-m3/include/board.h
Log Message:
-----------
boards: iot-lab_M3: remove obsolete hwtimer defines
Commit: ada06e9d22e3653a35fed30b1612c627e9c2d96e
https://github.com/RIOT-OS/RIOT/commit/ada06e9d22e3653a35fed30b1612c627e9c2d96e
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
M drivers/dht/dht.c
Log Message:
-----------
drivers: dht: adapt to xtimer
Commit: 39533eb28c631c8b2cd31dd2f42478e69325453c
https://github.com/RIOT-OS/RIOT/commit/39533eb28c631c8b2cd31dd2f42478e69325453c
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
M drivers/hih6130/hih6130.c
M tests/driver_hih6130/Makefile
M tests/driver_hih6130/main.c
Log Message:
-----------
drivers: hih6130: switch to xtimer
Commit: 94c5512751176147c316d3a4e29abed5ceb86d7a
https://github.com/RIOT-OS/RIOT/commit/94c5512751176147c316d3a4e29abed5ceb86d7a
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
M drivers/lm75a/lm75a-temp-sensor.c
Log Message:
-----------
drivers: lm75: switch to xtimer
Commit: c9aa2807108422d8591030e4826e9e35b8a6dc95
https://github.com/RIOT-OS/RIOT/commit/c9aa2807108422d8591030e4826e9e35b8a6dc95
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
M drivers/xbee/xbee.c
Log Message:
-----------
drivers: xbee: switch to xtimer
Commit: e934063b1547c7e89d275938d72d23e3ef50ff47
https://github.com/RIOT-OS/RIOT/commit/e934063b1547c7e89d275938d72d23e3ef50ff47
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M drivers/srf08/srf08.c
Log Message:
-----------
srf08: use xtimer
Commit: 3edc40e4c561ffa09e8548fafed1c24a4ab37c3b
https://github.com/RIOT-OS/RIOT/commit/3edc40e4c561ffa09e8548fafed1c24a4ab37c3b
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M drivers/nrf24l01p/include/nrf24l01p_settings.h
M drivers/nrf24l01p/nrf24l01p.c
Log Message:
-----------
drivers: nrf24l01p: use xtimer
Commit: cbd7d42e0699c24450ad71996195fc11b81e2fa0
https://github.com/RIOT-OS/RIOT/commit/cbd7d42e0699c24450ad71996195fc11b81e2fa0
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
M drivers/mpu9150/mpu9150.c
Log Message:
-----------
drivers: mpu9150: use xtimer
Commit: 4445d940eaa92f29d6a1a9e69d5ce685e4fcf680
https://github.com/RIOT-OS/RIOT/commit/4445d940eaa92f29d6a1a9e69d5ce685e4fcf680
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
M drivers/include/sht11.h
M drivers/sht11/sht11.c
Log Message:
-----------
drivers: sht11: use xtimer
Commit: 01f03a54f14616c722feaddc77555b875de124ea
https://github.com/RIOT-OS/RIOT/commit/01f03a54f14616c722feaddc77555b875de124ea
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
M drivers/pcd8544/pcd8544.c
Log Message:
-----------
drivers: pcd8544: use xtimer
Commit: 4bbc5ae4d2fa19ac0db754c09c7d729a5fee8b55
https://github.com/RIOT-OS/RIOT/commit/4bbc5ae4d2fa19ac0db754c09c7d729a5fee8b55
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
M drivers/nvram_spi/nvram-spi.c
Log Message:
-----------
drivers: nvram_spi: use xtimer
Commit: e9301e236da4506fd5dd894ac7e216fea753aaed
https://github.com/RIOT-OS/RIOT/commit/e9301e236da4506fd5dd894ac7e216fea753aaed
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
M drivers/ltc4150/ltc4150.c
Log Message:
-----------
drivers: ltc4150: use xtimer
Commit: d82ca16b5a522febecb6d0a9d32a20f0bc9997ba
https://github.com/RIOT-OS/RIOT/commit/d82ca16b5a522febecb6d0a9d32a20f0bc9997ba
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/atmega2560/Makefile.include
R cpu/atmega2560/include/hwtimer_cpu.h
Log Message:
-----------
cpu: atmega2560: drop obsolete hwtimer support
Commit: 41dff1052ee96f041e84390f7b13f508ed64df5a
https://github.com/RIOT-OS/RIOT/commit/41dff1052ee96f041e84390f7b13f508ed64df5a
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
R cpu/x86/include/hwtimer_cpu.h
R cpu/x86/include/x86_hwtimer.h
Log Message:
-----------
cpu: x86: remove obsolete hwtimer support
Commit: 8e475fa57d87180d6189eeb1456b57767a8f9648
https://github.com/RIOT-OS/RIOT/commit/8e475fa57d87180d6189eeb1456b57767a8f9648
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/stm32l1/Makefile.include
R cpu/stm32l1/include/hwtimer_cpu.h
Log Message:
-----------
cpu: stm32l1: remove obsolete hwtimer support
Commit: 01f87b9df06e00ccda92be32345e7d7f5175107b
https://github.com/RIOT-OS/RIOT/commit/01f87b9df06e00ccda92be32345e7d7f5175107b
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/stm32f4/Makefile.include
R cpu/stm32f4/include/hwtimer_cpu.h
Log Message:
-----------
cpu: stm32f4: remove obsolete hwtimer support
Commit: 3e0bcd45c53d219f7f18a9df32846887203d98cc
https://github.com/RIOT-OS/RIOT/commit/3e0bcd45c53d219f7f18a9df32846887203d98cc
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/stm32f3/Makefile.include
R cpu/stm32f3/include/hwtimer_cpu.h
Log Message:
-----------
cpu: stm32f3: remove obsolete hwtimer support
Commit: d7a4f90e6976c93023f96efa3da30eec1b41c41b
https://github.com/RIOT-OS/RIOT/commit/d7a4f90e6976c93023f96efa3da30eec1b41c41b
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
R cpu/stm32f1/include/hwtimer_cpu.h
Log Message:
-----------
cpu: stm32f1: remove obsolete hwtimer support
Commit: 9d75b2f2d97867e8d007e8f0f0914a84cf318558
https://github.com/RIOT-OS/RIOT/commit/9d75b2f2d97867e8d007e8f0f0914a84cf318558
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/stm32f0/Makefile.include
R cpu/stm32f0/include/hwtimer_cpu.h
Log Message:
-----------
cpu: stm32f0: remove obsolete hwtimer support
Commit: 889991503eaf2fc7de3950d9706a658406c5163e
https://github.com/RIOT-OS/RIOT/commit/889991503eaf2fc7de3950d9706a658406c5163e
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/saml21/Makefile.include
R cpu/saml21/include/hwtimer_cpu.h
Log Message:
-----------
cpu: saml21: remove obsolete hwtimer support
Commit: 90c1e7ce744b4a4e09d7f6ba541a93c21e0151f3
https://github.com/RIOT-OS/RIOT/commit/90c1e7ce744b4a4e09d7f6ba541a93c21e0151f3
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/sam3/Makefile.include
R cpu/sam3/include/hwtimer_cpu.h
Log Message:
-----------
cpu: sam3: remove obsolete hwtimer support
Commit: ea2013ff16a4e251073703d8dfd7c13514061a5e
https://github.com/RIOT-OS/RIOT/commit/ea2013ff16a4e251073703d8dfd7c13514061a5e
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/nrf51/Makefile.include
R cpu/nrf51/include/hwtimer_cpu.h
Log Message:
-----------
cpu: nrf51: remove obsolete hwtimer support
Commit: c3fa14825662fb87bae0b75b652f8598c0428320
https://github.com/RIOT-OS/RIOT/commit/c3fa14825662fb87bae0b75b652f8598c0428320
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
R cpu/msp430-common/include/hwtimer_cpu.h
Log Message:
-----------
cpu: msp430-common: remove obsolete hwtimer support
Commit: 8b46d1dfc4ddf51fadaf0d95fde245bfabeac020
https://github.com/RIOT-OS/RIOT/commit/8b46d1dfc4ddf51fadaf0d95fde245bfabeac020
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/lpc1768/Makefile.include
M cpu/lpc1768/include/cpu_conf.h
R cpu/lpc1768/include/hwtimer_cpu.h
Log Message:
-----------
cpu: lpc1768: remove obsolete hwtimer support
Commit: 16e19f39755268ab9f1b33e0c5d0d0bd7d866a61
https://github.com/RIOT-OS/RIOT/commit/16e19f39755268ab9f1b33e0c5d0d0bd7d866a61
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/lm4f120/Makefile.include
M cpu/lm4f120/include/cpu_conf.h
R cpu/lm4f120/include/hwtimer_cpu.h
Log Message:
-----------
cpu: lm4f120: remove obsolete hwtimer support
Commit: c0d3524132afc2ff4eb73d1cc1892b10ddeb9e31
https://github.com/RIOT-OS/RIOT/commit/c0d3524132afc2ff4eb73d1cc1892b10ddeb9e31
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
R cpu/kinetis_common/hwtimer_arch.c
R cpu/kinetis_common/include/hwtimer_cpu.h
M cpu/kinetis_common/pwm.c
Log Message:
-----------
cpu: kinetis_common: remove obsolete hwtimer support
Commit: d239f3c4fdf88f95ea0c9c092dcb3adcf53db632
https://github.com/RIOT-OS/RIOT/commit/d239f3c4fdf88f95ea0c9c092dcb3adcf53db632
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
R cpu/k60/include/hwtimer_cpu.h
Log Message:
-----------
cpu: k60: remove obsolete hwtimer support
Commit: 8c147f1e3c0a2eb27573404d0093b4e818b2b654
https://github.com/RIOT-OS/RIOT/commit/8c147f1e3c0a2eb27573404d0093b4e818b2b654
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
R cpu/cc2538/hwtimer_arch.c
R cpu/cc2538/include/hwtimer_cpu.h
Log Message:
-----------
cpu: cc2538: remove obsolete hwtimer support
Commit: 012d82ecafcecccc5742e2688ea6ccc542e3e034
https://github.com/RIOT-OS/RIOT/commit/012d82ecafcecccc5742e2688ea6ccc542e3e034
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
R cpu/arm7_common/include/hwtimer_cpu.h
Log Message:
-----------
cpu: arm7_common: remove obsolete hwtimer support
Commit: 2cd4a80054202a00dc3c13253ac385fcfaa9d1bc
https://github.com/RIOT-OS/RIOT/commit/2cd4a80054202a00dc3c13253ac385fcfaa9d1bc
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/native/periph/timer.c
Log Message:
-----------
cpu: native: minor timer-related doxygen updates
Commit: b0893a99ba39595d2173e45187b119bbd4cae521
https://github.com/RIOT-OS/RIOT/commit/b0893a99ba39595d2173e45187b119bbd4cae521
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/lpc2387/lpc2387-adc.c
Log Message:
-----------
cpu: lpc2387: adc: use xtimer
Commit: 48b21f00c33a9ce5cad5ddbb946988f15a65f528
https://github.com/RIOT-OS/RIOT/commit/48b21f00c33a9ce5cad5ddbb946988f15a65f528
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/x86/include/x86_rtc.h
R cpu/x86/x86_hwtimer.c
M cpu/x86/x86_startup.c
Log Message:
-----------
cpu: x86: remove obsolete hwtimer support
Commit: 4e8bf2cb697ca4e62742d7569d047a22f0aed71a
https://github.com/RIOT-OS/RIOT/commit/4e8bf2cb697ca4e62742d7569d047a22f0aed71a
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/native/include/native_internal.h
M cpu/native/include/periph_conf.h
Log Message:
-----------
cpu: native: remove hwtimer traces
Commit: 9d088bb3d711bf1885934b11a28f6f85fa96300e
https://github.com/RIOT-OS/RIOT/commit/9d088bb3d711bf1885934b11a28f6f85fa96300e
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/lpc2387/mci/lpc2387-mci.c
Log Message:
-----------
cpu: lpc2387: mci: use xwtimer
Commit: 87d25968195902bd7614cd618843212dd49e8425
https://github.com/RIOT-OS/RIOT/commit/87d25968195902bd7614cd618843212dd49e8425
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/cc430/cc430-adc.c
Log Message:
-----------
cpu: cc430: make adc use xtimer
Commit: 832539fc88482292d7b053d2bbb3996969ba4ab2
https://github.com/RIOT-OS/RIOT/commit/832539fc88482292d7b053d2bbb3996969ba4ab2
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/cc430/cc430-gpioint.c
Log Message:
-----------
cpu: cc430: remove hwtimer support, switch gpioint to xtimer
Commit: b0892c781fd295a39e9ee76184a15fcbeb91fbdf
https://github.com/RIOT-OS/RIOT/commit/b0892c781fd295a39e9ee76184a15fcbeb91fbdf
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/chronos/drivers/buzzer.c
M boards/chronos/drivers/include/buzzer.h
Log Message:
-----------
boards: chronos: convert buzzer to use xtimer
Commit: 43c95e9e2900889217598dffe20b45f68820d9bb
https://github.com/RIOT-OS/RIOT/commit/43c95e9e2900889217598dffe20b45f68820d9bb
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/avsextrem/drivers/avsextrem-smb380.c
M boards/avsextrem/drivers/avsextrem-ssp0.c
Log Message:
-----------
boards: avsextrem: convert to xtimer
Commit: 975640c0df5c53f3fab3d9a017c8dfb47c21bc44
https://github.com/RIOT-OS/RIOT/commit/975640c0df5c53f3fab3d9a017c8dfb47c21bc44
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/chronos/include/board.h
Log Message:
-----------
boards: chronos: remove hwtimer from board.h
Commit: a650b9487e29e2f702b3fdac165450225a10aa59
https://github.com/RIOT-OS/RIOT/commit/a650b9487e29e2f702b3fdac165450225a10aa59
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/msb-430/include/board.h
Log Message:
-----------
boards: msb-430: remove hwtimer from board.h
Commit: ffd87aacc4c313f6942ea1cd2c390b48327efded
https://github.com/RIOT-OS/RIOT/commit/ffd87aacc4c313f6942ea1cd2c390b48327efded
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/msb-430h/include/board.h
Log Message:
-----------
boards: msb-430h: remove hwtimer from board.h
Commit: b665dac42142d0a805d54144323b320ec30681f7
https://github.com/RIOT-OS/RIOT/commit/b665dac42142d0a805d54144323b320ec30681f7
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/mulle/include/board.h
Log Message:
-----------
boards: mulle: remove hwtimer from board.h
Commit: 83fb012772eb7b71f2b642db9c4b5e27a18c5710
https://github.com/RIOT-OS/RIOT/commit/83fb012772eb7b71f2b642db9c4b5e27a18c5710
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/telosb/include/board.h
Log Message:
-----------
boards: telosb: remove hwtimer from board.h
Commit: d4bb83baf73e6acecb72642e2a3a5b5d2aa2d8c6
https://github.com/RIOT-OS/RIOT/commit/d4bb83baf73e6acecb72642e2a3a5b5d2aa2d8c6
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/wsn430-v1_3b/include/board.h
Log Message:
-----------
boards: wsn430-v1_3b: remove hwtimer from board.h
Commit: e97553537bf03f940c83e60d74eab5aac35699f4
https://github.com/RIOT-OS/RIOT/commit/e97553537bf03f940c83e60d74eab5aac35699f4
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/wsn430-v1_4/include/board.h
Log Message:
-----------
boards: wsn430-v1_4: remove hwtimer from board.h
Commit: c581e884a7d14eb24195e5264dd362b1a14d6176
https://github.com/RIOT-OS/RIOT/commit/c581e884a7d14eb24195e5264dd362b1a14d6176
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/z1/include/board.h
Log Message:
-----------
boards: z1: remove hwtimer from board.h
Commit: 8b2dc150dc5af10e87aeed3d3674c2d892ca25e3
https://github.com/RIOT-OS/RIOT/commit/8b2dc150dc5af10e87aeed3d3674c2d892ca25e3
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
R tests/hwtimer/Makefile
R tests/hwtimer/main.c
R tests/hwtimer/tests/test_hwtimer.py
R tests/hwtimer_spin/Makefile
R tests/hwtimer_spin/main.c
R tests/hwtimer_wait/Makefile
R tests/hwtimer_wait/main.c
Log Message:
-----------
tests: remove hwtimer tests
Commit: 14cbec41bb09996eb6129576cd3e3ee542677a23
https://github.com/RIOT-OS/RIOT/commit/14cbec41bb09996eb6129576cd3e3ee542677a23
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/bitarithm_timings/Makefile
M tests/bitarithm_timings/main.c
Log Message:
-----------
tests: bitarithm_timings: convert to xtimer
Commit: 01b8c57882ba43bae53deee36f71dae1802f2310
https://github.com/RIOT-OS/RIOT/commit/01b8c57882ba43bae53deee36f71dae1802f2310
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/bloom_bytes/Makefile
M tests/bloom_bytes/main.c
Log Message:
-----------
tests: bloom_bytes: switch to xtimer
Commit: 75720c70ae49e7963cfc7a670fa57edf8e6e30e0
https://github.com/RIOT-OS/RIOT/commit/75720c70ae49e7963cfc7a670fa57edf8e6e30e0
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_dht/Makefile
M tests/driver_dht/main.c
Log Message:
-----------
tests: driver_dht: switch to xtimer
Commit: 25c0fc0eb7d8f0d7d7a91df9d30f9fff883b1667
https://github.com/RIOT-OS/RIOT/commit/25c0fc0eb7d8f0d7d7a91df9d30f9fff883b1667
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_nrf24l01p_lowlevel/main.c
Log Message:
-----------
tests: driver_nrf24l01p_lowlevel: swithc to xtimer
Commit: 8e446af6bbf422a90680b2c4900cfe08f1cb2783
https://github.com/RIOT-OS/RIOT/commit/8e446af6bbf422a90680b2c4900cfe08f1cb2783
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/irq/Makefile
M tests/irq/main.c
Log Message:
-----------
tests: irq: switch to xtimer
Commit: c6c7e9e9815e3212bbef6818ee3bc3d072d7b5f6
https://github.com/RIOT-OS/RIOT/commit/c6c7e9e9815e3212bbef6818ee3bc3d072d7b5f6
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/periph_rtc/Makefile
M tests/periph_rtc/main.c
Log Message:
-----------
tests: periph_rtc: switch to xtimer
Commit: b512b98dc27d5158834837cc364f89ed273dd9ed
https://github.com/RIOT-OS/RIOT/commit/b512b98dc27d5158834837cc364f89ed273dd9ed
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/periph_gpio/main.c
Log Message:
-----------
tests: periph_gpio: remove obsolete hwtimer include
Commit: a22f0a3c780f539145082145095b7ccb3d5b9eca
https://github.com/RIOT-OS/RIOT/commit/a22f0a3c780f539145082145095b7ccb3d5b9eca
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/cc430/Makefile.include
M cpu/msp430fxyz/Makefile.include
Log Message:
-----------
cpu: msp430*: remove obsolete hwtimer_compat dependency
Commit: e27ce2465f7434e4e5fbb01187eaa8a6579a4d62
https://github.com/RIOT-OS/RIOT/commit/e27ce2465f7434e4e5fbb01187eaa8a6579a4d62
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/include/xtimer.h
M sys/xtimer/xtimer.c
Log Message:
-----------
sys: xtimer: add xtimer_wakeup64
Commit: 6f21fd806c5d724fb411081872b695bedd595dc1
https://github.com/RIOT-OS/RIOT/commit/6f21fd806c5d724fb411081872b695bedd595dc1
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/posix/pthread/pthread_cond.c
Log Message:
-----------
sys: posix: pthread_cond: remove unnecessary define
Commit: 1fe205924ab4c68a0f184e59dfc92be03437a12e
https://github.com/RIOT-OS/RIOT/commit/1fe205924ab4c68a0f184e59dfc92be03437a12e
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_nrf24l01p_lowlevel/main.c
Log Message:
-----------
tests: driver_nrf24l01p_lowlevel: use xtimer_usleep
Commit: c530ca4db5ccfcced97d989fc439c2f2e5383020
https://github.com/RIOT-OS/RIOT/commit/c530ca4db5ccfcced97d989fc439c2f2e5383020
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_mpu9150/Makefile
M tests/driver_mpu9150/main.c
Log Message:
-----------
tests: driver_mpu9150: vtimer -> xtimer
Commit: ada00d1ca625f98e19f1680b2aae2ddb69dba59c
https://github.com/RIOT-OS/RIOT/commit/ada00d1ca625f98e19f1680b2aae2ddb69dba59c
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_adt7310/Makefile
M tests/driver_adt7310/main.c
Log Message:
-----------
tests: driver_adt7310: vtimer -> xtimer
Commit: 6ede769620f5cd85bede5f67f7008cb9080e0a2e
https://github.com/RIOT-OS/RIOT/commit/6ede769620f5cd85bede5f67f7008cb9080e0a2e
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_hdc1000/Makefile
M tests/driver_hdc1000/main.c
Log Message:
-----------
tests: driver_hdc1000: vtimer -> xtimer
Commit: 4a74e88ad21272cc90fed7a0a326acb7286ed7a8
https://github.com/RIOT-OS/RIOT/commit/4a74e88ad21272cc90fed7a0a326acb7286ed7a8
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_ina220/Makefile
M tests/driver_ina220/main.c
Log Message:
-----------
tests: driver_ina220: vtimer -> xtimer
Commit: e4a239b78a515655a892365a62700b8a474401b5
https://github.com/RIOT-OS/RIOT/commit/e4a239b78a515655a892365a62700b8a474401b5
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_isl29020/Makefile
M tests/driver_isl29020/main.c
Log Message:
-----------
tests: driver_isl29020: vtimer -> xtimer
Commit: ef01db6d69e3d986413f3c5714921d57b74e6e4d
https://github.com/RIOT-OS/RIOT/commit/ef01db6d69e3d986413f3c5714921d57b74e6e4d
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_isl29125/Makefile
M tests/driver_isl29125/main.c
Log Message:
-----------
tests: driver_isl29125: vtimer -> xtimer
Commit: 122b2385872f2326fb24b9ded7b483c46f589da1
https://github.com/RIOT-OS/RIOT/commit/122b2385872f2326fb24b9ded7b483c46f589da1
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_l3g4200d/Makefile
M tests/driver_l3g4200d/main.c
Log Message:
-----------
tests: driver_l3g4200d: vtimer -> xtimer
Commit: 8be416cc419e4fd1bbbcf42476128a01faa120a9
https://github.com/RIOT-OS/RIOT/commit/8be416cc419e4fd1bbbcf42476128a01faa120a9
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_lis3dh/Makefile
M tests/driver_lis3dh/main.c
Log Message:
-----------
tests: driver_lis3dh: vtimer -> xtimer
Commit: 205aed03b05fbe1088569824c75e30c6d3aa9e41
https://github.com/RIOT-OS/RIOT/commit/205aed03b05fbe1088569824c75e30c6d3aa9e41
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_lps331ap/Makefile
M tests/driver_lps331ap/main.c
Log Message:
-----------
tests: driver_lps331ap: vtimer -> xtimer
Commit: 0438fe91466ebf24fbc52a0413751797be839e8c
https://github.com/RIOT-OS/RIOT/commit/0438fe91466ebf24fbc52a0413751797be839e8c
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_lsm303dlhc/Makefile
M tests/driver_lsm303dlhc/main.c
Log Message:
-----------
tests: driver_lsm303dlhc: vtimer -> xtimer
Commit: 2199aa3d1cd932f1a4ca3484571a5873cc40ff13
https://github.com/RIOT-OS/RIOT/commit/2199aa3d1cd932f1a4ca3484571a5873cc40ff13
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_mag3110/Makefile
M tests/driver_mag3110/main.c
Log Message:
-----------
tests: driver_mag3110: vtimer -> xtimer
Commit: cd99ca5c195f7fd74cef58eeac988fde4cd19b32
https://github.com/RIOT-OS/RIOT/commit/cd99ca5c195f7fd74cef58eeac988fde4cd19b32
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_mma8652/Makefile
M tests/driver_mma8652/main.c
Log Message:
-----------
tests: driver_mma8652: vtimer -> xtimer
Commit: 941acb180d9fa912e40f1fd29927a8157f2af941
https://github.com/RIOT-OS/RIOT/commit/941acb180d9fa912e40f1fd29927a8157f2af941
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_mpl3115a2/Makefile
M tests/driver_mpl3115a2/main.c
Log Message:
-----------
tests: driver_mpl3115a2: vtimer -> xtimer
Commit: 480a90256d70173123e30d4e030afc36c241eb66
https://github.com/RIOT-OS/RIOT/commit/480a90256d70173123e30d4e030afc36c241eb66
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_mq3/Makefile
M tests/driver_mq3/main.c
Log Message:
-----------
tests: driver_mq3: vtimer -> xtimer
Commit: ec01c9dee59f7da238fd0a6b460a9fdba6cf4e73
https://github.com/RIOT-OS/RIOT/commit/ec01c9dee59f7da238fd0a6b460a9fdba6cf4e73
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_nvram_spi/Makefile
M tests/driver_nvram_spi/main.c
Log Message:
-----------
tests: driver_nvram_spi: vtimer -> xtimer
Commit: df5b89a444ff7cf3cf9f359cfeac543ef1a7280d
https://github.com/RIOT-OS/RIOT/commit/df5b89a444ff7cf3cf9f359cfeac543ef1a7280d
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_pir/Makefile
M tests/driver_pir/main.c
Log Message:
-----------
tests: driver_pir: vtimer -> xtimer
Commit: 4f8a49583626010c963ed37e28135cf23eb011bf
https://github.com/RIOT-OS/RIOT/commit/4f8a49583626010c963ed37e28135cf23eb011bf
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_servo/Makefile
M tests/driver_servo/main.c
Log Message:
-----------
tests: driver_servo: vtimer -> xtimer
Commit: 1d34b279335fdcc25dd56b8e1b4c20bff8090544
https://github.com/RIOT-OS/RIOT/commit/1d34b279335fdcc25dd56b8e1b4c20bff8090544
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_srf08/Makefile
M tests/driver_srf08/main.c
Log Message:
-----------
tests: driver_srf08: vtimer -> xtimer
Commit: affcbffb6af38da02ece77862f24145343065894
https://github.com/RIOT-OS/RIOT/commit/affcbffb6af38da02ece77862f24145343065894
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/driver_tmp006/Makefile
M tests/driver_tmp006/main.c
Log Message:
-----------
tests: driver_tmp006: vtimer -> xtimer
Commit: fb1ed800a11dbdcea8112a9dcf63487e8ba20f2c
https://github.com/RIOT-OS/RIOT/commit/fb1ed800a11dbdcea8112a9dcf63487e8ba20f2c
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/periph_adc/Makefile
M tests/periph_adc/main.c
Log Message:
-----------
tests: periph_adc: vtimer -> xtimer
Commit: 369543309292ad5a0a49e5a18d1ac4955d41a48b
https://github.com/RIOT-OS/RIOT/commit/369543309292ad5a0a49e5a18d1ac4955d41a48b
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/periph_dac/Makefile
M tests/periph_dac/main.c
Log Message:
-----------
tests: periph_dac: vtimer -> xtimer
Commit: a4a421cb1de5059e007ba93ff863e74175ea3ab2
https://github.com/RIOT-OS/RIOT/commit/a4a421cb1de5059e007ba93ff863e74175ea3ab2
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/periph_pwm/Makefile
M tests/periph_pwm/main.c
Log Message:
-----------
tests: periph_pwm: vtimer -> xtimer
Commit: d4ed8fe63d588af427fc2230d41938495ebffdb4
https://github.com/RIOT-OS/RIOT/commit/d4ed8fe63d588af427fc2230d41938495ebffdb4
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/periph_random/Makefile
M tests/periph_random/main.c
Log Message:
-----------
tests: periph_random: vtimer -> xtimer
Commit: 144a912e379320874f57012a50bef61110a00026
https://github.com/RIOT-OS/RIOT/commit/144a912e379320874f57012a50bef61110a00026
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/periph_uart_int/Makefile
M tests/periph_uart_int/main.c
Log Message:
-----------
tests: periph_uart_int: vtimer -> xtimer
Commit: 096823e4d0326f1d280e458d4ff5f338c9ad8891
https://github.com/RIOT-OS/RIOT/commit/096823e4d0326f1d280e458d4ff5f338c9ad8891
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/pthread_barrier/Makefile
M tests/pthread_barrier/main.c
Log Message:
-----------
tests: pthread_barrier: vtimer -> xtimer
Commit: 13aad6504978a6d044b434e69e4ef748989c5d24
https://github.com/RIOT-OS/RIOT/commit/13aad6504978a6d044b434e69e4ef748989c5d24
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/pthread_rwlock/Makefile
M tests/pthread_rwlock/main.c
Log Message:
-----------
tests: pthread_rwlock: vtimer -> xtimer
Commit: 69c9a9c82f222aeeec5ee4d5b1a09016247529cb
https://github.com/RIOT-OS/RIOT/commit/69c9a9c82f222aeeec5ee4d5b1a09016247529cb
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M examples/default/Makefile
Log Message:
-----------
examples: default: remove obsolete vtimer dependency
Commit: 1c9e46b55db089c76e631f747f62a399b62e338b
https://github.com/RIOT-OS/RIOT/commit/1c9e46b55db089c76e631f747f62a399b62e338b
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/iotlab-m3/include/board.h
Log Message:
-----------
boards: iotlab-m3: add xtimer tuning values
Commit: cbb7750202e42898c5fc9a9694ac714cd579ad7d
https://github.com/RIOT-OS/RIOT/commit/cbb7750202e42898c5fc9a9694ac714cd579ad7d
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/msba2/include/board.h
M cpu/lpc2387/Makefile.include
Log Message:
-----------
boards: msba2: add xtimer tuning values, remove HW_TIMER define
Commit: 80e038045d9e12170adc7fc8a138a3effb3fb3ef
https://github.com/RIOT-OS/RIOT/commit/80e038045d9e12170adc7fc8a138a3effb3fb3ef
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/nucleo-f334/include/board.h
M boards/nucleo-f334/include/periph_conf.h
Log Message:
-----------
boards: nucleo-f334: update xtimer tuning values
Commit: 21dfa698bc974f24bf8463bf5ac159948af56597
https://github.com/RIOT-OS/RIOT/commit/21dfa698bc974f24bf8463bf5ac159948af56597
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
M drivers/encx24j600/encx24j600.c
Log Message:
-----------
drivers: encx24j600: switch to xtimer
Commit: 0f10bb4a8dc9f0e67d7bd05225cff332b01922c3
https://github.com/RIOT-OS/RIOT/commit/0f10bb4a8dc9f0e67d7bd05225cff332b01922c3
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
Log Message:
-----------
Makefile.dep: make use of xtimer for rpl
Commit: 50392b625625a3ba7675f8e6788fed4827609094
https://github.com/RIOT-OS/RIOT/commit/50392b625625a3ba7675f8e6788fed4827609094
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/include/net/gnrc/rpl/structs.h
M sys/net/gnrc/routing/rpl/gnrc_rpl.c
M sys/net/gnrc/routing/rpl/gnrc_rpl_dodag.c
Log Message:
-----------
rpl: switch to xtimer
Commit: 3609dce47dea7cdeb7c2c80d62776c6596d5f11c
https://github.com/RIOT-OS/RIOT/commit/3609dce47dea7cdeb7c2c80d62776c6596d5f11c
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/net/gnrc/routing/rpl/gnrc_rpl.c
M sys/shell/commands/sc_gnrc_rpl.c
Log Message:
-----------
sc_gnrc_rpl: adjust rpl shell for xtimer usage
Commit: 5a485c3f73724620e8a5fd61d2687d79bef43a9b
https://github.com/RIOT-OS/RIOT/commit/5a485c3f73724620e8a5fd61d2687d79bef43a9b
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
M sys/include/net/fib.h
M sys/include/net/fib/table.h
M sys/net/network_layer/fib/fib.c
M sys/shell/commands/sc_fib.c
M tests/unittests/tests-fib/tests-fib.c
Log Message:
-----------
sys: net: fib: switch to xtimer
Commit: cb0337d77ef0b660b5a77b6eca64fbf22b4c059b
https://github.com/RIOT-OS/RIOT/commit/cb0337d77ef0b660b5a77b6eca64fbf22b4c059b
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/xtimer/xtimer_core.c
Log Message:
-----------
sys: xtimer: xtimer_set(): shoot directly if offset <= 1
Commit: a5dd9cb29b4152f8dd18412f62f17b50efacf0e9
https://github.com/RIOT-OS/RIOT/commit/a5dd9cb29b4152f8dd18412f62f17b50efacf0e9
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M drivers/nrf24l01p/include/nrf24l01p_settings.h
Log Message:
-----------
drivers: nrf24l01p: rename DELAY microsecond defines to *_US
Commit: 525b6acad247e8f263fa22efe1d52abe0d9e8009
https://github.com/RIOT-OS/RIOT/commit/525b6acad247e8f263fa22efe1d52abe0d9e8009
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
Log Message:
-----------
sys: pthread: add timer dependencies
Commit: 22ec8730a89b6f3c3ae4c65ec00fe77d20101519
https://github.com/RIOT-OS/RIOT/commit/22ec8730a89b6f3c3ae4c65ec00fe77d20101519
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
Log Message:
-----------
core: schedstatistics: fixup dependencies
Commit: 5113e255d1964b107d38d3c80617645be01a66ae
https://github.com/RIOT-OS/RIOT/commit/5113e255d1964b107d38d3c80617645be01a66ae
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
Log Message:
-----------
pkg: libcoap: fix dependencies
Commit: 8d89b95af5879aaf891de20996cd141b1fdb01f5
https://github.com/RIOT-OS/RIOT/commit/8d89b95af5879aaf891de20996cd141b1fdb01f5
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/airfy-beacon/Makefile.features
M boards/arduino-due/Makefile.features
M boards/arduino-mega2560/Makefile.features
M boards/cc2538dk/Makefile.features
M boards/ek-lm4f120xl/Makefile.features
M boards/f4vi1/Makefile.features
M boards/fox/Makefile.features
M boards/frdm-k64f/Makefile.features
M boards/iotlab-m3/Makefile.features
M boards/limifrog-v1/Makefile.features
M boards/mbed_lpc1768/Makefile.features
M boards/msbiot/Makefile.features
M boards/mulle/Makefile.features
M boards/nrf51dongle/Makefile.features
M boards/nrf6310/Makefile.features
M boards/nucleo-f091/Makefile.features
M boards/nucleo-f303/Makefile.features
M boards/nucleo-f334/Makefile.features
M boards/nucleo-l1/Makefile.features
M boards/openmote/Makefile.features
M boards/pba-d-01-kw2x/Makefile.features
M boards/pca10000/Makefile.features
M boards/pca10005/Makefile.features
M boards/remote/Makefile.features
M boards/spark-core/Makefile.features
M boards/stm32f0discovery/Makefile.features
M boards/stm32f3discovery/Makefile.features
M boards/stm32f4discovery/Makefile.features
M boards/udoo/Makefile.features
M boards/yunjia-nrf51822/Makefile.features
Log Message:
-----------
boards: added missing periph_timer feature
Commit: 691fe9554632599d1f55cdf4af759ed01848fa0b
https://github.com/RIOT-OS/RIOT/commit/691fe9554632599d1f55cdf4af759ed01848fa0b
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/include/xtimer.h
M sys/xtimer/xtimer_core.c
Log Message:
-----------
sys: xtimer: use XTIMER_SHIFT in mask, add doxygen
Commit: a0d78cf9896e07487aa991d125f3453ac7909df2
https://github.com/RIOT-OS/RIOT/commit/a0d78cf9896e07487aa991d125f3453ac7909df2
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/xtimer/xtimer_core.c
Log Message:
-----------
sys: xtimer: disable timer before shooting in isr handler
Commit: bd19a903abacfce4e8262ee3b8217fe793fafbdf
https://github.com/RIOT-OS/RIOT/commit/bd19a903abacfce4e8262ee3b8217fe793fafbdf
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/include/xtimer.h
A tests/xtimer_shift_on_compare/Makefile
A tests/xtimer_shift_on_compare/main.c
Log Message:
-----------
sys: xtimer: add slow-timer-read compensation + test application
Commit: 48611c0572c8f439f7555e2c58745c5c3070ab4e
https://github.com/RIOT-OS/RIOT/commit/48611c0572c8f439f7555e2c58745c5c3070ab4e
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/xtimer/xtimer_core.c
Log Message:
-----------
sys: xtimer: avoid setting timers multiple times from within ISR
Commit: 534290fb5b88f89dd408adb27f2d49a8daaaa78e
https://github.com/RIOT-OS/RIOT/commit/534290fb5b88f89dd408adb27f2d49a8daaaa78e
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/arduino-mega2560/include/board.h
Log Message:
-----------
board: arduino-mega2560: add xtimer configuration values
Commit: 44cdec0e1e84554b7e5c3927940b3cb330ad41b0
https://github.com/RIOT-OS/RIOT/commit/44cdec0e1e84554b7e5c3927940b3cb330ad41b0
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
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 boards/z1/include/board.h
Log Message:
-----------
boards: msp430*: added (x)timer XTIMER_SHIFT_ON_COMPARE values
Commit: 9203115cdc9f184cc5c808a2b7883cbc6a143ee5
https://github.com/RIOT-OS/RIOT/commit/9203115cdc9f184cc5c808a2b7883cbc6a143ee5
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/include/xtimer.h
Log Message:
-----------
sys: xtimer: fix xtimer_spin_until() for <32bit timers, add safety microsecond to xtimer_spin()
Commit: 40812e722ebe6c5c8f8a661d2417223c598aaa54
https://github.com/RIOT-OS/RIOT/commit/40812e722ebe6c5c8f8a661d2417223c598aaa54
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/xtimer/xtimer.c
M sys/xtimer/xtimer_core.c
Log Message:
-----------
sys: xtimer: use relative spin in absolute set functions
Commit: 7c97c38a966437426a3cb1d850e14b96f99840ff
https://github.com/RIOT-OS/RIOT/commit/7c97c38a966437426a3cb1d850e14b96f99840ff
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M tests/xtimer_usleep_until/Makefile
M tests/xtimer_usleep_until/main.c
Log Message:
-----------
tests: xtimer_usleep_until: some updates
Commit: ca540c9d078ad2c3c4f0626edf52edc75cb54560
https://github.com/RIOT-OS/RIOT/commit/ca540c9d078ad2c3c4f0626edf52edc75cb54560
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M cpu/atmega2560/periph/timer.c
Log Message:
-----------
cpu: atmega2560: use double-read scheme for timer read
Commit: a719e7d61ff90ce3c40a6508a5ed5af6b873cfe9
https://github.com/RIOT-OS/RIOT/commit/a719e7d61ff90ce3c40a6508a5ed5af6b873cfe9
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M sys/include/xtimer.h
M sys/xtimer/xtimer.c
M sys/xtimer/xtimer_core.c
Log Message:
-----------
sys: xtimer: some updates
- more robust underflow protection in xtimer_usleep_until()
- use relative target in xtimer_spin()
- honour reference in isr when spinning until timer target
- add XTIMER_BACKOFF to xtimer_spin_until() target when backing off in
_timer_set_absolute()
- doxygen updates
Commit: cb253da2356493253abc1874ee77c1b09ab58def
https://github.com/RIOT-OS/RIOT/commit/cb253da2356493253abc1874ee77c1b09ab58def
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/stm32f4discovery/include/board.h
Log Message:
-----------
boards: stm32f4discovery: add xtimer configuration
Commit: e98a22619aa25b9d6955637d93752d80d3fb4923
https://github.com/RIOT-OS/RIOT/commit/e98a22619aa25b9d6955637d93752d80d3fb4923
Author: Hauke Petersen <hauke.petersen at fu-berlin.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M boards/airfy-beacon/include/board.h
M boards/pca10000/include/board.h
M boards/pca10005/include/board.h
M boards/yunjia-nrf51822/include/board.h
Log Message:
-----------
boards: fixed xtimer defines for nrf24 based boards
Commit: cca167e77c8e6e06d45ed3d284f42214fcf5081a
https://github.com/RIOT-OS/RIOT/commit/cca167e77c8e6e06d45ed3d284f42214fcf5081a
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2015-09-16 (Wed, 16 Sep 2015)
Changed paths:
M Makefile.dep
M Makefile.pseudomodules
M boards/airfy-beacon/Makefile.features
M boards/airfy-beacon/include/board.h
M boards/arduino-due/Makefile.features
M boards/arduino-mega2560/Makefile.features
M boards/arduino-mega2560/include/board.h
M boards/avsextrem/drivers/avsextrem-smb380.c
M boards/avsextrem/drivers/avsextrem-ssp0.c
M boards/cc2538dk/Makefile.features
M boards/chronos/drivers/buzzer.c
M boards/chronos/drivers/include/buzzer.h
M boards/chronos/include/board.h
M boards/ek-lm4f120xl/Makefile.features
M boards/f4vi1/Makefile.features
M boards/fox/Makefile.features
M boards/frdm-k64f/Makefile.features
M boards/iotlab-m3/Makefile.features
M boards/iotlab-m3/include/board.h
M boards/limifrog-v1/Makefile.features
M boards/mbed_lpc1768/Makefile.features
M boards/msb-430/include/board.h
M boards/msb-430h/include/board.h
M boards/msba2/include/board.h
M boards/msbiot/Makefile.features
M boards/mulle/Makefile.features
M boards/mulle/include/board.h
M boards/nrf51dongle/Makefile.features
M boards/nrf6310/Makefile.features
M boards/nucleo-f091/Makefile.features
M boards/nucleo-f303/Makefile.features
M boards/nucleo-f334/Makefile.features
M boards/nucleo-f334/include/board.h
M boards/nucleo-f334/include/periph_conf.h
M boards/nucleo-l1/Makefile.features
M boards/openmote/Makefile.features
M boards/pba-d-01-kw2x/Makefile.features
M boards/pca10000/Makefile.features
M boards/pca10000/include/board.h
M boards/pca10005/Makefile.features
M boards/pca10005/include/board.h
M boards/remote/Makefile.features
M boards/samr21-xpro/include/board.h
M boards/spark-core/Makefile.features
M boards/stm32f0discovery/Makefile.features
M boards/stm32f3discovery/Makefile.features
M boards/stm32f4discovery/Makefile.features
M boards/stm32f4discovery/include/board.h
M boards/telosb/include/board.h
M boards/udoo/Makefile.features
M boards/wsn430-v1_3b/include/board.h
M boards/wsn430-v1_4/include/board.h
M boards/yunjia-nrf51822/Makefile.features
M boards/yunjia-nrf51822/include/board.h
M boards/z1/include/board.h
R core/hwtimer.c
R core/include/arch/hwtimer_arch.h
R core/include/hwtimer.h
M core/include/sched.h
M core/kernel_init.c
M core/sched.c
M core/thread.c
R cpu/arm7_common/include/hwtimer_cpu.h
M cpu/atmega2560/Makefile.include
R cpu/atmega2560/include/hwtimer_cpu.h
M cpu/atmega2560/periph/timer.c
R cpu/cc2538/hwtimer_arch.c
R cpu/cc2538/include/hwtimer_cpu.h
M cpu/cc430/Makefile.include
M cpu/cc430/cc430-adc.c
M cpu/cc430/cc430-gpioint.c
M cpu/cortexm_common/reboot_arch.c
R cpu/k60/include/hwtimer_cpu.h
R cpu/kinetis_common/hwtimer_arch.c
R cpu/kinetis_common/include/hwtimer_cpu.h
M cpu/kinetis_common/pwm.c
M cpu/lm4f120/Makefile.include
M cpu/lm4f120/include/cpu_conf.h
R cpu/lm4f120/include/hwtimer_cpu.h
M cpu/lpc1768/Makefile.include
M cpu/lpc1768/include/cpu_conf.h
R cpu/lpc1768/include/hwtimer_cpu.h
M cpu/lpc2387/Makefile.include
M cpu/lpc2387/lpc2387-adc.c
M cpu/lpc2387/mci/lpc2387-mci.c
R cpu/msp430-common/include/hwtimer_cpu.h
M cpu/msp430fxyz/Makefile.include
M cpu/native/Makefile.include
R cpu/native/include/hwtimer_cpu.h
M cpu/native/include/native_internal.h
M cpu/native/include/periph_conf.h
M cpu/native/periph/timer.c
M cpu/nrf51/Makefile.include
R cpu/nrf51/include/hwtimer_cpu.h
M cpu/sam3/Makefile.include
R cpu/sam3/include/hwtimer_cpu.h
M cpu/samd21/Makefile.include
R cpu/samd21/include/hwtimer_cpu.h
M cpu/saml21/Makefile.include
R cpu/saml21/include/hwtimer_cpu.h
M cpu/stm32f0/Makefile.include
R cpu/stm32f0/include/hwtimer_cpu.h
M cpu/stm32f1/Makefile.include
R cpu/stm32f1/include/hwtimer_cpu.h
M cpu/stm32f3/Makefile.include
R cpu/stm32f3/include/hwtimer_cpu.h
M cpu/stm32f4/Makefile.include
R cpu/stm32f4/include/hwtimer_cpu.h
M cpu/stm32l1/Makefile.include
R cpu/stm32l1/include/hwtimer_cpu.h
R cpu/x86/include/hwtimer_cpu.h
R cpu/x86/include/x86_hwtimer.h
M cpu/x86/include/x86_rtc.h
R cpu/x86/x86_hwtimer.c
M cpu/x86/x86_startup.c
M drivers/at86rf2xx/at86rf2xx.c
M drivers/dht/dht.c
M drivers/encx24j600/encx24j600.c
M drivers/hih6130/hih6130.c
M drivers/include/sht11.h
M drivers/lm75a/lm75a-temp-sensor.c
M drivers/ltc4150/ltc4150.c
M drivers/mpu9150/mpu9150.c
M drivers/nrf24l01p/include/nrf24l01p_settings.h
M drivers/nrf24l01p/nrf24l01p.c
M drivers/nvram_spi/nvram-spi.c
M drivers/pcd8544/pcd8544.c
M drivers/sht11/sht11.c
M drivers/srf08/srf08.c
M drivers/xbee/xbee.c
M examples/default/Makefile
M sys/Makefile
M sys/auto_init/auto_init.c
R sys/compat/hwtimer/Makefile
R sys/compat/hwtimer/hwtimer_arch.c
A sys/compat/vtimer/Makefile
A sys/compat/vtimer/vtimer_compat.c
M sys/include/net/fib.h
M sys/include/net/fib/table.h
M sys/include/net/gnrc/rpl/structs.h
M sys/include/trickle.h
M sys/include/vtimer.h
M sys/include/xtimer.h
M sys/net/gnrc/routing/rpl/gnrc_rpl.c
M sys/net/gnrc/routing/rpl/gnrc_rpl_dodag.c
M sys/net/network_layer/fib/fib.c
M sys/posix/pthread/pthread_cond.c
M sys/ps/ps.c
M sys/shell/commands/sc_fib.c
M sys/shell/commands/sc_gnrc_rpl.c
M sys/shell/commands/sc_mersenne.c
M sys/trickle/trickle.c
R sys/vtimer/Makefile
R sys/vtimer/vtimer.c
M sys/xtimer/xtimer.c
M sys/xtimer/xtimer_core.c
M tests/bitarithm_timings/Makefile
M tests/bitarithm_timings/main.c
M tests/bloom_bytes/Makefile
M tests/bloom_bytes/main.c
M tests/driver_adt7310/Makefile
M tests/driver_adt7310/main.c
M tests/driver_dht/Makefile
M tests/driver_dht/main.c
M tests/driver_hdc1000/Makefile
M tests/driver_hdc1000/main.c
M tests/driver_hih6130/Makefile
M tests/driver_hih6130/main.c
M tests/driver_ina220/Makefile
M tests/driver_ina220/main.c
M tests/driver_isl29020/Makefile
M tests/driver_isl29020/main.c
M tests/driver_isl29125/Makefile
M tests/driver_isl29125/main.c
M tests/driver_l3g4200d/Makefile
M tests/driver_l3g4200d/main.c
M tests/driver_lis3dh/Makefile
M tests/driver_lis3dh/main.c
M tests/driver_lps331ap/Makefile
M tests/driver_lps331ap/main.c
M tests/driver_lsm303dlhc/Makefile
M tests/driver_lsm303dlhc/main.c
M tests/driver_mag3110/Makefile
M tests/driver_mag3110/main.c
M tests/driver_mma8652/Makefile
M tests/driver_mma8652/main.c
M tests/driver_mpl3115a2/Makefile
M tests/driver_mpl3115a2/main.c
M tests/driver_mpu9150/Makefile
M tests/driver_mpu9150/main.c
M tests/driver_mq3/Makefile
M tests/driver_mq3/main.c
M tests/driver_nrf24l01p_lowlevel/main.c
M tests/driver_nvram_spi/Makefile
M tests/driver_nvram_spi/main.c
M tests/driver_pir/Makefile
M tests/driver_pir/main.c
M tests/driver_servo/Makefile
M tests/driver_servo/main.c
M tests/driver_srf08/Makefile
M tests/driver_srf08/main.c
M tests/driver_tmp006/Makefile
M tests/driver_tmp006/main.c
R tests/hwtimer/Makefile
R tests/hwtimer/main.c
R tests/hwtimer/tests/test_hwtimer.py
R tests/hwtimer_spin/Makefile
R tests/hwtimer_spin/main.c
R tests/hwtimer_wait/Makefile
R tests/hwtimer_wait/main.c
M tests/irq/Makefile
M tests/irq/main.c
M tests/periph_adc/Makefile
M tests/periph_adc/main.c
M tests/periph_dac/Makefile
M tests/periph_dac/main.c
M tests/periph_gpio/main.c
M tests/periph_pwm/Makefile
M tests/periph_pwm/main.c
M tests/periph_random/Makefile
M tests/periph_random/main.c
M tests/periph_rtc/Makefile
M tests/periph_rtc/main.c
M tests/periph_uart_int/Makefile
M tests/periph_uart_int/main.c
M tests/pthread_barrier/Makefile
M tests/pthread_barrier/main.c
M tests/pthread_rwlock/Makefile
M tests/pthread_rwlock/main.c
M tests/unittests/tests-fib/tests-fib.c
A tests/xtimer_shift_on_compare/Makefile
A tests/xtimer_shift_on_compare/main.c
M tests/xtimer_usleep_until/Makefile
M tests/xtimer_usleep_until/main.c
Log Message:
-----------
Merge pull request #3525 from kaspar030/switch_to_xtimer
switch to xtimer
Compare: https://github.com/RIOT-OS/RIOT/compare/01a9af049a69...cca167e77c8e
More information about the commits
mailing list