Michael Frey
5964eaa336
doc: changed include and function call in README
6 years ago
smlng
9bed191b4f
tests: adapt driver_mpl3115a2
6 years ago
Kaspar Schleiser
7b1a1e9d81
tests: add SSP (stack smashing protector) test application
6 years ago
Pieter Willemsen
6706e763d4
sys: cbor: add test app for cbor_stream_decode
6 years ago
Pieter Willemsen
29e8bd1351
sys: cbor: makefiles can enable cbor functionality
...
new cbor pseudomodules:
- cbor_ctime
- cbor_float
- cbor_semantic_tagging
6 years ago
Kaspar Schleiser
4c717d42c1
tests: xtimer_msg_receive_timeout: always wait for not received message
6 years ago
Martine Lenders
cabb58bad6
tests: add application for release specs 6
6 years ago
smlng
f1f80c0098
drivers/adcxx1c: use pseudomodules for device variants
6 years ago
Vincent Dupont
35056fd647
drivers/adcxx1c: add ADC081C/ADC101C/ADC121C i2c adc support
6 years ago
Ken Bannister
9768f51db6
net/gcoap: Unit tests for CON request and piggybacked ACK response
6 years ago
zhuoshuguo
9e640ae79a
tests: provide test for LWMAC.
6 years ago
Alexandre Abadie
b3a4ac7ed8
tests/thread_cooperation: add b-l072z-lrwan1 to insufficient mem list
6 years ago
Alexandre Abadie
56396624be
tests/unittests: skip b-l072z-lrwan1 board
6 years ago
smlng
bf93cd59fb
tests: add on-board button test
6 years ago
Vincent Dupont
029a127eb3
can: add transceiver support in CAN stack
6 years ago
Vincent Dupont
0a052f6b97
can: add conn_can test app
6 years ago
Martine Lenders
0f39c5549e
tests: add test for evtimer underflow
6 years ago
Martine Lenders
15732bede6
tests: provide tests for evtimer
6 years ago
Martine Lenders
bfa515bd43
tests: enhance tests for caching error case
6 years ago
smlng
c17d64eaff
tests: adapt driver_tmp006 to rework
6 years ago
Alexandre Abadie
41d1de1ba3
tests/driver_bmp180: apply changes in driver API
6 years ago
Martine Lenders
0bf52f07f7
tests: provide unittests for internal NIB functions
6 years ago
Cenk Gündoğan
4a73d1b7e1
tests: add trickle test
6 years ago
smlng
ce0aa113b3
tests, periph_spi: fix unused variable
6 years ago
smlng
26fb62b279
tests, emb6: fix unused var
6 years ago
Alexandre Abadie
82e68b008c
test/bmx280: rename bme280 test
6 years ago
José Ignacio Alamos
fc4fd6222f
pkg/openthread: Add tests
6 years ago
Loïc Dauphin
b5fea98e17
tests: removed pkg_aversiveplusplus
6 years ago
smlng
44801c4ef6
tests: enhance xtimer_msg_receive_timeout
...
- correct test period from 100ms to 1000ms, to match description
- moved description to separate README.md
- changed timer message type from 44 to 42, for nerdiness
- minor code enhancements
6 years ago
Alexandre Abadie
24779bc738
tests/driver_dsp0401: add simple test application
6 years ago
Kaspar Schleiser
0fcc7d3834
cleanup: apply headerguard script output
6 years ago
Kaspar Schleiser
ad027e0498
tests: xtimer_periodic_wakeup: fix test application name
6 years ago
kYc0o
bc2387ed25
tests-gcoap: move dependencies to gcoap module
6 years ago
Kaspar Schleiser
a188d7670b
tests: pkg_minmea: initial import of minmea pkg test application
6 years ago
Alexandre Abadie
ca70a58cfe
tests/unittests: add nucleo144-f412 to cortexM boards
6 years ago
Vincent Dupont
cfe5eacd2d
tests: add a test app for schedstatistics
6 years ago
Alexandre Abadie
4c9866d634
test/unittests: add arduino-mkr1000 for ARM and unsufficient memory boards
6 years ago
MichelRottleuthner
938fe26757
pkg/fatfs: switched to git mirror for downloading FatFs code instead of authors webserver, added Makefile.dep for fatfs, cleanup code for using rtc
6 years ago
Alexandre Abadie
9156aa1483
tests/unittests: skip nz32-sc151
6 years ago
smlng
8c8dbd7cf4
tests, msg_avail: add test script
6 years ago
smlng
67ae33fa3e
tests: enhance msg_avail
...
- rename `thread_msg_avail` to `msg_avail`, does not require threads
- minor code enhancements and corrections
6 years ago
Kaspar Schleiser
3d48eee095
cleanup: apply remove_atoi_casts.cocci (coccinelle)
6 years ago
Martine Lenders
41eb29521f
tests: adapt lwip tests for v2.0.2's API
6 years ago
Vincent Dupont
9edda8d013
unittests/tests-spiffs: fix dummy memory layout
...
Use 8 pages per sector to comply with spiffs requirements:
- page_size must be block_size / (2^y) where y > 2
6 years ago
MichelRottleuthner
e0f60ba10a
pkg: add package for FatFs with support for sdcard_spi and native
6 years ago
José Alamos
137d4689da
tests/unittests/tests-hashes: add tests for AES-CMAC
6 years ago
Martine Lenders
d0967206ac
tests: fix gnrc_sixlowpan for 2db9ed1
and b272e90
...
2db9ed1
and b272e90
changed the output of `gnrc_pktdump`, but the
`gnrc_sixlowpan` tested fix was never adapted for that and was failing
because of that.
6 years ago
Vincent Dupont
e2d392629b
unittests/tests-mtd: disable AND flash test with dummy flash
6 years ago
Hauke Petersen
e44d741e31
tests/driver_xbee: remove redundant xbee config
6 years ago
Martine Lenders
13770361bb
net: remove conn API
...
conn was deprecated in 38217347
. 3 Releases later and now that no module
is using it RIOT-internally anymore, I think it is time to say goodbye.
6 years ago