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

15635 Commits

Author SHA1 Message Date
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
Hyungsin
e2d8c10e7c pkg/openthread: store RSSI value reported by radio driver for RX packets 2017-10-24 11:26:14 -07: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
kYc0o
084aa48e21 sys/cbor/Makefile: align to two spaces 2017-10-24 16:02:58 +02:00
Martine Lenders
af5760977d newlib: use RIOT dependency system for _GNU_SOURCE instead 2017-10-24 16:01:24 +02:00
Hauke Petersen
7d9e44aa73 Merge pull request #7816 from miri64/tests/fix/sock
tests: sock: remove timing tests from pexpect script
2017-10-24 15:34:04 +02:00
Martine Lenders
970169bc49
tests: gnrc_lwip_udp: remove timing tests from pexpect script 2017-10-24 15:20:09 +02:00
Martine Lenders
d76785fc38
tests: gnrc_lwip_tcp: remove timing tests from pexpect script 2017-10-24 15:19:50 +02:00
Martine Lenders
12e4965800
tests: gnrc_lwip_ip: remove timing tests from pexpect script 2017-10-24 15:19:25 +02:00
Martine Lenders
9a76f2d733
tests: gnrc_sock_udp: remove timing tests from pexpect script 2017-10-24 15:19:05 +02:00
Martine Lenders
137afbe6e7
tests: gnrc_sock_ip: remove timing tests from pexpect script 2017-10-24 15:18:54 +02:00
Hauke Petersen
edaba0454a Merge pull request #7778 from miri64/tests/fix/gnrc_netif2
tests: gnrc_netif2: make link-layer information matching generic
2017-10-24 14:13:32 +02:00
Francisco Acosta
c3b0e432f9 Merge pull request #7785 from kYc0o/fix_relic_osx
pkg: relic: fix compiling on OS X
2017-10-24 14:10:36 +02:00
smlng
de6691f523 makefiles: add targets for list of features provided and features required 2017-10-24 14:09:20 +02:00
smlng
fe1a99e1b1 makefiles: fix duplicate for missing features 2017-10-24 14:08:52 +02:00
Hauke Petersen
ce75edc7c1 Merge pull request #7759 from haukepetersen/opt_calliope_saulinverted
board/calliope: add inverse flag to SAUL gpio conf
2017-10-24 13:58:30 +02:00
Martine Lenders
69c05fe2dc Merge pull request #7782 from cladmi/pr/tests/posix_semaphore
tests/posix semaphore: fix test4
2017-10-24 13:56:49 +02:00
kYc0o
90825c508b pkg/relic/os_util.sh: fix sed command for OS X 2017-10-24 13:56:33 +02:00
Gaëtan Harter
e6e4072335 tests/posix_semaphore: test4: allow native to take more time
As not real time, native does often not weak up before 100ms.
I observed mostly between 0 and 200 but also got a 250, so I allow 300 more.
2017-10-24 13:38:35 +02:00
Hauke Petersen
5385450b0c Merge pull request #7807 from miri64/2017.10/ds1307/fix/init-error
ds1307: return error when nothing is read or written on initialization [2017.10 backport]
2017-10-24 13:38:33 +02:00
Gaëtan Harter
712550987d tests/posix_semaphore: test4: fix timestamp comparison
Only use a 'start' and a 'elapsed' timestamp to compare diff.
And remove the puts from within the measured time.
2017-10-24 13:38:03 +02:00
Gaëtan Harter
ffcdb61211 tests/posix_semaphore: test4: BUG add '\0' after fmt_u64_dec
fmt_u64_dec does not include the terminating null string character.
2017-10-24 13:36:06 +02:00
Gaëtan Harter
fe9c604391 tests/posix_semaphore: test4: only one call to fmt_u64_dec 2017-10-24 13:36:06 +02:00
Gaëtan Harter
14235b57ec tests/posix_semaphore: test4: change msg when waited more than expected 2017-10-24 13:36:06 +02:00
Martine Lenders
44e3e8ad02
tests: ds1307: adapt test result for initialization error 2017-10-24 13:31:01 +02:00
Martine Lenders
892f4a1b4f
ds1307: return error when nothing is read or written on initialization
It hints at to an unconnected devices ;-)
2017-10-24 13:30:59 +02:00
Hauke Petersen
8fb310648f Merge pull request #7788 from miri64/ds1307/fix/init-error
ds1307: return error when nothing is read or written on initialization
2017-10-24 13:25:03 +02:00
Martine Lenders
20d5067bfa Merge pull request #7802 from cladmi/pr/tests/gnrc_ipv6_ext
tests/gnrc_ipv6_ext: fix documentation on ENABLE_DEBUG for test
2017-10-24 13:11:37 +02:00
Martine Lenders
1cad16bfaf Merge pull request #7766 from cladmi/pr/test_lwip_native
tests/lwip: only enable test for native board
2017-10-24 13:09:09 +02:00
c2f5456c08 Merge pull request #7789 from miri64/make/fix/terminal-macro
make: prefix TERMINAL macro
2017-10-24 12:16:38 +02:00
Gaëtan Harter
df94189073 tests/gnrc_ipv6_ext: fix documentation on ENABLE_DEBUG for test
The test can handle both with and without ENABLE_DEBUG.
2017-10-24 12:00:15 +02:00
Hauke Petersen
46cc29722f Merge pull request #7774 from smlng/cpu/cc26x0/fix_pm
cpu, cc26x0: fix pm, don't go into cortexm_sleep(0)
2017-10-24 11:29:40 +02:00
Dan Evans
d6ef4d2d51 cpu/sam0_common/periph/uart - don’t setup receive if no pin is selected 2017-10-23 16:22:58 -07:00
bbae3f32c2 make: fix info-buildsizes-diff 2017-10-23 23:02:07 +02:00
Michel Rottleuthner
267199b497 pkg/fatfs: fix missing includes and disk_ioctl function in native diskio 2017-10-23 19:14:04 +02:00
118a88e60b examples/javascript: adapt to updated jerryscript package 2017-10-23 17:03:23 +02:00
Martine Lenders
e9db00c96f Merge pull request #7765 from miri64/pkg/fix/fatfs-export-var
pkg: fatfs: do not export CFLAGS in dependencies
2017-10-23 16:57:09 +02:00
Vincent Dupont
b4d68e320d can/device: wake up device before getting/setting filters 2017-10-23 16:53:05 +02:00
Martine Lenders
19728dcf7f
pkg: fatfs: do not export CFLAGS in dependencies 2017-10-23 16:50:27 +02:00
Martine Lenders
e3e1abb368
make: prefix TERMINAL macro
Fixes #7767
2017-10-23 15:19:32 +02:00
Martine Lenders
500aa285f3
tests: ds1307: adapt test result for initialization error 2017-10-23 14:42:27 +02:00
Martine Lenders
8ce7ff2836
ds1307: return error when nothing is read or written on initialization
It hints at to an unconnected devices ;-)
2017-10-23 14:41:21 +02:00
9ba90e2ae6 pkg: jerryscript: bump version 2017-10-23 10:08:52 +02:00
14646fb332 Merge pull request #7776 from kaspar030/fix_cortexm_vectors_lto
cpu: cortexm: fix LTO issue for shared vector table
2017-10-21 00:02:48 +02:00