Alexandre Abadie
0e874357a2
tests: remove nucleo-l053 from unittests
6 years ago
Simon Brummer
68581a8fbe
core: bugfix: ringbuffer_remove
6 years ago
Hermann Lelong
f2ef9db988
hashes/sha256: add iterative hmac calc. functions
...
Add init, update, and final functions to do HMAC
calculation using blocks, instead of one shot.
Unit tests: use the PRF-6 test vector to test the case
where data is splitted in 3 different blocks.
6 years ago
Alexandre Abadie
cb10ba8b13
test/driver_xbee: fix xbee param UART export in Makefile
6 years ago
Alexandre Abadie
b0952a297d
tests: add test for veml6070 sensor
6 years ago
smlng
0acf43a231
tests, xtimer_hang: add README
6 years ago
smlng
50c9242700
tests, xtimer_hang: correct output (percentage)
6 years ago
smlng
ae5ee83275
tests: add README for xtimer_drift
6 years ago
smlng
ce29357fa3
tests: optimize mem size of xtimer_drift
...
- remove descriptive puts messages, and use LOG_DEBUG/INFO
- rational: fits into 2k RAM now, and works on arduino duemilanove
6 years ago
Hauke Petersen
62fc1e0c3d
test/thread_flags: remove unused module 'xtimer'
6 years ago
Simon Brummer
1ae3b51224
gnrc_tcp: cleanup: removed unnecessary includes
6 years ago
Alexandre Abadie
3f3ec10bd7
tests/thread_cooperation: exclude nucleo-l073
6 years ago
Alexandre Abadie
4ca7f1096a
tests/unittests: exclude nucleo-l073 board
6 years ago
smlng
1562ef7d35
tests: set default board=samr21-xpro for tests/driver_
6 years ago
smlng
0e57a0542b
tests: set default board=samr21-xpro for tests/periph_spi
6 years ago
smlng
ca25ab669d
tests: set default board=samr21-xpro for tests/periph_rtt
6 years ago
smlng
1f84b7e773
tests: set default board=samr21-xpro for tests/periph_pwm
6 years ago
smlng
7313e01e55
tests: set default board=samr21-xpro for tests/periph_i2c
6 years ago
smlng
e4e14d92d3
tests: set default board=iotlab-m3 for tests/periph_flashpage
6 years ago
smlng
50f052b943
tests: set default board=stm32f4discovery for tests/periph_dac
6 years ago
smlng
448b11b448
tests: set default board=pba-d-01-kw2x for tests/periph_adc
6 years ago
smlng
c5ac4f8ac5
tests: set default board=samr21-xpro for tests/mpu_stack_guard
6 years ago
smlng
96f9f586c9
tests: set default board=samr21-xpro for tests/pkg_cmis-dsp
6 years ago
smlng
d2b32a8c98
tests: set default board=limifrog-v1 for tests/driver_lis3mdl
6 years ago
smlng
35b12dd623
tests: set default board=stm32f4discovery for tests/warn_conflict
6 years ago
smlng
536f9d74f1
tests: fix default board for tests/board_calliope_mini
6 years ago
Alexandre Abadie
77df65e95e
tests: add nucleo32-f031 to unsufficient memory boards
6 years ago
Alexandre Abadie
3628617001
tests/unittest: add nucleo-f411 to ARM Cortex based boards
6 years ago
Kaspar Schleiser
d92a3bd5b0
tests: thread_flags: print success message
6 years ago
Simon Brummer
fd007d5307
gnrc_tcp: cleanup: fixed outdated comments
6 years ago
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
6 years ago
Hauke Petersen
ffff611265
tests/saul: added some more descriptive output
6 years ago
Laurent Navet
9f59986eab
tests/driver_mq3: don't use timex constant
...
using define constants from timex.h breaks build for some boards.
6 years ago
Martine Lenders
b915d15de1
pkg: provide sock_tcp support for lwip
6 years ago
Martin Elshuber
b9bb22b393
Added test application for reentrant mutexes
...
* fixed BOARD_INSUFFICIENT_MEMORY for rmutex
6 years ago
Neil Jones
8434f9c932
test: slip: blacklist mips-malta board
...
It has no UART.
6 years ago
Neil Jones
fd9ce7a865
tests: Add mssing includes for leds and xtimer test
6 years ago
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);
6 years ago
Joakim Nohlgård
cb34eed8f3
tests/unittests/core-atomic: Use stdatomic.h instead of custom atomic.h
6 years ago
Joakim Nohlgård
c1b84f0e4f
tests/emb6: Use stdatomic.h instead of custom atomic.h
6 years ago
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.
6 years ago
Martine Lenders
a45256a2a7
pkg: provide sock_udp support for lwip
6 years ago
PeterKietzmann
598a36b75b
drivers/kw2xrf: reduce scope of test application
6 years ago
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
6 years ago
Johann Fischer
5eccbfb2ad
tests/driver_kw2xrf: adapt for netdev2 and add testmodes
6 years ago
Hauke Petersen
c6aa413320
tests/driver_dht: adapted to driver changes
6 years ago
Simon Brummer
d4c477aa01
gnrc_tcp: cleanup: correct copyright updates and corrected doxygen comments
6 years ago
Takuo Yonezawa
3193cf8aa7
tests/gnrc_ipv6_ext: update README.md
6 years ago
Simon Brummer
7e7b832219
gnrc_tcp: cleanup: Enforce coding convention
6 years ago
BytesGalore
5f3b3bfe5f
tests/libcoap: exchange printf with puts
6 years ago