1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

8454 Commits

Author SHA1 Message Date
Oleg Hahm
d2541c84cc Merge pull request #3852 from cgundogan/pr/pktbuf/debug
gnrc_pktbuf_static: fix DEBUG
2015-09-16 16:42:24 +02:00
Martine Lenders
1486967a4b posix: remove strcasecmp functions and macros 2015-09-16 15:40:58 +02:00
Cenk Gündoğan
55c938636b gnrc_pktbuf_static: fix DEBUG 2015-09-16 14:35:02 +02:00
cca167e77c Merge pull request #3525 from kaspar030/switch_to_xtimer
switch to xtimer
2015-09-16 13:06:14 +02:00
Hauke Petersen
e98a22619a boards: fixed xtimer defines for nrf24 based boards 2015-09-16 12:34:34 +02:00
cb253da235 boards: stm32f4discovery: add xtimer configuration 2015-09-16 12:34:34 +02:00
a719e7d61f 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
2015-09-16 12:34:31 +02:00
ca540c9d07 cpu: atmega2560: use double-read scheme for timer read 2015-09-16 11:13:42 +02:00
7c97c38a96 tests: xtimer_usleep_until: some updates 2015-09-16 11:13:42 +02:00
40812e722e sys: xtimer: use relative spin in absolute set functions 2015-09-16 11:13:42 +02:00
9203115cdc sys: xtimer: fix xtimer_spin_until() for <32bit timers, add safety microsecond to xtimer_spin() 2015-09-16 11:13:41 +02:00
44cdec0e1e boards: msp430*: added (x)timer XTIMER_SHIFT_ON_COMPARE values 2015-09-16 11:13:41 +02:00
534290fb5b board: arduino-mega2560: add xtimer configuration values 2015-09-16 11:13:41 +02:00
48611c0572 sys: xtimer: avoid setting timers multiple times from within ISR 2015-09-16 11:13:41 +02:00
bd19a903ab sys: xtimer: add slow-timer-read compensation + test application 2015-09-16 11:13:41 +02:00
a0d78cf989 sys: xtimer: disable timer before shooting in isr handler 2015-09-16 10:58:56 +02:00
691fe95546 sys: xtimer: use XTIMER_SHIFT in mask, add doxygen 2015-09-16 10:58:56 +02:00
Hauke Petersen
8d89b95af5 boards: added missing periph_timer feature 2015-09-16 10:58:56 +02:00
5113e255d1 pkg: libcoap: fix dependencies 2015-09-16 10:58:56 +02:00
22ec8730a8 core: schedstatistics: fixup dependencies 2015-09-16 10:58:56 +02:00
525b6acad2 sys: pthread: add timer dependencies 2015-09-16 10:58:56 +02:00
a5dd9cb29b drivers: nrf24l01p: rename DELAY microsecond defines to *_US 2015-09-16 10:58:56 +02:00
cb0337d77e sys: xtimer: xtimer_set(): shoot directly if offset <= 1 2015-09-16 10:58:56 +02:00
5a485c3f73 sys: net: fib: switch to xtimer 2015-09-16 10:58:56 +02:00
Cenk Gündoğan
3609dce47d sc_gnrc_rpl: adjust rpl shell for xtimer usage 2015-09-16 10:58:56 +02:00
Cenk Gündoğan
50392b6256 rpl: switch to xtimer 2015-09-16 10:58:56 +02:00
Cenk Gündoğan
0f10bb4a8d Makefile.dep: make use of xtimer for rpl 2015-09-16 10:58:55 +02:00
21dfa698bc drivers: encx24j600: switch to xtimer 2015-09-16 10:58:55 +02:00
80e038045d boards: nucleo-f334: update xtimer tuning values 2015-09-16 10:58:55 +02:00
cbb7750202 boards: msba2: add xtimer tuning values, remove HW_TIMER define 2015-09-16 10:58:55 +02:00
1c9e46b55d boards: iotlab-m3: add xtimer tuning values 2015-09-16 10:58:55 +02:00
69c9a9c82f examples: default: remove obsolete vtimer dependency 2015-09-16 10:58:55 +02:00
13aad65049 tests: pthread_rwlock: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
096823e4d0 tests: pthread_barrier: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
144a912e37 tests: periph_uart_int: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
d4ed8fe63d tests: periph_random: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
a4a421cb1d tests: periph_pwm: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
3695433092 tests: periph_dac: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
fb1ed800a1 tests: periph_adc: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
affcbffb6a tests: driver_tmp006: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
1d34b27933 tests: driver_srf08: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
4f8a495836 tests: driver_servo: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
df5b89a444 tests: driver_pir: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
ec01c9dee5 tests: driver_nvram_spi: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
480a90256d tests: driver_mq3: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
941acb180d tests: driver_mpl3115a2: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
cd99ca5c19 tests: driver_mma8652: vtimer -> xtimer 2015-09-16 10:58:55 +02:00
2199aa3d1c tests: driver_mag3110: vtimer -> xtimer 2015-09-16 10:58:54 +02:00
0438fe9146 tests: driver_lsm303dlhc: vtimer -> xtimer 2015-09-16 10:58:54 +02:00
205aed03b0 tests: driver_lps331ap: vtimer -> xtimer 2015-09-16 10:58:54 +02:00