1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

1586 Commits

Author SHA1 Message Date
Vincent Dupont
0a052f6b97 can: add conn_can test app 2017-06-19 15:36:20 +02:00
031870038b Merge pull request #6767 from miri64/evtimer/feat/initial
evtimer: initial import
2017-06-17 00:25:22 +02:00
Martine Lenders
0f39c5549e
tests: add test for evtimer underflow 2017-06-16 16:50:54 +02:00
Martine Lenders
15732bede6
tests: provide tests for evtimer 2017-06-16 16:50:54 +02:00
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
2017-06-15 13:00:41 +02:00
Martine Lenders
bfa515bd43 tests: enhance tests for caching error case 2017-06-15 11:40:46 +02:00
92147cf269 Merge pull request #7168 from smlng/driver/tmp006/rework
driver: tmp006 rework
2017-06-14 23:10:45 +02:00
smlng
c17d64eaff tests: adapt driver_tmp006 to rework 2017-06-14 20:45:01 +02:00
41d1de1ba3 tests/driver_bmp180: apply changes in driver API 2017-06-14 09:48:20 +02:00
Martine Lenders
0bf52f07f7 tests: provide unittests for internal NIB functions 2017-06-09 21:52:37 +02:00
Cenk Gündoğan
4a73d1b7e1 tests: add trickle test 2017-06-09 09:03:24 +02:00
7ce6c8f5a1 Merge pull request #7135 from smlng/tests/periph_spi/fix_unused_vars
tests, periph_spi: fix unused variable
2017-06-07 23:25:01 +02:00
Martine Lenders
045b9e7f18 Merge pull request #7136 from smlng/tests/emb6/fix_unused_var
tests, emb6: fix unused var
2017-06-04 10:45:44 +02:00
smlng
ce0aa113b3 tests, periph_spi: fix unused variable 2017-06-03 22:55:43 +02:00
smlng
26fb62b279 tests, emb6: fix unused var 2017-06-03 22:54:48 +02:00
82e68b008c test/bmx280: rename bme280 test 2017-06-02 14:55:32 +02:00
1a2097e97e Merge pull request #7082 from jia200x/openthread_core
pkg/openthread:  core and tests
2017-06-01 20:20:37 +02:00
José Ignacio Alamos
fc4fd6222f pkg/openthread: Add tests 2017-06-01 13:44:06 -04:00
Loïc Dauphin
b5fea98e17 tests: removed pkg_aversiveplusplus 2017-05-31 16:34:58 +02:00
Cenk Gündoğan
9d286240be Merge pull request #6736 from smlng/tests/xtimer_msg_receive_timeout
tests: enhance xtimer_msg_receive_timeout
2017-05-30 22:07:31 +02:00
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
2017-05-30 22:00:49 +02:00
24779bc738 tests/driver_dsp0401: add simple test application 2017-05-29 11:11:04 +02:00
0fcc7d3834 cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
BytesGalore
2ef5cff688 Merge pull request #6072 from MichelRottleuthner/fatfs_testing
package: add generic FatFs
2017-05-23 09:03:19 +02:00
Francisco Acosta
ea27e96e7e Merge pull request #7071 from kYc0o/gcoap_add_dependencies
gcoap: move dependencies to actual module
2017-05-22 14:21:07 +02:00
ad027e0498 tests: xtimer_periodic_wakeup: fix test application name 2017-05-22 13:49:30 +02:00
kYc0o
bc2387ed25 tests-gcoap: move dependencies to gcoap module 2017-05-22 12:23:43 +02:00
a188d7670b tests: pkg_minmea: initial import of minmea pkg test application 2017-05-20 15:36:42 +02:00
Sebastian Meiling
dd4f8f7704 Merge pull request #6975 from OTAkeys/pr/ps_schedstatistics_fix
ps: fix schedstatistics
2017-05-17 13:50:42 +02:00
Vincent Dupont
cfe5eacd2d tests: add a test app for schedstatistics 2017-05-16 10:33:42 +02:00
4c9866d634 test/unittests: add arduino-mkr1000 for ARM and unsufficient memory boards 2017-05-16 10:14:59 +02:00
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 2017-05-15 15:21:29 +02:00
5f24b3ce7a Merge pull request #7050 from kaspar030/add_atoi_cast_removal_cocci
cleanup: add atoi_cast_removal.cocci, apply to codebase (coccinelle)
2017-05-14 13:56:51 +02:00
Martine Lenders
45e959804a Merge pull request #6737 from smlng/tests/msg_avail
tests: enhance msg_avail
2017-05-13 20:20:14 +02:00
smlng
8c8dbd7cf4 tests, msg_avail: add test script 2017-05-13 15:56:35 +02:00
smlng
67ae33fa3e tests: enhance msg_avail
- rename `thread_msg_avail` to `msg_avail`, does not require threads
    - minor code enhancements and corrections
2017-05-13 15:56:34 +02:00
3d48eee095 cleanup: apply remove_atoi_casts.cocci (coccinelle) 2017-05-13 12:39:48 +02:00
f5a4124866 Merge pull request #6976 from miri64/conn/cleanup/rm
net: remove conn API
2017-05-12 16:09:00 +02:00
Martine Lenders
f2e532e79b Merge pull request #7036 from miri64/pkg/enh/lwip-2.0.2
lwip: port to v2.0.2
2017-05-11 13:19:47 +02:00
Martine Lenders
41eb29521f
tests: adapt lwip tests for v2.0.2's API 2017-05-11 11:49:38 +02:00
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
2017-05-10 17:44:59 +02:00
MichelRottleuthner
e0f60ba10a pkg: add package for FatFs with support for sdcard_spi and native 2017-05-10 12:38:56 +02:00
José Alamos
137d4689da tests/unittests/tests-hashes: add tests for AES-CMAC 2017-05-08 13:52:12 +02:00
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.
2017-05-04 14:52:58 +02:00
7364192241 Merge pull request #6982 from haukepetersen/fix_gnrcmin_xbeeconfig
examples/tests: remove redundant xbee config
2017-05-03 17:57:28 +02:00
Vincent Dupont
e2d392629b unittests/tests-mtd: disable AND flash test with dummy flash 2017-05-02 09:59:14 +02:00
Hauke Petersen
e44d741e31 tests/driver_xbee: remove redundant xbee config 2017-04-28 15:43:43 +02:00
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.
2017-04-28 15:23:54 +02:00
Martine Lenders
c23d624d27 Merge pull request #6012 from miri64/emb6/feat/sock
emb6: provide sock_udp port
2017-04-26 14:22:31 +02:00
Martine Lenders
4df288fade Merge pull request #6372 from miri64/tests/enh/port-lwip-test-to-sock
tests: port tests/lwip to sock
2017-04-26 14:20:43 +02:00