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
Alexandre Abadie
aedffd7883
tests: remove non existing board name
6 years ago
martinheusmann
c2458dbd6d
tests/driver_isl29125: extended test for interrupt use
6 years ago
BytesGalore
548270eb7d
tests/thread_flags: exchange printf with puts
6 years ago
BytesGalore
3379269c39
tests/pkg_oonf_api: exchange printf with puts
6 years ago
BytesGalore
34acc9ae4b
tests/pkg_libcoap: exchange printf with puts
6 years ago
Simon Brummer
c6020cc100
examples: tests: move gnrc_tcp examples/ to tests/
6 years ago
Alexandre Abadie
64c918a3b8
tests: add test for tsl2561 sensor driver
6 years ago
Kaspar Schleiser
618c3db885
tests: thread_cooperation: fix for <32bit platforms
6 years ago
Hauke Petersen
db048f22ad
drivers/pn532: enabled test app to select SPI mode
6 years ago
kYc0o
5ff272f9f8
tests/unittests: add more boards to insufficient memory list
6 years ago
kYc0o
2277cc3354
tests/unittests/tests-tweetnacl: increase needed stack
6 years ago
Cenk Gündoğan
d442a6a3f8
tests/emb6: msb-430 insufficient memory
6 years ago
Hauke Petersen
ed2bb9d3f8
drivers/lis3dh: fixed bug and simplified init()
...
- changed to SPI_MODE_0
- made init() function use the params struct as parameter
6 years ago
Hauke Petersen
422763e53f
tests: blacklisted some msp430 based boards
6 years ago
Hauke Petersen
7b1047f3bc
tests/lwip: blacklist nucleo-f072 and wsn430
6 years ago
Hauke Petersen
5bdb3bfa61
misc: aggregated doxygen fixes
6 years ago
Hauke Petersen
1544699286
tests/emb6: blacklisted wsn boards for insuf. RAM
6 years ago
Hauke Petersen
5a26037702
drivers/pcd8544: adapted to SPI API changes
6 years ago
Hauke Petersen
8ff20d1386
drivers/nvram_spi: adapted to SPI API changes
6 years ago
Hauke Petersen
5cb10ca9ea
drivers/nrf24l01: adapted to SPI API changes
6 years ago
Hauke Petersen
3d80b9c581
drivers/lis3dh: adapted to SPI API changes
6 years ago
Hauke Petersen
e5ab3c2020
drivers/kw2xrf: adpated to SPI API changes
6 years ago
Hauke Petersen
87534c75f0
drivers/encx24j600: adapted to SPI API changes
6 years ago
Hauke Petersen
dc3e78d521
drivers/end28j60: adapted to SPI API changes
6 years ago
Hauke Petersen
610e671aac
drivers/adt7310: adapted to SPI API changes
6 years ago
Hauke Petersen
f42ae58d27
tests/warn_conflict: adapted to SPI API changes
6 years ago
Hauke Petersen
a25b25d830
tests/periph_spi: rewrite of SPI test
6 years ago
Martine Lenders
1ccdc4643f
posix_sockets: port to sock
6 years ago
Martine Lenders
b0a849c01c
tests: provide unittests for core/list
6 years ago