[riot-commits] [RIOT-OS/RIOT] 46bd2f: sys: xtimer: replace XTIMER_MASK with XTIMER_WIDTH...
Kaspar Schleiser
kaspar at schleiser.de
Thu Jul 7 06:37:52 CEST 2016
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 46bd2f45d9f8df52d45e71f9bae851ee012f00f2
https://github.com/RIOT-OS/RIOT/commit/46bd2f45d9f8df52d45e71f9bae851ee012f00f2
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M boards/airfy-beacon/include/board.h
M boards/arduino-mega2560/include/board.h
M boards/cc2650stk/include/board.h
M boards/chronos/include/board.h
M boards/fox/include/board.h
M boards/iotlab-common/include/board_common.h
M boards/msb-430-common/include/board_common.h
M boards/nrf51dongle/include/board.h
M boards/nucleo-f103/include/board.h
M boards/pca10000/include/board.h
M boards/pca10005/include/board.h
M boards/spark-core/include/board.h
M boards/telosb/include/board.h
M boards/waspmote-pro/include/board.h
M boards/wsn430-common/include/board_common.h
M boards/yunjia-nrf51822/include/board.h
M boards/z1/include/board.h
M sys/include/xtimer.h
Log Message:
-----------
sys: xtimer: replace XTIMER_MASK with XTIMER_WIDTH in board config
Commit: 9bb61f5aca6e7755d029f038cf3ca3abe1ea58b5
https://github.com/RIOT-OS/RIOT/commit/9bb61f5aca6e7755d029f038cf3ca3abe1ea58b5
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M tests/driver_bh1750/main.c
M tests/driver_srf02/main.c
M tests/periph_adc/main.c
M tests/saul/main.c
M tests/xtimer_drift/main.c
M tests/xtimer_hang/main.c
Log Message:
-----------
tests: some fixes for <32bit platforms
Commit: 8c90b1020bb0bda6617b86a1ca48d58e3c12da32
https://github.com/RIOT-OS/RIOT/commit/8c90b1020bb0bda6617b86a1ca48d58e3c12da32
Author: Joakim Nohlgård <joakim.nohlgard at eistec.se>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M sys/include/xtimer.h
A sys/include/xtimer/implementation.h
Log Message:
-----------
xtimer: Split header into API and implementation
Commit: 2f832117f82daa454352ea3f8baa0573c8bb9b1b
https://github.com/RIOT-OS/RIOT/commit/2f832117f82daa454352ea3f8baa0573c8bb9b1b
Author: Joakim Nohlgård <joakim.nohlgard at eistec.se>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M sys/include/xtimer/implementation.h
M sys/xtimer/xtimer_core.c
Log Message:
-----------
xtimer: prefix _lltimer_now, _lltimer_mask with _xtimer
Commit: 4d862955c211866b20f79462bb937baae4623958
https://github.com/RIOT-OS/RIOT/commit/4d862955c211866b20f79462bb937baae4623958
Author: Joakim Nohlgård <joakim.nohlgard at eistec.se>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M boards/airfy-beacon/include/board.h
M boards/cc2538dk/include/board.h
M boards/chronos/include/board.h
M boards/msb-430-common/include/board_common.h
M boards/nrf51dongle/include/board.h
M boards/nucleo-f401/include/board.h
M boards/nucleo-l1/include/board.h
M boards/openmote-cc2538/include/board.h
M boards/pca10000/include/board.h
M boards/pca10005/include/board.h
M boards/remote-common/include/board_common.h
M boards/samr21-xpro/include/board.h
M boards/stm32f4discovery/include/board.h
M boards/telosb/include/board.h
M boards/wsn430-common/include/board_common.h
M boards/yunjia-nrf51822/include/board.h
M boards/z1/include/board.h
M sys/include/xtimer.h
M sys/include/xtimer/implementation.h
M sys/xtimer/xtimer_core.c
Log Message:
-----------
xtimer: Rename XTIMER -> XTIMER_DEV
Commit: 7c70d3bc4ff684c71afe065138bcead91d916cba
https://github.com/RIOT-OS/RIOT/commit/7c70d3bc4ff684c71afe065138bcead91d916cba
Author: Joakim Nohlgård <joakim.nohlgard at eistec.se>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M sys/include/xtimer.h
M sys/xtimer/xtimer.c
M sys/xtimer/xtimer_core.c
Log Message:
-----------
xtimer: Add Eistec copyright and author
Commit: a0fb3b7d915ea4850d83d3ccf7dcddbe97a397f6
https://github.com/RIOT-OS/RIOT/commit/a0fb3b7d915ea4850d83d3ccf7dcddbe97a397f6
Author: Joakim Nohlgård <joakim.nohlgard at eistec.se>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
R tests/xtimer_shift_on_compare/Makefile
R tests/xtimer_shift_on_compare/main.c
Log Message:
-----------
delete tests/xtimer_shift_on_compare
Commit: 4fe674f7468f521952ae3c6758695361c2866786
https://github.com/RIOT-OS/RIOT/commit/4fe674f7468f521952ae3c6758695361c2866786
Author: Joakim Nohlgård <joakim.nohlgard at eistec.se>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M sys/xtimer/xtimer_posix.c
Log Message:
-----------
xtimer: Add missing space
Commit: 6768ae9c1fb6d400fd311c4fc428d3ee81b75fdc
https://github.com/RIOT-OS/RIOT/commit/6768ae9c1fb6d400fd311c4fc428d3ee81b75fdc
Author: Joakim Nohlgård <joakim.nohlgard at eistec.se>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M sys/include/xtimer.h
Log Message:
-----------
xtimer: Rename timer_callback_t -> xtimer_callback_t
Commit: e4e1814602001f6e0ced6d078f3ad4c65e74bd45
https://github.com/RIOT-OS/RIOT/commit/e4e1814602001f6e0ced6d078f3ad4c65e74bd45
Author: Joakim Nohlgård <joakim.nohlgard at eistec.se>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M sys/include/xtimer/implementation.h
Log Message:
-----------
xtimer: Remove old xtimer_trace.h include
The file was missing anyway.
Commit: da8cd118164fabddc4d753ff3d5f216ce4bf991a
https://github.com/RIOT-OS/RIOT/commit/da8cd118164fabddc4d753ff3d5f216ce4bf991a
Author: Joakim Nohlgård <joakim.nohlgard at eistec.se>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M sys/include/xtimer/implementation.h
M sys/xtimer/xtimer_core.c
Log Message:
-----------
xtimer: Move xtimer_spin_until into xtimer_core.c
Commit: 1c6c44749326b393d89fb7e473a4b582d5b38246
https://github.com/RIOT-OS/RIOT/commit/1c6c44749326b393d89fb7e473a4b582d5b38246
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2016-07-07 (Thu, 07 Jul 2016)
Changed paths:
M boards/airfy-beacon/include/board.h
M boards/arduino-mega2560/include/board.h
M boards/cc2538dk/include/board.h
M boards/cc2650stk/include/board.h
M boards/chronos/include/board.h
M boards/fox/include/board.h
M boards/iotlab-common/include/board_common.h
M boards/msb-430-common/include/board_common.h
M boards/nrf51dongle/include/board.h
M boards/nucleo-f103/include/board.h
M boards/nucleo-f401/include/board.h
M boards/nucleo-l1/include/board.h
M boards/openmote-cc2538/include/board.h
M boards/pca10000/include/board.h
M boards/pca10005/include/board.h
M boards/remote-common/include/board_common.h
M boards/samr21-xpro/include/board.h
M boards/spark-core/include/board.h
M boards/stm32f4discovery/include/board.h
M boards/telosb/include/board.h
M boards/waspmote-pro/include/board.h
M boards/wsn430-common/include/board_common.h
M boards/yunjia-nrf51822/include/board.h
M boards/z1/include/board.h
M sys/include/xtimer.h
A sys/include/xtimer/implementation.h
M sys/xtimer/xtimer.c
M sys/xtimer/xtimer_core.c
M sys/xtimer/xtimer_posix.c
M tests/driver_bh1750/main.c
M tests/driver_srf02/main.c
M tests/periph_adc/main.c
M tests/saul/main.c
M tests/xtimer_drift/main.c
M tests/xtimer_hang/main.c
R tests/xtimer_shift_on_compare/Makefile
R tests/xtimer_shift_on_compare/main.c
Log Message:
-----------
Merge pull request #5607 from gebart/pr/xtimer-cleanups
xtimer: Code refactoring and clean ups
Compare: https://github.com/RIOT-OS/RIOT/compare/2cbc8fb8f723...1c6c44749326
More information about the commits
mailing list