Commit Graph

1585 Commits (084db19107aafe084cf6ff0d8d3e950a82303b9a)

Author SHA1 Message Date
Kaspar Schleiser 031870038b Merge pull request #6767 from miri64/evtimer/feat/initial
evtimer: initial import
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
Cenk Gündoğan f1dc041728 Merge pull request #7180 from miri64/gnrc_ipv6_nib/fix/nc-cache-out
gnrc_ipv6_nib: fix caching mechanism of neighbor cache
6 years ago
Martine Lenders bfa515bd43 tests: enhance tests for caching error case 6 years ago
Alexandre Abadie 92147cf269 Merge pull request #7168 from smlng/driver/tmp006/rework
driver: tmp006 rework
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
Alexandre Abadie 7ce6c8f5a1 Merge pull request #7135 from smlng/tests/periph_spi/fix_unused_vars
tests, periph_spi: fix unused variable
6 years ago
Martine Lenders 045b9e7f18 Merge pull request #7136 from smlng/tests/emb6/fix_unused_var
tests, emb6: fix unused var
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
Alexandre Abadie 1a2097e97e Merge pull request #7082 from jia200x/openthread_core
pkg/openthread:  core and tests
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
Cenk Gündoğan 9d286240be Merge pull request #6736 from smlng/tests/xtimer_msg_receive_timeout
tests: enhance xtimer_msg_receive_timeout
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
BytesGalore 2ef5cff688 Merge pull request #6072 from MichelRottleuthner/fatfs_testing
package: add generic FatFs
6 years ago
Francisco Acosta ea27e96e7e Merge pull request #7071 from kYc0o/gcoap_add_dependencies
gcoap: move dependencies to actual module
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
Sebastian Meiling dd4f8f7704 Merge pull request #6975 from OTAkeys/pr/ps_schedstatistics_fix
ps: fix schedstatistics
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
Kaspar Schleiser 5f24b3ce7a Merge pull request #7050 from kaspar030/add_atoi_cast_removal_cocci
cleanup: add atoi_cast_removal.cocci, apply to codebase (coccinelle)
6 years ago
Martine Lenders 45e959804a Merge pull request #6737 from smlng/tests/msg_avail
tests: enhance msg_avail
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
Kaspar Schleiser f5a4124866 Merge pull request #6976 from miri64/conn/cleanup/rm
net: remove conn API
6 years ago
Martine Lenders f2e532e79b Merge pull request #7036 from miri64/pkg/enh/lwip-2.0.2
lwip: port to v2.0.2
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
Alexandre Abadie 7364192241 Merge pull request #6982 from haukepetersen/fix_gnrcmin_xbeeconfig
examples/tests: remove redundant xbee config
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
Martine Lenders c23d624d27 Merge pull request #6012 from miri64/emb6/feat/sock
emb6: provide sock_udp port
6 years ago
Martine Lenders 4df288fade Merge pull request #6372 from miri64/tests/enh/port-lwip-test-to-sock
tests: port tests/lwip to sock
6 years ago
Hauke Petersen 92d03d2eb6 Merge pull request #6659 from haukepetersen/add_test_threadflagsxtimer
tests: added test for thread_flags + xtimer
6 years ago