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

15573 Commits

Author SHA1 Message Date
Cenk Gündoğan
5852517614 trickle: correctly reset t 2017-10-26 15:13:11 +02:00
Francisco Acosta
250fce160b Merge pull request #7852 from kYc0o/fix_servo_var
tests/driver_servo/main.c: fix var len
2017-10-26 14:33:56 +02:00
Martine Lenders
67179e6253 Merge pull request #7863 from roberthartung/pm_fix_pm_layered_conflict_set_lowest
pm_layered: make sure no conflict for pm_set_lowest exists
2017-10-26 14:31:37 +02:00
Cenk Gündoğan
0541fe3ceb Merge pull request #7849 from miri64/sys/fix/native-libc
sys: libc: only add include path on non-native boards
2017-10-26 13:58:50 +02:00
Martine Lenders
08eb6c39a4 Merge pull request #7867 from danpetry/api_doc_grammar_correction
Removed a comma from the Boards API reference.
2017-10-26 12:31:34 +02:00
Martine Lenders
fe38901588 dist: compile_test: cleanup after buildtest
We are at a point were building all of RIOT takes massive amounts of
storage. Since my machine runs full after only compiling ~20
applications (I have ~170 GB free storage if the RIOT repo is clean).

Thus the easiest solution for the compile tests is to just clean-up the
mess they made ;-).
2017-10-26 12:19:58 +02:00
danpetry
20909b7f95 Removed the offending comma. 2017-10-26 12:10:24 +02:00
Robert Hartung
9678f13408 pm_layered: make sure no conflict for pm_set_lowest and periph_common exists 2017-10-26 10:09:09 +02:00
ff86015a60 Merge pull request #7854 from kYc0o/fix_isl29125_test
tests/driver_isl29125/main.c: fix counter var type
2017-10-26 08:38:35 +02:00
d035ab27aa Merge pull request #7856 from kYc0o/fix_driver_adcxx1c_unused_arg
tests/driver_adcxx1c: fix warning unused  argument
2017-10-26 08:34:56 +02:00
4de88d31c2 Merge pull request #7858 from kYc0o/fix_encx24j600_comp
drivers/encx24j600/encx24j600.c : fix counter var length
2017-10-26 08:33:26 +02:00
kYc0o
fe9d7db20f tests/driver_isl29125/main.c: fix counter var type 2017-10-26 02:06:31 +02:00
kYc0o
d6e6fea7e7 drivers/sx127x/sx127x_getset.c: fix power var len 2017-10-26 01:46:29 +02:00
kYc0o
a46907feda drivers/include/sx127x.h: fix power var len 2017-10-26 01:45:29 +02:00
kYc0o
1c8bb804cf tests/driver_servo/main.c: fix var len 2017-10-26 01:36:31 +02:00
kYc0o
b3c39274bb drivers/encx24j600/encx24j600.c : fix counter var length 2017-10-26 00:45:00 +02:00
Martine Lenders
279b79c2f0 Merge pull request #7850 from mtausig/feature/update_tinyasn1
Update package tiny-asn1
2017-10-26 00:25:09 +02:00
Mathias Tausig
0e199d5c96 Update tiny-asn1 2017-10-25 22:58:08 +02:00
Martine Lenders
8c7fec02f7 Merge pull request #7848 from haukepetersen/fix_emcute_scerrorhandling
examples/emcute: return after printing error message
2017-10-25 19:42:23 +02:00
Martine Lenders
1964d156f0
sys: libc: only add include path on non-native boards 2017-10-25 17:58:47 +02:00
Hauke Petersen
0a5f70e6be examples/emcute: return after printing error message 2017-10-25 17:57:21 +02:00
kYc0o
371ecf279d tests/driver_adcxx1c: fix warning unused argument 2017-10-25 17:18:02 +02:00
Vincent Dupont
2252acf04c Merge pull request #7847 from kYc0o/fix_can_osx
sys/can: fix building errors on native OS X
2017-10-25 17:09:49 +02:00
kYc0o
edb3178b86 sys/can/device.c: remove unused _can_event_error_to_msg function 2017-10-25 16:20:00 +02:00
kYc0o
00b9022bd1 sys/include/can/device.h: make CAN_DLL_NUMOF int 2017-10-25 16:18:51 +02:00
Martine Lenders
4d1a6c04b0 Merge pull request #7843 from haukepetersen/fix_test_unittestspexpecttimeout
test/unittests: set pexpect timeout to 60s
2017-10-25 15:45:31 +02:00
Hauke Petersen
4bdce27d02 test/unittests: set pexpect timeout to 60s 2017-10-25 15:37:37 +02:00
Martine Lenders
e017033601 Merge pull request #7820 from kYc0o/add_mcuboot_deps
tests/mcuboot: add documentation about dependencies
2017-10-25 15:25:25 +02:00
kYc0o
7358e16f44 tests/mcuboot/README.md: add Python3 dependencies 2017-10-25 15:14:26 +02:00
Hauke Petersen
60f4721855 Merge pull request #7353 from aabadie/thread_flood_typo
tests/thread_flood: improve test output
2017-10-25 14:50:07 +02:00
981a9cbd96 tests/thread_flood: migrate to testrunner 2017-10-25 14:45:02 +02:00
9a827f285c tests/thread_flood: fix typo and improve test output 2017-10-25 14:33:54 +02:00
Hauke Petersen
775609dcac Merge pull request #7834 from haukepetersen/fix_test_xtimer_hang
test/xtimer_hang: accept 10% timing deviations
2017-10-25 14:30:30 +02:00
Hauke Petersen
5031319bb7 test/xtimer_hang: accept 10% timing deviations 2017-10-25 14:18:47 +02:00
Martine Lenders
b8c1f30dcd Merge pull request #7830 from haukepetersen/opt_test_float
tests/float: automated test and added pexpect script
2017-10-25 14:00:51 +02:00
Hauke Petersen
c4d0f1f12e tests/float: automated test and added pexpect script 2017-10-25 12:57:10 +02:00
Martine Lenders
433d2a0765 Merge pull request #7814 from haukepetersen/opt_testrunner_waitforterm
tools/testrunner: wait 3s after 'make term'
2017-10-25 12:39:25 +02:00
Hauke Petersen
1928d1c0e9 tools/testrunner: wait 3s after 'make term' 2017-10-25 12:28:45 +02:00
Hauke Petersen
bf70d8e830 Merge pull request #7818 from miri64/tests/fix/xtimer_usleep
tests: xtimer_usleep: remove timer testing in pexpect
2017-10-25 11:41:16 +02:00
Martine Lenders
24fa718327 tests: xtimer_usleep: provide README 2017-10-25 11:31:29 +02:00
Martine Lenders
bea71f6c5c tests: xtimer_usleep: remove timer testing in pexpect
As with #7816: testing timings over the UART doesn't make much sense.
This PR removes those timer testing in `pexpect` for
`tests/xtimer_usleep` and simplifies and cleans-up a lot of code overall
(converting counting while-loops to for-loops, syncing iterations of
the test etc.)
2017-10-25 11:31:29 +02:00
Hauke Petersen
0224af1eb1 Merge pull request #7825 from haukepetersen/add_tests_xtimerpexpect
tests/xtimer_x: added pexpect scripts
2017-10-25 11:19:06 +02:00
Hauke Petersen
350e582e6e tests/xtimer_reset: added pexpect script 2017-10-24 21:23:56 +02:00
Hauke Petersen
cadedcfe6c tests/xtimer_remove: added pexpect script 2017-10-24 21:23:35 +02:00
Hauke Petersen
77c8a9a6b7 tests/xtimer_periodic_wakeup: added pexpect script 2017-10-24 21:23:06 +02:00
Hauke Petersen
be3bc23dc8 tests/xtimer_now64_continuity: added pexpect script 2017-10-24 21:22:42 +02:00
Hauke Petersen
25ecadf4e2 tests/xtimer_hang: added pexpect script 2017-10-24 21:22:20 +02:00
Hauke Petersen
fc55c09c15 Merge pull request #7797 from MichelRottleuthner/fatfs_fix_mkfs
pkg/fatfs: fix mkfs on native
2017-10-24 17:30:48 +02:00
Francisco Acosta
a6cb09cfa6 Merge pull request #7783 from kYc0o/fix_cbor_arm
sys/cbor: fix compilation with newlib
2017-10-24 16:21:44 +02:00
kYc0o
4839a1cbbf sys/cbor/cbor.c: add <time.h> if ctime module is used 2017-10-24 16:03:31 +02:00