smlng
50c9242700
tests, xtimer_hang: correct output (percentage)
2017-02-27 19:37:55 +01:00
Hauke Petersen
62fc1e0c3d
test/thread_flags: remove unused module 'xtimer'
2017-02-27 15:09:30 +01:00
smlng
1562ef7d35
tests: set default board=samr21-xpro for tests/driver_
2017-02-23 14:56:30 +01:00
smlng
0e57a0542b
tests: set default board=samr21-xpro for tests/periph_spi
2017-02-23 14:56:26 +01:00
smlng
ca25ab669d
tests: set default board=samr21-xpro for tests/periph_rtt
2017-02-23 14:55:58 +01:00
smlng
1f84b7e773
tests: set default board=samr21-xpro for tests/periph_pwm
2017-02-23 14:53:52 +01:00
smlng
7313e01e55
tests: set default board=samr21-xpro for tests/periph_i2c
2017-02-23 14:53:28 +01:00
smlng
e4e14d92d3
tests: set default board=iotlab-m3 for tests/periph_flashpage
2017-02-23 14:52:29 +01:00
smlng
50f052b943
tests: set default board=stm32f4discovery for tests/periph_dac
2017-02-23 14:52:28 +01:00
smlng
448b11b448
tests: set default board=pba-d-01-kw2x for tests/periph_adc
2017-02-23 14:52:28 +01:00
smlng
c5ac4f8ac5
tests: set default board=samr21-xpro for tests/mpu_stack_guard
2017-02-23 14:52:28 +01:00
smlng
96f9f586c9
tests: set default board=samr21-xpro for tests/pkg_cmis-dsp
2017-02-23 14:52:27 +01:00
smlng
d2b32a8c98
tests: set default board=limifrog-v1 for tests/driver_lis3mdl
2017-02-23 14:52:27 +01:00
smlng
35b12dd623
tests: set default board=stm32f4discovery for tests/warn_conflict
2017-02-23 14:52:27 +01:00
smlng
536f9d74f1
tests: fix default board for tests/board_calliope_mini
2017-02-23 14:52:27 +01:00
77df65e95e
tests: add nucleo32-f031 to unsufficient memory boards
2017-02-22 18:43:02 +01:00
3628617001
tests/unittest: add nucleo-f411 to ARM Cortex based boards
2017-02-22 15:18:21 +01:00
a8bc77b35b
Merge pull request #6636 from kaspar030/fix_tests_thread_flag
...
tests: thread_flags: print success message
2017-02-22 11:26:37 +01:00
8d207ca724
Merge pull request #5731 from melshuber/master
...
core: recursive mutex implementation
2017-02-21 14:03:14 +01:00
d92a3bd5b0
tests: thread_flags: print success message
2017-02-21 10:37:47 +01:00
Peter Kietzmann
6ef3abec5c
Merge pull request #5570 from aabadie/drivers_tsl2561
...
drivers/tsl2561: initial support
2017-02-17 10:06:46 +01:00
Martine Lenders
0858a3ea8c
Merge pull request #6618 from haukepetersen/opt_tcs37727_saulplusinit
...
drivers/tcs37727: SAUL support + misc fixes
2017-02-16 16:03:10 +01:00
Hauke Petersen
2e6ecafafd
Merge pull request #6619 from haukepetersen/opt_test_saul_moreoutput
...
tests/saul: added some more descriptive output
2017-02-16 14:48:18 +01:00
Hauke Petersen
470f2de771
drivers/tcs37727: SAUL support + misc fixes
...
- added default parameters file
- let init() function use param struct
- named return values
- simplified init function
- sensor now active after init was called
- simplified return values
2017-02-16 14:46:50 +01:00
Hauke Petersen
ffff611265
tests/saul: added some more descriptive output
2017-02-16 12:46:49 +01:00
Peter Kietzmann
a3f3441235
Merge pull request #6581 from mali/fix_tests_driver_mq3
...
tests/driver_mq3: fix build upon avr 8 bits MCU
2017-02-16 12:00:17 +01:00
Hauke Petersen
0567b5598a
Merge pull request #6570 from miri64/gnrc_zep/cleanup/rm
...
gnrc_zep: remove gnrc_zep
2017-02-15 10:02:37 +01:00
Laurent Navet
9f59986eab
tests/driver_mq3: don't use timex constant
...
using define constants from timex.h breaks build for some boards.
2017-02-13 21:58:28 +01:00
Martine Lenders
c0b9b0fb56
Merge pull request #5938 from miri64/pkg/feat/lwip-sock-tcp
...
pkg: provide sock_tcp support for lwip
2017-02-13 21:45:41 +01:00
Martine Lenders
b915d15de1
pkg: provide sock_tcp support for lwip
2017-02-13 20:10:42 +01:00
Martin Elshuber
b9bb22b393
Added test application for reentrant mutexes
...
* fixed BOARD_INSUFFICIENT_MEMORY for rmutex
2017-02-09 15:29:24 +01:00
Neil Jones
8434f9c932
test: slip: blacklist mips-malta board
...
It has no UART.
2017-02-09 13:06:26 +00:00
Neil Jones
fd9ce7a865
tests: Add mssing includes for leds and xtimer test
2017-02-09 13:05:07 +00:00
Joakim Nohlgård
094107863f
Merge pull request #5688 from gebart/pr/atomics-refactor
...
core: Provide all C11 atomic operations
2017-02-09 09:00:16 +01:00
Laurent Navet
13286cd89f
tests/driver_mq3: fix build upon avr 8 bits MCU
...
fix tests/driver_mq3/main.c:58:27: error: integer overflow in expression [-Werror=overflow]
xtimer_usleep(500 * 1000);
2017-02-08 23:07:36 +01:00
Joakim Nohlgård
cb34eed8f3
tests/unittests/core-atomic: Use stdatomic.h instead of custom atomic.h
2017-02-08 16:23:49 +01:00
Joakim Nohlgård
c1b84f0e4f
tests/emb6: Use stdatomic.h instead of custom atomic.h
2017-02-08 16:23:49 +01:00
Peter Kietzmann
e5e79c2834
Merge pull request #5937 from miri64/pkg/feat/lwip-sock-udp
...
pkg: provide sock_udp support for lwip
2017-02-08 09:43:20 +01:00
Martine Lenders
5e983db605
gnrc_zep: remove gnrc_zep
...
This ZEP implementation is based on `gnrc_netdev`, it is complicated to
use, I'm not even sure anyone used it except me or if it is working
still. See #6121 for a better port of ZEP.
2017-02-07 17:41:28 +01:00
Peter Kietzmann
5bf4882592
Merge pull request #6453 from smlng/pr/5469-bis
...
drivers/kw2xrf: adapt to netdev2
2017-02-07 15:58:54 +01:00
Martine Lenders
a45256a2a7
pkg: provide sock_udp support for lwip
2017-02-07 15:48:47 +01:00
PeterKietzmann
598a36b75b
drivers/kw2xrf: reduce scope of test application
2017-02-07 15:22:46 +01:00
smlng
887f499eca
drivers/kw2xrf: adapt to new SPI interface
...
- add docu for structs, defines and functions
- exclude drivers/kw2xrf/include/overwrites.h (vendor header)
- add missing header guards
2017-02-07 15:08:05 +01:00
Johann Fischer
5eccbfb2ad
tests/driver_kw2xrf: adapt for netdev2 and add testmodes
2017-02-07 15:07:58 +01:00
Peter Kietzmann
4403cc931a
Merge pull request #6523 from haukepetersen/opt_dht_autoinit
...
drivers/dht: updated auto-init + some enhancements
2017-02-07 11:57:10 +01:00
Hauke Petersen
c6aa413320
tests/driver_dht: adapted to driver changes
2017-02-07 09:59:30 +01:00
Takuo Yonezawa
3193cf8aa7
tests/gnrc_ipv6_ext: update README.md
2017-02-06 16:27:51 +09:00
Martine Lenders
0747f57dd5
Merge pull request #6550 from BytesGalore/mod_test_libcoap
...
tests/pkg_libcoap: exchange printf with puts
2017-02-03 15:37:07 +01:00
BytesGalore
5f3b3bfe5f
tests/libcoap: exchange printf with puts
2017-02-03 14:39:17 +01:00
aedffd7883
tests: remove non existing board name
2017-02-02 18:18:47 +01:00