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

2371 Commits

Author SHA1 Message Date
Martine Lenders
84b646aaa4
tests: fix gnrc_sock_dns test for gnrc_netif2 2017-11-13 16:36:34 +01:00
Martine Lenders
e1ce254139
tests: fix pkg_microcoap test for gnrc_netif2 2017-11-13 16:36:34 +01:00
Hauke Petersen
92f39edaa9 tests/lwmac: cleaned up used modules and Makefile 2017-11-13 15:27:40 +01:00
marble
fbba6c3851 driver/soft_spi: initial implementation 2017-11-13 10:11:06 +01:00
c1056e2e6a tests/fmt_print: migrate to testrunner 2017-11-12 20:20:45 +01:00
Martine Lenders
1a0f4940fd
Merge pull request #7940 from miri64/posix/enh/move-time-to-module
posix: move time functions to their own module
2017-11-12 20:05:50 +01:00
Martine Lenders
f3f5489b4e tests: update posix_time tests for running with pexpect script 2017-11-12 19:55:57 +01:00
Martine Lenders
0a0bb86f4a posix: move time functions to their own module 2017-11-12 19:55:57 +01:00
bc03a0d150 tests/libfixmath_unittests: migrate to testrunner 2017-11-12 12:38:38 +01:00
f73fcf4f07 tests/libfixmath: migrate to testrunner 2017-11-11 23:18:34 +01:00
Martine Lenders
b83bc1b763
Merge pull request #7456 from miri64/gnrc_ipv6_nib/feat/port-to-gnrc_netif2
gnrc_ipv6_nib: port to gnrc_netif2
2017-11-11 19:10:14 +01:00
Cenk Gündoğan
ca67a0a0a2
Merge pull request #8008 from aabadie/pr/test_pexpect_tm
tests/struct_tm_utility: migrate to testrunner
2017-11-11 18:24:47 +01:00
e4db84956c tests/ssp: migrate to testrunner 2017-11-11 18:05:52 +01:00
5bbfe92b97 tests/struct_tm_utility: migrate to testrunner 2017-11-11 17:19:52 +01:00
5e159cf42e tests/shell: migrate to testunner 2017-11-10 21:39:55 +01:00
4d8284ed04
Merge pull request #7989 from aabadie/pr/test_pexpect_irq
tests/irq: migrate to testrunner
2017-11-10 18:45:33 +01:00
Sebastian Meiling
d91afad290
Merge pull request #6720 from Lotterleben/doc_thread_msg_block_tests
tests/thread_msg_block* : add README, pexpect script, improve comments
2017-11-10 15:18:06 +01:00
Sebastian Meiling
04d344029c
Merge pull request #7836 from smlng/enh/tests/thread_cooperation
tests: enhance thread cooperation
2017-11-10 15:14:49 +01:00
smlng
ccad1acb28 tests: thread_cooperation add testrunner script 2017-11-10 09:27:18 +01:00
smlng
1d432a0e7d tests: enhance thread_cooperation, update BOARD_INSUFFICIENT_MEMORY 2017-11-10 09:27:18 +01:00
2c7eba58e6 tests/msg_try_receive: migrate to testrunner 2017-11-09 22:53:24 +01:00
4a22ca1a28 tests/irq: migrate to testrunner 2017-11-09 21:17:56 +01:00
Martine Lenders
fa81932a8f tests: unittests: extend gnrc_ipv6_nib unittests for holey NIB
When there are holes in the NIB (e.g. when entries were removed)
currently the NIB crashes the system due to a failed assertion.
This commit tests this behavior (`DEVELHELP` needs to be activated to
test this behavior). A fix will follow.
2017-11-09 15:28:55 +01:00
Hauke Petersen
24056f3fd8 tests/examples: removed pca1000x from Makefiles 2017-11-09 13:59:18 +01:00
Peter Kietzmann
87b0477b70
Merge pull request #7855 from kYc0o/fix_nrf24l01p_var_sizes
drivers/nrf24l01p: misc fixed
2017-11-09 08:06:28 +01:00
Martine Lenders
56d1f0605a
tests: adapt kw2xrf for new network interface API 2017-11-08 20:18:53 +01:00
Martine Lenders
22a41ea99c
tests: port gnrc_ipv6_nib unittests to gnrc_netif2 2017-11-08 20:18:53 +01:00
Martine Lenders
801148eb6d
tests: port gnrc_ipv6_nib tests for gnrc_netif2 2017-11-08 20:18:53 +01:00
Martine Lenders
8fac66eb03
tests: port gnrc_ndp2 for gnrc_netif2 2017-11-08 20:18:53 +01:00
kYc0o
aad3c253d2 tests/driver_nrf24l01p_lowlevel/main.c: fix var length and unused var 2017-11-08 20:10:44 +01:00
70fdc6792e tests/driver_mpu9150: update to use new driver API 2017-11-08 09:09:21 +01:00
ca9c8a5f7f tests/pthread_*: udpate BOARD_INSUFFICIENT_MEMORY variable 2017-11-08 09:00:21 +01:00
ed4004bd0e tests/pthread_tls: migrate to testrunner script 2017-11-08 09:00:21 +01:00
8b71893714 tests/pthread_tls: some cleanup 2017-11-08 09:00:21 +01:00
c1a08451e3 tests/pthread_rwlock: migrate to testrunner script 2017-11-08 09:00:21 +01:00
31ffda0a68 tests/pthread_rwlock: improve test behaviour 2017-11-08 09:00:21 +01:00
67187e240f tests/pthread_cooperation: migrate to testrunner script 2017-11-08 09:00:21 +01:00
633be9a87b tests/pthread_cooperation: small improvements 2017-11-08 09:00:20 +01:00
e87314fa1e tests/pthread_condition_variable: migrate to testrunner script 2017-11-08 09:00:20 +01:00
936928f819 tests/pthread_condition_variable: small improvements 2017-11-08 09:00:05 +01:00
7ff3a2a535 tests/pthread_cleanup: migrate to testrunner script 2017-11-08 09:00:05 +01:00
7bab0339dc tests/pthread_cleanup: small improvements 2017-11-08 09:00:05 +01:00
1e8104f268 tests/pthread_barrier: migrate to testrunner script 2017-11-08 09:00:05 +01:00
42afbb5fae tests/pthread_barrier: small improvements 2017-11-08 09:00:05 +01:00
7c446176a4 tests/pthread: migrate to testrunner script 2017-11-08 09:00:05 +01:00
cc90f8a854 tests/pthread: small improvements 2017-11-08 09:00:05 +01:00
Martine Lenders
2ffd0427b6
Merge pull request #7838 from aabadie/test_thread_basic
tests/thread_basic: rename python testrunner script
2017-11-07 21:24:16 +01:00
a23288fbdd test/thread_basic: fix pep8 in testrunner script 2017-11-07 21:15:43 +01:00
c8083a6767 tests/thread_basic: rename python testrunner script 2017-11-07 21:15:43 +01:00
kYc0o
129c170dde tests/driver_at86rf2xx: fix var lengths and unused vars 2017-11-07 21:09:22 +01:00
3217648aa6 tests/thread_msg_seq: migrate to testrunner script 2017-11-07 19:29:31 +01:00
3a7621d0cb tests/thread_msg_seq: minor improvements in test application 2017-11-07 19:12:04 +01:00
17535f8fb1 tests/thread_flags_xtimer: migrate to testrunner script 2017-11-07 19:12:04 +01:00
7d4dc0456f tests/thread_flags_xtimer: minor improvements in test application 2017-11-07 19:12:04 +01:00
84fbd62034 tests/thread_flags: migrate to testrunner script 2017-11-07 19:10:34 +01:00
f6560df848 tests/thread_flags: minor improvements in test application 2017-11-07 19:10:34 +01:00
95bb6d48d8 tests/thread_exit: migrate to testrunner script 2017-11-07 19:10:34 +01:00
e7646781e4 make: mcuboot: prefix mcuboot make targets 2017-11-07 12:44:38 +01:00
Martine Lenders
0954dba17d
Merge pull request #6000 from kaspar030/add_event_system
sys: add asynchronous event system
2017-11-06 14:25:18 +01:00
27cdd5497e tests/event: initial commit of sys/event test application 2017-11-06 14:19:31 +01:00
615b1e60bc core/clist: add argument to clist_foreach 2017-11-06 12:49:22 +01:00
f142908f4e
Merge pull request #7655 from kaspar030/add_list_sort
core/clist: add clist_sort()
2017-11-06 12:46:01 +01:00
d011fd1dd8 tests: exclude feather-m0 board from unittests 2017-11-05 22:19:07 +01:00
Bas Stottelaar
9428034fc8 tests: fix for u8g2 default I2C address. 2017-11-05 18:54:22 +01:00
6f43e98b95 drivers/si70xx: cleanup and use pseudomodules 2017-11-05 18:13:19 +01:00
52a692ae4f
Merge pull request #7829 from smlng/enh/tests/thread_flood
tests, thread_flood: update test script and output
2017-11-02 16:12:31 +01:00
c9448f471f
Merge pull request #7772 from kaspar030/add_tests_pkg_fatfs_rtc_dep
tests: pkg_fatfs: add periph_rtc to required features
2017-11-02 15:18:40 +01:00
d0fece77a0 tests: pkg_fatfs: add periph_rtc to required features 2017-11-02 15:06:27 +01:00
f7f3b687fd tests: unittests: add avsextrem to BOARD_INSUFFICIENT_MEMORY 2017-11-02 12:59:46 +01:00
smlng
ac4a0fd063 tests: add test for uMorse package
add README for tests/pkg_umorse
    add script for tests/pkg_umorse
2017-11-02 09:22:41 +01:00
Sebastian Meiling
e7189a3ce0
Merge pull request #7912 from cgundogan/pr/tests_trickle
tests: trickle: extend trickle test to print SUCCESS/FAILURE
2017-10-31 09:24:48 +01:00
Joakim Nohlgård
4de06b5f96
Merge pull request #7777 from x3ro/fix-ssp-test-on-macos
tests/ssp: Fix on macOS while compiling w/ clang
2017-10-31 05:39:57 +01:00
Cenk Gündoğan
06f61bb21b tests: trickle: add pexpect script 2017-10-30 18:53:29 +01:00
Cenk Gündoğan
22b9e6337b tests: trickle: extend trickle test to print SUCCESS/FAILURE 2017-10-30 18:53:29 +01:00
Lucas Jenss
4710701405 tests/ssp: Fix on macOS while compiling w/ clang
On macOS using Apple LLVM version 9.0.0 this test would
not compile due to clang detecting the buffer overflow.
Since this test is all about having a buffer overflow, I
tricked clang into not detecting this anymore.

This loosely relates to #6473.
2017-10-30 10:53:46 +01:00
be91023dc1
tests/sx127x: remove unused periph/rtc.h include 2017-10-28 21:48:17 +02:00
Sebastian Meiling
2e0917cd81
Merge pull request #7727 from beduino-project/bluepill-rebased
boards: add support for bluepill board
2017-10-27 20:33:07 +02:00
Sören Tempel
9b3714b0c4 add support for bluepill board 2017-10-27 16:06:50 +02:00
Francisco Acosta
1baece5039 Merge pull request #7851 from kYc0o/fix_sx127x_misc
drivers/sx127x: Fix misc variable types and lengths
2017-10-26 16:01:54 +02:00
9feceb29fc tests/driver_sx127x: use common LoRa definitions 2017-10-26 15:41:41 +02:00
kYc0o
5a46a01096 tests/driver_sx127x/main.c: misc fixes 2017-10-26 15:41:07 +02:00
smlng
3608a9a646 tests, thread_flood: update test script and output 2017-10-26 15:15:49 +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
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
kYc0o
fe9d7db20f tests/driver_isl29125/main.c: fix counter var type 2017-10-26 02:06:31 +02:00
kYc0o
1c8bb804cf tests/driver_servo/main.c: fix var len 2017-10-26 01:36:31 +02:00
kYc0o
371ecf279d tests/driver_adcxx1c: fix warning unused argument 2017-10-25 17:18:02 +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
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
5031319bb7 test/xtimer_hang: accept 10% timing deviations 2017-10-25 14:18:47 +02:00
Hauke Petersen
c4d0f1f12e tests/float: automated test and added pexpect script 2017-10-25 12:57:10 +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
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
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
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
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
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
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
Martine Lenders
500aa285f3
tests: ds1307: adapt test result for initialization error 2017-10-23 14:42:27 +02:00
Martine Lenders
e9e299b1e5
tests: gnrc_netif2: make link-layer information matching generic 2017-10-20 17:29:14 +02:00
Martine Lenders
775e2071e5 Merge pull request #7770 from cladmi/pr/tests/remove_setting_termflags_to_empty_value
tests: remove setting TERMFLAGS= before running test
2017-10-20 16:43:10 +02:00
a92b51e66a Merge pull request #7771 from kaspar030/fix_my_copyright_messages
all: fix my email address
2017-10-20 16:01:41 +02:00
167bd30453 all: fix my email address 2017-10-20 15:02:41 +02:00
Gaëtan Harter
e428038b04 tests: remove setting TERMFLAGS= before running test
Remove setting TERMFLAGS to an empty value as its value will not be set by
`serial.inc.mk` as it is already defined.
2017-10-19 19:43:07 +02:00
Hauke Petersen
d9512179bf tests/cpp11_thread: added pexpect script 2017-10-19 14:46:05 +02:00
Hauke Petersen
b5030d5ab1 tests/cpp11_mutex: add pexpect script 2017-10-19 14:46:05 +02:00
Hauke Petersen
8fb45cfc6b tests/cpp11_confition_var: added pexpect script 2017-10-19 14:46:05 +02:00
Hauke Petersen
a88d1e93c5 test/buttons: added pexpect script 2017-10-19 14:46:05 +02:00
Hauke Petersen
cbffe940b1 tests/bloom_bytes: add pexpect script 2017-10-19 14:46:05 +02:00
Hauke Petersen
479064b7bf test/bitarithm_timings: added pexpect script 2017-10-19 14:46:04 +02:00
Gaëtan Harter
7692da9566 tests/lwip: only enable test for native board
Other board are not supported in 01-run.py.
2017-10-19 14:39:34 +02:00
Hauke Petersen
a05b06ddcc tests: fixed INSUF_MEM define for gnrc_ipv6_nib_6ln 2017-10-17 17:23:24 +02:00
316e8426ae tests/unittests: skip sodaq-explorer 2017-10-13 17:24:46 +02:00
Francisco Acosta
a82930cf60 Merge pull request #7381 from miri64/slipdev/api/slip-port-to-netdev
slip: port to be used with netdev
2017-10-10 23:23:01 +02:00
Martine Lenders
b74ee8869b slip: port to be used with netdev 2017-10-10 23:14:12 +02:00
Martine Lenders
60c18cf09f tests: add tests for IEEE 802.15.4 to gnrc_netif2 tests 2017-10-10 23:11:55 +02:00
Martine Lenders
ad0459c492 tests: adapt gnrc_netif2 test for changes in gnrc_netif2_create() 2017-10-10 21:21:36 +02:00
Lucas Jenß
f6cd5572d5 Merge pull request #6024 from x3ro/cppcheck-suppress-explained
cppcheck: Provide consistent reason formatting for all cppcheck-suppresses
2017-10-10 20:20:46 +02:00
Lucas Jenss
6998ffbb14 cppcheck: Provide consistent reason formatting for all cppcheck-suppresses 2017-10-10 10:25:20 -07:00
Martine Lenders
a13eca1bdd Merge pull request #7696 from aabadie/driver_sx127x_fixes
drivers/sx127x: several fixes
2017-10-10 18:32:11 +02:00
ef9368e6b5 tests/driver_sx127x: put radio to sleep after transmission 2017-10-10 17:59:31 +02:00
Martine Lenders
77d977032c
tests: add tests for gnrc_netif2 2017-10-10 10:36:28 +02:00
Martine Lenders
00b63e9803
tests: add tests for 6LN NDP behavior 2017-10-10 10:12:19 +02:00
Martine Lenders
545f54c913
tests: add tests for host NDP behavior 2017-10-10 10:12:19 +02:00
Martine Lenders
1b36cdf79e
nib: implement public NIB functions up to link-local AR 2017-10-10 10:12:19 +02:00
Martine Lenders
c60caccf43 tests: extend gnrc_ipv6_nib unittests for FT component 2017-10-06 23:01:10 +02:00
Cenk Gündoğan
7af0f916fe Merge pull request #7270 from miri64/gnrc_ipv6_nib/feat/abr-component
gnrc_ipv6_nib: provide component to handle ABRO
2017-10-06 22:16:17 +02:00
Martine Lenders
361dc1423f tests: extend gnrc_ipv6_nib unittests for internal ABR component 2017-10-06 22:09:53 +02:00
Martine Lenders
11e81907d5
tests: unittests: actually do TODO in NIB-PL tests 2017-10-06 17:25:35 +02:00
Cenk Gündoğan
080590f587 Merge pull request #7222 from miri64/gnrc_ipv6_nib/feat/pl-component
gnrc_ipv6_nib: add prefix list component
2017-10-06 15:42:39 +02:00
Martine Lenders
32d48a81a1
tests: extend gnrc_ipv6_nib unittests for prefix list component 2017-10-06 15:35:41 +02:00
Cenk Gündoğan
43283ef16b Merge pull request #7064 from miri64/gnrc_ndp2/api/initial
gnrc_ndp2: Provide GNRC abstraction layer for NIB for sending
2017-10-06 13:33:36 +02:00
Martine Lenders
78474fc917
tests: provide tests for gnrc_ndp2 2017-10-06 13:06:17 +02:00
Cenk Gündoğan
c3d3e7d024 Merge pull request #7212 from miri64/gnrc_ipv6_nib/feat/internal-offl
gnrc_ipv6_nib: provide internal implementation for off-link entries
2017-10-06 12:02:43 +02:00
Cenk Gündoğan
11baf130a3 Merge pull request #6988 from miri64/gnrc_ipv6_nib/feat/nc-component
gnrc_ipv6_nib: add neighbor cache component
2017-10-06 11:57:46 +02:00
Martine Lenders
c1f9b15c3a
tests: extend nib-internal unittests for off-link entry handling 2017-10-06 11:50:59 +02:00
Martine Lenders
9558a3d14a
tests: extend gnrc_ipv6_nib unittests for NC component 2017-10-06 11:33:13 +02:00
268f9b718c Merge pull request #7599 from aabadie/coap_examples_cleanup
coap: examples cleanup
2017-10-06 10:15:34 +02:00
Andreas "Paul" Pauli
69476a7a6f Merge pull request #7624 from smlng/boards/cc2650_launchpad
boards: initial support for TI CC2650 LaunchPad
2017-10-05 17:26:06 +02:00
smlng
7f73b756da tests, xtimer_hang: fix 32Bit timers, 16MHz 2017-10-05 11:24:46 +02:00
258f7b70f9 tests/unittests: add clist_sort() tests 2017-10-03 00:36:14 +02:00
75bb211c8b tests/pkg_microcoap: move microcoap_server example to tests 2017-09-28 22:26:00 +02:00
Joakim Nohlgård
2d5d42a57b Merge pull request #7499 from smlng/enh/fmt
sys, fmt: simplify fmt_s16_dfp, and update documentation
2017-09-28 19:03:17 +02:00
5cc8204e10 Merge pull request #7048 from smlng/enh/ps/schedstats
schedstats: revert to 32Bit, and enhance output of schedstats
2017-09-28 16:08:51 +02:00
smlng
71dbf14149 unittests: update tests-fmt 2017-09-28 15:44:35 +02:00
ef44438d05 tests/unittests: cleanup makefile indentation 2017-09-22 14:53:01 +02:00
smlng
37db4c3112 boards: add cc2650-launchpad to BOARD_INSUFFICIENT_MEMORY for tests and examples
- examples: dtls-echo, gnrc_border_router, javascript
    - tests: thread_cooperation, unittests
2017-09-20 11:11:13 +02:00
27ed76cad1 tests/gcoap: Add second listener 2017-09-19 14:13:46 +02:00
f3cc8dfc4f Merge pull request #7579 from dylad/fix_tests_periph_i2c
tests/periph_i2c: fix some printfs
2017-09-07 09:25:56 +02:00
dylad
5153d4bec1 tests/periph_i2c: fix some printfs formatting
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
2017-09-06 21:21:25 +02:00
smlng
9a7a8a17c6 doc, tests: fix non-standard quotes 2017-09-06 08:49:05 +02:00
516aca6b18 Merge pull request #7558 from kaspar030/add_xtimer_set_timeout_flag
sys: xtimer: add xtimer_set_timeout_flag()
2017-09-05 16:18:18 +02:00
Hauke Petersen
a8678aeaaf Merge pull request #6753 from haukepetersen/add_apa102
drivers: add driver for apa102 RGB LEDs
2017-09-04 11:22:15 +02:00
d8cf2517ed tests/thread_flags: add xtimer_set_timeout_flag() test 2017-09-01 23:54:36 +02:00
Hauke Petersen
ca4ee66867 tests: added test app for apa102 devices 2017-09-01 09:37:31 +02:00
91c1f4d9d6 Merge pull request #7511 from haukepetersen/rm_board_weio
boards/cpu: removed support for weio and lpc11u34
2017-09-01 09:36:08 +02:00
Peter Kietzmann
c177a1a75d Merge pull request #6942 from smlng/driver/my9221
Add driver for MY9221 LED controller and (based on that) the Seeed Studio Grove LED bar
2017-08-30 09:21:33 +02:00
smlng
4fc150dfb9 tests: add driver_grove_ledbar test application 2017-08-30 09:07:35 +02:00
smlng
aa554d7cce tests: add driver_my9221 test application 2017-08-30 09:06:03 +02:00
Sebastian Meiling
86c386e3d6 Merge pull request #7391 from OTAkeys/fix/cbor
cbor: fix out of bound memory access
2017-08-28 17:19:19 +02:00
Pieter Willemsen
b76bfec0a3 cbor: fix out of bound memory access 2017-08-28 14:42:43 +02:00
Hauke Petersen
cfa9580f31 boards: removed support for weio
No maintainer and no hardware available to the community.
2017-08-28 12:11:51 +02:00
Joakim Nohlgård
480f77065b Merge pull request #7514 from gebart/pr/netdev-set-const
netdev: Make set() value parameter const void *
2017-08-26 08:09:15 +02:00
016381525e tests/unittests: skip arduino-mkrzero 2017-08-25 15:33:03 +02:00
Joakim Nohlgård
065bc62e0a netdev: Make set() value parameter const void * 2017-08-25 13:41:19 +02:00
Hauke Petersen
55de35345c tests/periph_rtc: repaired and cleaned up RTC test 2017-08-23 15:39:16 +02:00
Sebastian Meiling
675f665dd0 Merge pull request #7464 from OTAkeys/pr/lsm6dsl
drivers/lsm6dsl: add power up/down functions
2017-08-21 09:41:02 +02:00
Vincent Dupont
d5d306e316 tests/driver_lsm6dsl: add power down/up test 2017-08-18 15:08:58 +02:00
5cb0be3672 Merge pull request #7312 from miri64/ds1307/feat/initial
ds1307: initial import of a driver for the DS1307 RTC
2017-08-16 09:25:59 +02:00
smlng
8c6e5e4590 tests: add test_fmt_s32_dfp
+ silently fix minor typos, too
2017-08-15 12:31:07 +02:00
Hauke Petersen
813c92e52a unittests/gcoap: add tests for _get_resource_list 2017-08-08 16:00:15 +02:00
MichelRottleuthner
0a9383228e stm32_common/periph/rtc: fix wrong read order of rtc regs, add wait for calender sync to rtc_set_time 2017-08-07 16:35:56 +02:00
Martine Lenders
94763ab7f2
tests: provide a test application for ds1307 2017-07-31 14:39:09 +02:00
87b9c75556 boards: rename nucleo-l1 to nucleo-l152 2017-07-17 18:24:15 +02:00
Francisco Acosta
1523186f99 Merge pull request #7209 from kYc0o/mcuboot_nrf52dk
Add MCUBoot linking options for RIOT images
2017-07-17 15:12:57 +02:00
kYc0o
2ff280d57f tests: add mcuboot test application 2017-07-17 14:48:28 +02:00
Martine Lenders
475e2bdc82 gnrc_pktbuf_malloc: initial import of a malloc()-based pktbuf
The main motivation for this is to valgrind the network stack.
2017-07-15 17:54:47 +02:00
Sebastian Meiling
db4faa920a Merge pull request #7349 from MichelRottleuthner/xtimer_usleep_short
tests/xtimer: add small values test for xtimer_usleep
2017-07-11 13:50:15 +02:00
MichelRottleuthner
38a91d0a6f address comments by smlng 2017-07-11 12:33:26 +02:00
MichelRottleuthner
2390ea87d8 tests: add small values test for xtimer_usleep 2017-07-11 10:37:34 +02:00
6fb88425dd tests/driver_bmx280: enhance README and driver type selection 2017-07-09 23:25:41 +02:00
Martine Lenders
17a35a0e1d Merge pull request #7311 from miri64/bcd/feat/initial
bcd: initial import of binary coded decimal en-/decoder
2017-07-06 20:51:22 +02:00
Martine Lenders
d09999a127 tests: provide unittests for bcd 2017-07-06 20:43:30 +02:00
smlng
9a3c983d1c drivers, lsm6dsl: update test, and add README 2017-07-03 17:21:24 +02:00
57c51e4014 test: add sx127x test application 2017-06-30 19:00:59 +02:00
Michael Frey
5964eaa336 doc: changed include and function call in README 2017-06-29 14:03:53 +02:00
smlng
9bed191b4f tests: adapt driver_mpl3115a2 2017-06-29 09:57:17 +02:00
44fc2c6a2a Merge pull request #6176 from kaspar030/add_ssp_support
sys: add ssp support
2017-06-27 18:55:10 +02:00
7b1a1e9d81 tests: add SSP (stack smashing protector) test application 2017-06-27 18:05:14 +02:00
Martine Lenders
7a62a33ab2 Merge pull request #7230 from OTAkeys/pr/cbor
sys/cbor: remove default configuration and allow apps to enable features
2017-06-27 17:53:50 +02:00
Pieter Willemsen
6706e763d4 sys: cbor: add test app for cbor_stream_decode 2017-06-27 17:47:47 +02:00
Pieter Willemsen
29e8bd1351 sys: cbor: makefiles can enable cbor functionality
new cbor pseudomodules:
- cbor_ctime
- cbor_float
- cbor_semantic_tagging
2017-06-27 17:45:42 +02:00
4c717d42c1 tests: xtimer_msg_receive_timeout: always wait for not received message 2017-06-27 17:33:22 +02:00
Martine Lenders
cabb58bad6
tests: add application for release specs 6 2017-06-27 14:49:20 +02:00
067231936f Merge pull request #5793 from OTAkeys/pr/can_stack
can: add a CAN stack for RIOT
2017-06-26 16:02:35 +02:00
Francisco Acosta
32b50c371a Merge pull request #6850 from aabadie/NZ32-SC151
boards/nz32-sc151: add initial support
2017-06-26 14:50:52 +02:00
Sebastian Meiling
9ce9dd601c Merge pull request #6554 from zhuoshuguo/lwmac_retry
LWMAC:  A simple duty cycling 802.15.4 MAC protocol (2nd try).
2017-06-26 12:50:44 +02:00
Martine Lenders
9d3f9f2589 Merge pull request #6402 from OTAkeys/pr/adcxx1c
drivers/adcxx1c: add ADC081C/ADC101C/ADC121C i2c adc support
2017-06-26 10:39:02 +02:00
smlng
f1f80c0098 drivers/adcxx1c: use pseudomodules for device variants 2017-06-26 09:46:09 +02:00
Vincent Dupont
35056fd647 drivers/adcxx1c: add ADC081C/ADC101C/ADC121C i2c adc support 2017-06-26 09:46:03 +02:00
e71bf07a68 Merge pull request #7223 from kb2ma/gcoap/confirm_piggy_server
net/gcoap: Provide piggybacked ACK response to confirmable request
2017-06-24 21:47:37 +02:00
Francisco Acosta
cd824c3bc2 Merge pull request #6723 from aabadie/nucleo144_f412
boards/nucleo144-f412: initial support
2017-06-23 15:29:41 +02:00
621823c29d Merge pull request #7214 from smlng/periph/button_macros
periph: generalize button macros and add test application
2017-06-22 16:10:42 +02:00
Ken Bannister
9768f51db6 net/gcoap: Unit tests for CON request and piggybacked ACK response 2017-06-21 22:47:08 -04:00
zhuoshuguo
9e640ae79a tests: provide test for LWMAC. 2017-06-21 16:41:19 +02:00
b3a4ac7ed8 tests/thread_cooperation: add b-l072z-lrwan1 to insufficient mem list 2017-06-21 15:08:41 +02:00
56396624be tests/unittests: skip b-l072z-lrwan1 board 2017-06-21 15:08:41 +02:00
smlng
bf93cd59fb tests: add on-board button test 2017-06-20 21:27:21 +02:00
Vincent Dupont
029a127eb3 can: add transceiver support in CAN stack 2017-06-19 15:36:20 +02:00
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
smlng
19351b5a11 tests: enhance ps_schedstatistics 2017-06-09 10:50:21 +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
ca70a58cfe tests/unittests: add nucleo144-f412 to cortexM boards 2017-05-19 15:57:37 +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
9156aa1483 tests/unittests: skip nz32-sc151 2017-05-13 20:00:42 +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
Hauke Petersen
92d03d2eb6 Merge pull request #6659 from haukepetersen/add_test_threadflagsxtimer
tests: added test for thread_flags + xtimer
2017-04-26 14:12:58 +02:00
Hauke Petersen
26291774bc tests: added test for thread_flags + xtimer 2017-04-26 09:20:40 +02:00
Martine Lenders
20f6ab6daf emb6: provide sock_udp port 2017-04-26 09:18:01 +02:00
Martine Lenders
006b12e4b3 Merge pull request #6960 from emmanuelsearch/delete-3des
sys: crypto: Remove 3DES crypto
2017-04-26 08:17:44 +02:00
Martine Lenders
92fe842149 Merge pull request #6961 from miri64/ipv6_addr/fix/off-by-one
ipv6_addr: provide fix for off-by-x error
2017-04-26 07:57:16 +02:00
Simon Brummer
a9da0dc4f2 gnrc_tcp: cleanup: various minor changes 2017-04-25 20:02:44 +02:00
Martine Lenders
7f778988c3 tests: provide test for off-by-x error in ipv6_addr 2017-04-25 19:19:27 +02:00
Emmanuel Baccelli
6589c01aa0 sys/crypto: remove 3DES 2017-04-25 18:34:18 +02:00
Martine Lenders
b84f3cc904 tests: adapt tests/lwip for od changes 2017-04-25 18:15:23 +02:00
Martine Lenders
d1c75b4162 tests: port tests/lwip to sock 2017-04-25 18:15:23 +02:00
Ken Bannister
e7d6d57e5f gcoap: Define length of client token in test to parse response. 2017-04-24 22:21:53 -04:00
Ken Bannister
412d0dd67e gcoap: Use client token length macro when generate expected data. 2017-04-24 22:21:53 -04:00
smlng
3b50f30a6e unittests: enhance tests-pkt with type search 2017-04-22 20:56:54 +02:00
Martine Lenders
38f383c68d Merge pull request #6703 from OlegHahm/cppcheck_fixes
dist: enable cppcheck warnings for all files
2017-04-19 08:18:47 +02:00
Travis Griggs
b2e33e840f unittests: unroll board lists to one item per line 2017-04-17 15:09:37 -07:00
908429eb33 tests: fix misc cppcheck warnings 2017-04-14 14:36:16 +02:00
Travis Griggs
43a9b85dd3 tests: update configuration for samd21-xpro 2017-04-13 18:21:07 -07:00
Martine Lenders
812c55727c Merge pull request #6886 from smlng/driver/mag3110/rework
drivers: mag3110 rework
2017-04-14 02:25:16 +02:00
smlng
644dbb1224 driver, mag3110: rework 2017-04-13 14:31:09 +02:00
cfd10c394a adapt to changed byteorder.h 2017-04-13 11:35:35 +02:00
Vincent Dupont
70ed63ed25 Merge pull request #6838 from aabadie/nucleo32_l432
boards/nucleo32-l432: initial support
2017-04-13 09:44:05 +02:00
dffbc70b1d Merge pull request #6799 from dylad/adxl345_cleanup
drivers/adxl345: cleanup/enhancements
2017-04-11 10:34:16 +02:00
dylad
530a2ef277 drivers/adxl345: cleanup/enhancements
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
2017-04-10 21:13:47 +02:00
Francisco Acosta
422b0bd091 Merge pull request #6424 from aabadie/io1_xplained_cleanup
drivers/io1_xplained: driver cleanup + better saul integration
2017-04-10 19:27:54 +02:00
Joakim Nohlgård
a2b4c42c28 unittests: Only build C++ tests for some platforms
Known working platforms are native and Cortex-M
2017-04-10 09:31:13 +02:00
Joakim Nohlgård
0f477b8b44 unittests: Add C++ constructors test 2017-04-10 09:31:13 +02:00
3d2b11b251 tests/driver_io1_xplained: adapt application to API change 2017-04-07 16:59:04 +02:00
a454975ae5 tests/unittests: skip nucleo32-l432 2017-04-06 22:23:31 +02:00
d36bf378fc Merge pull request #6819 from aabadie/nucleo_l1_adc_dac
stm32l1: add adc & dac support, update configuration for nucleo-l1
2017-04-06 17:23:36 +02:00
c65e57b308 Merge pull request #6835 from OTAkeys/pr/lsm6dsl
drivers: add lsm6dsl accelerometer/gyroscope device driver
2017-04-06 15:27:51 +02:00
Vincent Dupont
f5adafd813 tests/driver_lsm6dsl: add lsm6dsl driver test app 2017-04-06 10:58:18 +02:00
Hauke Petersen
3943d08b46 tests/periph_rtt: make wakeups more periodic 2017-04-06 09:49:30 +02:00
66c870a446 test/unittests: update ARM based boards list 2017-04-06 09:27:43 +02:00
Francisco Acosta
9edca89ea7 Merge pull request #6625 from aabadie/nucleo144_f303
boards/nucleo144-f303: initial support
2017-04-05 19:31:26 +02:00
74d2cb94f1 tests: add small nucleo32 to insufficient memory list 2017-04-05 17:19:52 +02:00
Martine Lenders
117c9341ab Merge pull request #6854 from gebart/pr/unittests-dir-wildcard
unittests: Refactor Makefile test wildcard matching line
2017-04-04 19:55:07 +02:00
Joakim Nohlgård
9809db3d90 unittests: Refactor Makefile test wildcard matching line
Eliminate external shell calls
2017-04-04 15:04:17 +02:00
Joakim Nohlgård
7f9b37e2ca unittests: Add missing check for result of vfs_opendir in tests-spiffs 2017-04-03 10:08:25 +02:00
Joakim Nohlgård
f4dd0a31b2 Merge pull request #5625 from OTAkeys/pr/spiffs
pkg: add SPIFFS support
2017-03-31 20:29:41 +02:00
Vincent Dupont
b52c9a79cf unittests: add spiffs unittests 2017-03-31 17:17:42 +02:00
Loïc Dauphin
bb31db1cfb tests/driver_dynamixel: initial support 2017-03-31 11:59:16 +02:00
Loïc Dauphin
172203dc9d tests/driver_feetech: coding conventions 2017-03-31 11:44:13 +02:00
Hauke Petersen
053e6e87d6 test/periph_hwrng: fixed output formatting 2017-03-31 10:00:54 +02:00
Hauke Petersen
05bcd3106f test: added nucleo-f476 to unittest targets 2017-03-30 16:58:34 +02:00
Martine Lenders
33991832d1 Merge pull request #6694 from kaspar030/add_sock_dns_client
sys: net: add sock dns client
2017-03-29 10:14:38 +02:00
Martine Lenders
ad38750587 Merge pull request #6693 from miri64/sntp/enh/real-time-types
sntp: extend API for common real time types
2017-03-29 09:05:56 +02:00
Martine Lenders
f2c9d0c810 Merge pull request #6529 from miri64/od/enh/reduce-func
od: simplify od module to only provide od_hex_dump
2017-03-29 00:10:41 +02:00
Martine Lenders
c5e6b16738 Merge pull request #6803 from smlng/tests/cleanup_riotbase
tests: cleanup, remove redundant RIOTBASE definition
2017-03-28 22:04:31 +02:00
Martine Lenders
3bcd9bb5c0 tests: add test application for SNTP 2017-03-28 21:13:17 +02:00
50a7248c70 tests: add sock dns client test application 2017-03-28 20:49:54 +02:00
Martine Lenders
7f4905c3ee tests: adapt tests to od change 2017-03-28 19:14:59 +02:00
Joakim Nohlgård
d1ea50a600 mtd: Redefine MTD_0 as a mtd_dev_t * 2017-03-28 17:00:39 +02:00
smlng
9eb50c9abc tests: add missing Makefile.tests_common for gnrc_tcp_client/server 2017-03-28 10:51:23 +02:00
smlng
d93db89e05 tests: cleanup, remove QUIET ?= 1, already defined in Makefile.tests_common 2017-03-28 10:49:50 +02:00
smlng
3d12edfd7f tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common 2017-03-28 10:48:27 +02:00
lebrush
796eb64c0b Merge pull request #6784 from kaspar030/add_fmt_lpad
sys: fmt: add fmt_lpad()
2017-03-27 20:10:12 +02:00
9b3c3eaf25 Merge pull request #6787 from smlng/driver/hd44780
Driver: add HD44780 LCD support
2017-03-27 19:30:04 +02:00
a3774adfaf tests: unittests: add unittest for fmt_lpad() 2017-03-27 17:44:51 +02:00
8898f485ea Merge pull request #6674 from astralien3000/feetech
drivers/feetech : initial support
2017-03-27 17:21:13 +02:00
smlng
8acb068dec driver, hd44780: add tests application 2017-03-27 16:43:51 +02:00
Loïc Dauphin
753651d833 tests/driver_feetech: initial support 2017-03-27 15:51:36 +02:00
smlng
e72426a67d tests: enhance xtimer_now64_continuity
- adapt code to use public, typesafe API calls
    - add some statistical output
    - minor code enhancements and doc corrections
    - use fmt print_str for uint64_t
2017-03-27 13:21:49 +02:00
fb907b35f8 tests/unittests: add nucleo144-f303 to cortexM boards 2017-03-24 17:29:11 +01:00
Francisco Acosta
ffad15fa85 Merge pull request #6594 from aabadie/nucleo144_f429
boards/nucleo144-f429: initial support
2017-03-24 15:52:15 +01:00
Cenk Gündoğan
63e99eb9d6 tests/driver_nrf24l01p_lowlevel: add note about compatilibity 2017-03-22 13:39:48 +01:00
dylad
0d279ea699 tests/adxl345: add functionnal test
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
2017-03-20 22:52:58 +01:00
8d49054190 tests/unittests: add nucleo144-f429 to cortexM boards 2017-03-18 15:58:13 +01:00
Vincent Dupont
1b2b5d9df9 Merge pull request #5624 from OTAkeys/pr/mtdi_flash
mtd: add a generic low level flash interface
2017-03-17 17:18:13 +01:00
879fe0c416 tests/unittests: add nucleo144-f446 to cortexM boards 2017-03-16 18:24:34 +01:00
Joakim Nohlgård
9782be1d91 unittests: add unit test for mtd-vfs 2017-03-16 18:19:05 +01:00
Vincent Dupont
81149f1843 unittests: add mtd unittests 2017-03-16 11:24:46 +01:00
67b7111805 tests: add nucleo-f302 to unsufficient memory list 2017-03-16 10:46:14 +01:00
83307d311e tests/unittest: add nucleo-f302 to unsufficient memory list 2017-03-16 10:44:37 +01:00
ca85e8afe4 Merge pull request #6651 from aabadie/nucleo32_l031
boards/nucleo32-l031: initial support
2017-03-16 08:30:48 +01:00
b0128f9dd1 tests: remove nucleo32-l031 from memory intensive tests 2017-03-15 14:08:06 +01:00
a0e45d1390 tests/unittest: remove nucleo32-l031 from unittest 2017-03-15 14:08:06 +01:00
721ca1ee78 tests/unittests/relic: remove nucleo-f410 from blacklist 2017-03-15 13:25:21 +01:00
Francisco Acosta
1a17955551 Merge pull request #6025 from aabadie/nucleo_f410
boards/nucleo-f410: initial support
2017-03-15 13:03:39 +01:00
119fc70075 Merge pull request #6610 from miri64/netdev2/enh/rename-to-netdev
netdev2: rename to netdev and remove `gnrc_netdev`
2017-03-15 11:35:19 +01:00
ff5b0bf538 tests/driver_veml6070: cleanup 2017-03-15 10:11:24 +01:00
Martine Lenders
29842bb5e4 netdev2: rename to netdev and remove gnrc_netdev
With some minor hand-edits I used the following chain of commands:

```sh
git rm sys/include/net/gnrc/netdev.h
git grep --name-only -i netdev2 | \
        xargs sed -i -e 's/^\(NETDEV\)2\(.*\)\( [("]\)/\1\2 \3/g' \
                     -e 's/\(netdev\)2\(.*\)\( \/\*\*<\)/\1\2 \3/I' \
                     -e 's/\(netdev\)2/\1/gI'
git add -p
git commit --amend
git ls-tree --full-tree -r HEAD --name-only | \
        grep "netdev2" | xargs -I'{}' dirname '{}' | uniq | \
        grep "netdev2" | while read dir; do
                new_dir="$(echo "$dir" | sed "s/netdev2/netdev/g")"
                git mv -f "$dir" "$new_dir"
        done
git commit --amend
git ls-tree --full-tree -r HEAD --name-only | \
        grep "netdev2" | while read file; do
                new_file="$(echo "$file" | sed "s/netdev2/netdev/g")"
                git mv -f "$file" "$new_file"
        done
git commit --amend
git grep --name-only "\<drivers_netdev_netdev\>" | \
        xargs sed -i "s/\<drivers_netdev_netdev\>/drivers_netdev_api/g"
git add -p
git commit --amend
```
2017-03-15 09:31:20 +01:00
478ee1a9a0 tests: add nucleo-f410 to unsufficient memory boards 2017-03-14 18:45:11 +01:00
Vincent Dupont
db65e8b3fe tests: sort ARM_CORTEX_M_BOARDS in Makefile 2017-03-14 08:12:59 +01:00
Vincent Dupont
ad0f0877cc tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically 2017-03-13 18:27:50 +01:00
Martine Lenders
ee4b2ce331 Merge pull request #6719 from Lotterleben/missing_test_targets
tests: Add missing test targets
2017-03-11 11:41:23 +01:00
Joakim Nohlgård
d559428cc6 Merge pull request #6662 from smlng/pr/tests/opt_xtimer_drift
tests: optimize xtimer drift for size
2017-03-09 16:47:23 +01:00
Lotte Steenbrink
f2fa8bdaa1 thread_msg_block_wo_queue: add README & pexpect script, extend comments
Fixes https://github.com/RIOT-OS/RIOT/issues/6680
2017-03-07 09:06:42 -08:00
Lotte Steenbrink
b0649e6e9c tests/thread_msg_block_w_queue: add README & pexpect script, extend comments
Fixes https://github.com/RIOT-OS/RIOT/issues/6680
2017-03-07 09:04:56 -08:00
26b99a57be cpu: native: add vfs wrappers 2017-03-07 17:59:59 +01:00
Joakim Nohlgård
0371769e72 devfs: Dynamic file system for device nodes 2017-03-07 17:59:59 +01:00
Joakim Nohlgård
dcc37329df sys/vfs: A virtual file system (VFS) layer for RIOT
The VFS layer provides file system abstractions to allow using a unified
interface to access files from mounted file systems.
2017-03-07 17:59:57 +01:00
Lotte Steenbrink
640a69731c tests/thread_flood: add test target to Makefile 2017-03-07 07:37:06 -08:00
Lotte Steenbrink
32df7b4163 tests/rmutex: add test target to Makefile 2017-03-07 07:32:13 -08:00
Lotte Steenbrink
bad5a19b03 tests/mutex_order: add test target to Makefile 2017-03-07 07:22:25 -08:00
Joakim Nohlgård
0f74b5b2a0 tests/emb6: Revert workaround for false positive
This line gave a -Wunused-value in gcc-4.6 before the stdatomic.h header
for msp430 was modified as a workaround.
2017-03-07 10:21:37 +01:00
Hauke Petersen
f3d3c08e2a Merge pull request #6679 from brummer-simon/ringbuffer-remove-bugfix
core: bugfix: ringbuffer_remove
2017-03-06 17:27:07 +01:00
Francisco Acosta
7ec6fcacdf Merge pull request #6667 from aabadie/fix_test_xbee
test/driver_xbee: fix xbee param UART export in Makefile
2017-03-03 15:37:40 +01:00
Loïc Dauphin
ac53dff0cb tests: rename opencm9-04 into opencm904 2017-03-03 09:57:53 +01:00
d0e641e80b tests: remove nucleo-l053 from memory intensive tests 2017-03-02 13:52:12 +01:00
0e874357a2 tests: remove nucleo-l053 from unittests 2017-03-02 13:52:12 +01:00
Simon Brummer
68581a8fbe core: bugfix: ringbuffer_remove 2017-03-01 22:01:26 +01:00
BytesGalore
dacc3cba9f Merge pull request #6283 from OTAkeys/pr/hmac_iterative_calc
hashes/sha256: add iterative hmac calc. functions
2017-03-01 17:14:11 +01:00
Hermann Lelong
f2ef9db988 hashes/sha256: add iterative hmac calc. functions
Add init, update, and final functions to do HMAC
calculation using blocks, instead of one shot.

Unit tests: use the PRF-6 test vector to test the case
where data is splitted in 3 different blocks.
2017-03-01 15:51:21 +01:00
Sebastian Meiling
f6022a283d Merge pull request #6541 from brummer-simon/gnrc_tcp-cleanup
gnrc_tcp: cleanup
2017-03-01 09:34:49 +01:00
Francisco Acosta
29753d6018 Merge pull request #6433 from aabadie/nucleo_l073
boards/nucleo-l073: initial support
2017-02-28 20:22:39 +01:00
cb10ba8b13 test/driver_xbee: fix xbee param UART export in Makefile 2017-02-28 17:33:04 +01:00
b0952a297d tests: add test for veml6070 sensor 2017-02-28 13:20:21 +01:00
smlng
0acf43a231 tests, xtimer_hang: add README 2017-02-27 19:37:55 +01:00
smlng
50c9242700 tests, xtimer_hang: correct output (percentage) 2017-02-27 19:37:55 +01:00
smlng
ae5ee83275 tests: add README for xtimer_drift 2017-02-27 18:05:53 +01:00
smlng
ce29357fa3 tests: optimize mem size of xtimer_drift
- remove descriptive puts messages, and use LOG_DEBUG/INFO
- rational: fits into 2k RAM now, and works on arduino duemilanove
2017-02-27 18:05:42 +01:00
Hauke Petersen
62fc1e0c3d test/thread_flags: remove unused module 'xtimer' 2017-02-27 15:09:30 +01:00
Simon Brummer
1ae3b51224 gnrc_tcp: cleanup: removed unnecessary includes 2017-02-26 17:31:23 +01:00
3f3ec10bd7 tests/thread_cooperation: exclude nucleo-l073 2017-02-24 16:13:32 +01:00
4ca7f1096a tests/unittests: exclude nucleo-l073 board 2017-02-24 16:12:41 +01:00
smlng
1562ef7d35 tests: set default board=samr21-xpro for tests/driver_ 2017-02-23 14:56:30 +01:00
smlng
0e57a0542b tests: set default board=samr21-xpro for tests/periph_spi 2017-02-23 14:56:26 +01:00
smlng
ca25ab669d tests: set default board=samr21-xpro for tests/periph_rtt 2017-02-23 14:55:58 +01:00
smlng
1f84b7e773 tests: set default board=samr21-xpro for tests/periph_pwm 2017-02-23 14:53:52 +01:00
smlng
7313e01e55 tests: set default board=samr21-xpro for tests/periph_i2c 2017-02-23 14:53:28 +01:00
smlng
e4e14d92d3 tests: set default board=iotlab-m3 for tests/periph_flashpage 2017-02-23 14:52:29 +01:00
smlng
50f052b943 tests: set default board=stm32f4discovery for tests/periph_dac 2017-02-23 14:52:28 +01:00
smlng
448b11b448 tests: set default board=pba-d-01-kw2x for tests/periph_adc 2017-02-23 14:52:28 +01:00
smlng
c5ac4f8ac5 tests: set default board=samr21-xpro for tests/mpu_stack_guard 2017-02-23 14:52:28 +01:00
smlng
96f9f586c9 tests: set default board=samr21-xpro for tests/pkg_cmis-dsp 2017-02-23 14:52:27 +01:00
smlng
d2b32a8c98 tests: set default board=limifrog-v1 for tests/driver_lis3mdl 2017-02-23 14:52:27 +01:00
smlng
35b12dd623 tests: set default board=stm32f4discovery for tests/warn_conflict 2017-02-23 14:52:27 +01:00
smlng
536f9d74f1 tests: fix default board for tests/board_calliope_mini 2017-02-23 14:52:27 +01:00
77df65e95e tests: add nucleo32-f031 to unsufficient memory boards 2017-02-22 18:43:02 +01:00
3628617001 tests/unittest: add nucleo-f411 to ARM Cortex based boards 2017-02-22 15:18:21 +01:00
a8bc77b35b Merge pull request #6636 from kaspar030/fix_tests_thread_flag
tests: thread_flags: print success message
2017-02-22 11:26:37 +01:00
8d207ca724 Merge pull request #5731 from melshuber/master
core: recursive mutex implementation
2017-02-21 14:03:14 +01:00
d92a3bd5b0 tests: thread_flags: print success message 2017-02-21 10:37:47 +01:00
Simon Brummer
fd007d5307 gnrc_tcp: cleanup: fixed outdated comments 2017-02-20 21:58:05 +01:00
Peter Kietzmann
6ef3abec5c Merge pull request #5570 from aabadie/drivers_tsl2561
drivers/tsl2561: initial support
2017-02-17 10:06:46 +01:00
Martine Lenders
0858a3ea8c Merge pull request #6618 from haukepetersen/opt_tcs37727_saulplusinit
drivers/tcs37727: SAUL support + misc fixes
2017-02-16 16:03:10 +01:00
Hauke Petersen
2e6ecafafd Merge pull request #6619 from haukepetersen/opt_test_saul_moreoutput
tests/saul: added some more descriptive output
2017-02-16 14:48:18 +01:00
Hauke Petersen
470f2de771 drivers/tcs37727: SAUL support + misc fixes
- added default parameters file
- let init() function use param struct
- named return values
- simplified init function
- sensor now active after init was called
- simplified return values
2017-02-16 14:46:50 +01:00
Hauke Petersen
ffff611265 tests/saul: added some more descriptive output 2017-02-16 12:46:49 +01:00
Peter Kietzmann
a3f3441235 Merge pull request #6581 from mali/fix_tests_driver_mq3
tests/driver_mq3: fix build upon avr 8 bits MCU
2017-02-16 12:00:17 +01:00
Hauke Petersen
0567b5598a Merge pull request #6570 from miri64/gnrc_zep/cleanup/rm
gnrc_zep: remove gnrc_zep
2017-02-15 10:02:37 +01:00
Laurent Navet
9f59986eab tests/driver_mq3: don't use timex constant
using define constants from timex.h breaks build for some boards.
2017-02-13 21:58:28 +01:00
Martine Lenders
c0b9b0fb56 Merge pull request #5938 from miri64/pkg/feat/lwip-sock-tcp
pkg: provide sock_tcp support for lwip
2017-02-13 21:45:41 +01:00
Martine Lenders
b915d15de1 pkg: provide sock_tcp support for lwip 2017-02-13 20:10:42 +01:00
Martin Elshuber
b9bb22b393 Added test application for reentrant mutexes
* fixed BOARD_INSUFFICIENT_MEMORY for rmutex
2017-02-09 15:29:24 +01:00
Neil Jones
8434f9c932 test: slip: blacklist mips-malta board
It has no UART.
2017-02-09 13:06:26 +00:00
Neil Jones
fd9ce7a865 tests: Add mssing includes for leds and xtimer test 2017-02-09 13:05:07 +00:00
Joakim Nohlgård
094107863f Merge pull request #5688 from gebart/pr/atomics-refactor
core: Provide all C11 atomic operations
2017-02-09 09:00:16 +01:00
Laurent Navet
13286cd89f tests/driver_mq3: fix build upon avr 8 bits MCU
fix tests/driver_mq3/main.c:58:27: error: integer overflow in expression [-Werror=overflow]
         xtimer_usleep(500 * 1000);
2017-02-08 23:07:36 +01:00
Joakim Nohlgård
cb34eed8f3 tests/unittests/core-atomic: Use stdatomic.h instead of custom atomic.h 2017-02-08 16:23:49 +01:00
Joakim Nohlgård
c1b84f0e4f tests/emb6: Use stdatomic.h instead of custom atomic.h 2017-02-08 16:23:49 +01:00
Peter Kietzmann
e5e79c2834 Merge pull request #5937 from miri64/pkg/feat/lwip-sock-udp
pkg: provide sock_udp support for lwip
2017-02-08 09:43:20 +01:00
Martine Lenders
5e983db605 gnrc_zep: remove gnrc_zep
This ZEP implementation is based on `gnrc_netdev`, it is complicated to
use, I'm not even sure anyone used it except me or if it is working
still. See #6121 for a better port of ZEP.
2017-02-07 17:41:28 +01:00
Peter Kietzmann
5bf4882592 Merge pull request #6453 from smlng/pr/5469-bis
drivers/kw2xrf: adapt to netdev2
2017-02-07 15:58:54 +01:00
Martine Lenders
a45256a2a7 pkg: provide sock_udp support for lwip 2017-02-07 15:48:47 +01:00
PeterKietzmann
598a36b75b drivers/kw2xrf: reduce scope of test application 2017-02-07 15:22:46 +01:00
smlng
887f499eca drivers/kw2xrf: adapt to new SPI interface
- add docu for structs, defines and functions
    - exclude drivers/kw2xrf/include/overwrites.h (vendor header)
    - add missing header guards
2017-02-07 15:08:05 +01:00
Johann Fischer
5eccbfb2ad tests/driver_kw2xrf: adapt for netdev2 and add testmodes 2017-02-07 15:07:58 +01:00
Peter Kietzmann
4403cc931a Merge pull request #6523 from haukepetersen/opt_dht_autoinit
drivers/dht: updated auto-init + some enhancements
2017-02-07 11:57:10 +01:00
Hauke Petersen
c6aa413320 tests/driver_dht: adapted to driver changes 2017-02-07 09:59:30 +01:00
Simon Brummer
d4c477aa01 gnrc_tcp: cleanup: correct copyright updates and corrected doxygen comments 2017-02-06 18:26:45 +01:00
Takuo Yonezawa
3193cf8aa7 tests/gnrc_ipv6_ext: update README.md 2017-02-06 16:27:51 +09:00
Simon Brummer
7e7b832219 gnrc_tcp: cleanup: Enforce coding convention 2017-02-04 10:19:59 +01:00
Martine Lenders
0747f57dd5 Merge pull request #6550 from BytesGalore/mod_test_libcoap
tests/pkg_libcoap: exchange printf with puts
2017-02-03 15:37:07 +01:00
BytesGalore
5f3b3bfe5f tests/libcoap: exchange printf with puts 2017-02-03 14:39:17 +01:00
aedffd7883 tests: remove non existing board name 2017-02-02 18:18:47 +01:00
Oleg Hahm
00cc9c9f7a Merge pull request #6506 from cgundogan/pr/isl29125_interrupt
isl29125: added interrupt
2017-02-02 14:41:18 +01:00
martinheusmann
c2458dbd6d tests/driver_isl29125: extended test for interrupt use 2017-02-02 13:31:34 +01:00
1bf363bdaf Merge pull request #6539 from BytesGalore/mod_test_thread_flags
tests/thread_flags: exchange printf with puts
2017-02-02 11:55:40 +01:00
Oleg Hahm
f7ad8f5cf3 Merge pull request #6537 from BytesGalore/mod_test_pkg_oonf
tests/pkg_oonf_api: exchange printf with puts
2017-02-01 15:37:36 +01:00
Oleg Hahm
49b39d2251 Merge pull request #6524 from brummer-simon/gnrc_tcp-cleanup-Moving_examples_to_tests
examples: tests: Moving gnrc_tcp_src/cli from examples to tests
2017-02-01 15:28:56 +01:00
BytesGalore
548270eb7d tests/thread_flags: exchange printf with puts 2017-02-01 14:44:00 +01:00
BytesGalore
3379269c39 tests/pkg_oonf_api: exchange printf with puts 2017-02-01 14:12:44 +01:00
Joakim Nohlgård
9a3589dcfe Merge pull request #6479 from haukepetersen/fix_lis3dh_mulle
drivers/lis3dh: fixed bug and simplified init()
2017-01-31 19:48:52 +01:00
Simon Brummer
c6020cc100 examples: tests: move gnrc_tcp examples/ to tests/ 2017-01-31 19:35:56 +01:00
64c918a3b8 tests: add test for tsl2561 sensor driver 2017-01-31 17:49:16 +01:00
618c3db885 tests: thread_cooperation: fix for <32bit platforms 2017-01-31 14:28:58 +01:00
Hauke Petersen
db048f22ad drivers/pn532: enabled test app to select SPI mode 2017-01-27 08:30:02 +01:00
Peter Kietzmann
6a6cbb8d88 Merge pull request #6485 from kYc0o/tweetnac_inc_stack
tests/unittests/tests-tweetnacl: increase needed stack
2017-01-26 15:51:57 +01:00
kYc0o
5ff272f9f8 tests/unittests: add more boards to insufficient memory list 2017-01-26 15:02:00 +01:00
kYc0o
2277cc3354 tests/unittests/tests-tweetnacl: increase needed stack 2017-01-26 15:02:00 +01:00
Cenk Gündoğan
d442a6a3f8 tests/emb6: msb-430 insufficient memory 2017-01-26 12:18:27 +01:00
Hauke Petersen
ed2bb9d3f8 drivers/lis3dh: fixed bug and simplified init()
- changed to SPI_MODE_0
- made init() function use the params struct as parameter
2017-01-26 10:12:44 +01:00
Hauke Petersen
422763e53f tests: blacklisted some msp430 based boards 2017-01-25 17:25:18 +01:00
Hauke Petersen
7b1047f3bc tests/lwip: blacklist nucleo-f072 and wsn430 2017-01-25 16:46:46 +01:00
Hauke Petersen
5bdb3bfa61 misc: aggregated doxygen fixes 2017-01-25 16:46:46 +01:00
Hauke Petersen
1544699286 tests/emb6: blacklisted wsn boards for insuf. RAM 2017-01-25 16:46:46 +01:00
Hauke Petersen
5a26037702 drivers/pcd8544: adapted to SPI API changes 2017-01-25 16:46:46 +01:00
Hauke Petersen
8ff20d1386 drivers/nvram_spi: adapted to SPI API changes 2017-01-25 16:46:46 +01:00
Hauke Petersen
5cb10ca9ea drivers/nrf24l01: adapted to SPI API changes 2017-01-25 16:46:46 +01:00
Hauke Petersen
3d80b9c581 drivers/lis3dh: adapted to SPI API changes 2017-01-25 16:46:46 +01:00
Hauke Petersen
e5ab3c2020 drivers/kw2xrf: adpated to SPI API changes 2017-01-25 16:46:45 +01:00
Hauke Petersen
87534c75f0 drivers/encx24j600: adapted to SPI API changes 2017-01-25 16:46:45 +01:00
Hauke Petersen
dc3e78d521 drivers/end28j60: adapted to SPI API changes 2017-01-25 16:46:45 +01:00
Hauke Petersen
610e671aac drivers/adt7310: adapted to SPI API changes 2017-01-25 16:46:45 +01:00
Hauke Petersen
f42ae58d27 tests/warn_conflict: adapted to SPI API changes 2017-01-25 16:46:45 +01:00
Hauke Petersen
a25b25d830 tests/periph_spi: rewrite of SPI test 2017-01-25 16:46:04 +01:00
Martine Lenders
5ea160e6fe Merge pull request #6004 from miri64/posix/enh/use-sock-for-sockets
posix_sockets: port to sock
2017-01-24 17:40:01 +01:00
Martine Lenders
751a82807b Merge pull request #6214 from miri64/tests/enh/list-unittests
tests: provide unittests for core/list
2017-01-24 15:56:43 +01:00
Martine Lenders
1ccdc4643f posix_sockets: port to sock 2017-01-24 15:17:15 +01:00
Francisco Acosta
e44236d379 Merge pull request #6170 from haukepetersen/add_periph_romaddrtopage
drivers/flashrom: added addr-to-page function
2017-01-24 14:18:41 +01:00
Hauke Petersen
5d8f686cf6 Merge pull request #6031 from MichelRottleuthner/sdcard_spi_testing
add driver for sd-cards (using spi)
2017-01-24 14:18:11 +01:00
Martine Lenders
b0a849c01c tests: provide unittests for core/list 2017-01-24 14:15:48 +01:00
Hauke Petersen
87bdd7be32 tests/unittests: added flashpage tests (page<->addr) 2017-01-24 09:41:56 +01:00
Frits Kuipers
e483c2307b boards/maple-mini: initial support 2017-01-21 16:27:17 +01:00
Martine Lenders
5b1c00ad8b Merge pull request #6388 from astralien3000/opencm9-04
boards/opencm9-04 : initial support
2017-01-21 14:37:50 +01:00
Martine Lenders
85d8397464 Merge pull request #6117 from kb2ma/gcoap/sock
gcoap: rebase networking on sock
2017-01-21 10:40:13 +01:00
Ken Bannister
342c3f2ed3 gcoap: Remove coap.h include file, which is no longer used.
Also change references in dependencies to the net/gcoap.h include.
2017-01-20 22:00:25 -05:00
Ken Bannister
acda73c9c7 gcoap: Update unit tests for rebase on sock 2017-01-20 22:00:25 -05:00
9d55b3a49b Merge pull request #6156 from keestux/add-driver-bme280
drivers: Add driver for BME280
2017-01-20 21:24:22 +01:00
Martine Lenders
ace053fbf2 Merge pull request #6444 from smlng/pr/tests/add_makefile_tests_common
tests: add missing include for Makefile.tests_common
2017-01-20 20:36:30 +01:00
Kees Bakker
a0a76d66d2 drivers: Add driver for BME280 2017-01-20 20:26:43 +01:00
smlng
52fadaf23a tests: remove redundant board and quiet statements 2017-01-20 19:36:04 +01:00
Martine Lenders
aab48458da Merge pull request #6440 from smlng/pr/unittests/macos_fix
unittests: fix heatshrink compiler error on macOS
2017-01-20 18:26:46 +01:00
Michel Rottleuthner
ac2ae7cb56 drivers: added driver for accessing sd_cards over spi 2017-01-20 18:11:26 +01:00
Loïc Dauphin
73a3be518b tests: add opencm9-04 to insufficient memory boards in some tests 2017-01-20 18:11:00 +01:00
smlng
f84e8a37e2 tests: add missing include for Makefile.tests_common 2017-01-20 17:24:56 +01:00
smlng
a79ee2d623 unittests: fix heatshrink compiler error on macOS 2017-01-20 14:34:35 +01:00
kYc0o
abf6c3e53f tests/driver_xbee: add DEVELHELP to catch non-valid configs 2017-01-20 14:22:20 +01:00
kYc0o
a2f54a0e58 tests/driver_xbee: reduce pktbuf size to cover small platforms 2017-01-20 14:22:20 +01:00
Oleg Hahm
7ee7801c10 *: remove trailing underscores from header guards 2017-01-19 18:30:53 +01:00
Oleg Hahm
693636690c Merge pull request #6399 from OlegHahm/timex_constants
timex: unambiguous time conversion macros
2017-01-19 17:29:26 +01:00
Martine Lenders
76f951b54f Merge pull request #6326 from smlng/pr/osx/tests_name_clash
tests: fix linker failure on OS X due to name clash
2017-01-19 16:08:13 +01:00
smlng
6a037ad004 tests: add prefix to Makefile.tests_common
- fixes name clash on macOS
    - correct naming of test coap to pkg_libcoap
2017-01-19 15:20:37 +01:00
Martine Lenders
8ba057daf7 Merge pull request #6377 from aabadie/nucleo32-f303
boards/nucleo32-f303 : initial support
2017-01-19 14:19:28 +01:00
Oleg Hahm
4f4214235b timex: unambiguous time conversion macros 2017-01-19 13:18:08 +01:00
Oleg Hahm
b9b6e4934c Merge pull request #5203 from OlegHahm/cbor_bound_checking
cbor: bounds checking on read and no_copy string deserialization
2017-01-19 12:21:18 +01:00
ca11e4c9e6 tests: add nucleo32-f303 to insufficient memory boards in some tests 2017-01-19 11:09:42 +01:00
Peter Kietzmann
616d35e96f Merge pull request #6153 from haukepetersen/opt_driver_mma8x5x
drivers/mma8x5x: remodeled driver
2017-01-19 09:56:31 +01:00
Peter Kietzmann
f7043c5add Merge pull request #6394 from kYc0o/test_xtimer_usleep
tests: add xtimer_usleep test
2017-01-19 09:24:20 +01:00
kYc0o
ddaa28fdc1 tests: add xtimer_usleep test 2017-01-18 23:55:02 +01:00
963662416b boards/nucleo32-f042: change board name nucleo->nucleo32 2017-01-18 22:04:59 +01:00
Oleg Hahm
8f71b4c103 Merge pull request #6397 from OlegHahm/txtsnd_pseudomodule
shell: introduce txtsnd pseudomodule
2017-01-18 21:21:42 +01:00
Oleg Hahm
df7927dc94 shell: introduce txtsnd pseudomodule
This commit allows to enable/disable the txtsnd shell command. The
command is used to send strings over L2 in GNRC. Until now the command
was automatically enabled if GNRC and shell_commands were present, which
may lead to confusion if no L2 packet handler is registered.
2017-01-18 20:58:56 +01:00
Martine Lenders
53ab146ef5 Merge pull request #6333 from smlng/pr/unittests/osx_array_fix
unittests: fix array length error on OSX
2017-01-18 20:39:55 +01:00
Lucio Torre
d783d784c9 cbor: add zero copy string deserialization 2017-01-18 19:33:00 +01:00
Martine Lenders
9666f58e6c Merge pull request #6387 from haukepetersen/add_example_saul
examples: added stand-alone SAUL example
2017-01-18 18:48:32 +01:00
smlng
48a93cb665 unittests: fix array length error on OSX 2017-01-18 13:50:56 +01:00
Hauke Petersen
db24f5e140 tests/mma8x5x: adapted test for driver changes 2017-01-18 10:51:15 +01:00
Peter Kietzmann
7c252eddae Merge pull request #4642 from haukepetersen/opt_hdc1000
drivers/hdc1000: remodeled driver + SAUL integration
2017-01-17 16:02:03 +01:00
Peter Kietzmann
1730b883ef Merge pull request #5936 from miri64/pkg/feat/lwip-sock-ip
pkg: provide sock_ip support for lwip
2017-01-17 13:19:00 +01:00
Hauke Petersen
1469d46501 test/examples/make: inc all of SAUL on saul_default
- make saul_default dependent on saul_reg and auto_init_saul
- adapt default example and the saul test application
2017-01-17 12:22:23 +01:00
Hauke Petersen
89c7c30a7f tests/driver_hdc1000: adapted to driver changes 2017-01-17 10:48:22 +01:00
Martine Lenders
bf60c2fbfa pkg: provide sock_ip support for lwip 2017-01-17 09:00:44 +01:00
21faabe417 Merge pull request #5948 from kaspar030/add_pkg_heatshrink
pkg: add heatshrink compression library
2017-01-17 08:37:04 +01:00
Martine Lenders
548507c37e Merge pull request #6370 from OlegHahm/crypto_remove_twofish_rc5
sys: crypto: remove twofish and rc5
2017-01-17 08:30:04 +01:00
680a923aa5 tests: unittests: add unittests for heatshrink package 2017-01-17 00:04:03 +01:00
Oleg Hahm
c2893d4a88 sys: crypto: remove twofish and rc5 2017-01-15 14:53:43 +01:00
d2685f2515 Add test case for the jc42 temperature sensor 2017-01-15 13:10:37 +01:00
Victor Arino
d8d8d55e72 drivers/pn532: add NFC reader PN532 driver 2017-01-13 14:47:19 +01:00
0194091673 remove obsolete lpm code 2017-01-12 11:24:15 +01:00
Oleg Hahm
587502446a Merge pull request #6323 from kaspar030/blacklist_aversiveplusplus
tests: pkg_aversiveplusplus: temporarily disable CI building
2017-01-12 00:10:59 +01:00
Francisco Acosta
deeb48723b Merge pull request #6293 from kYc0o/tweetnacl_pkg
pkg: add tweetnacl as a package
2017-01-11 21:04:00 +01:00
kYc0o
b84b151e78 tests/unittests: add tweetnacl unittest 2017-01-11 16:29:53 +01:00
cb85785a3b tests: pkg_aversiveplusplus: temporarily disable CI building 2017-01-11 14:29:31 +01:00
Peter Kietzmann
82ec622748 Merge pull request #6168 from BytesGalore/base64_fix_expected_encode_size
sys/base64: corrected output size determination
2017-01-11 11:51:06 +01:00
BytesGalore
49f89b4268 sys/base64: corrected output size determination 2017-01-10 18:30:38 +01:00
Peter Kietzmann
a8297595e6 Merge pull request #6108 from haukepetersen/opt_nrf_nrfmin
cpu/nrf5x: ported nrfmin driver to netdev2
2017-01-10 16:52:54 +01:00
Peter Kietzmann
dcfd0d656b Merge pull request #6142 from haukepetersen/add_nrf51_i2c
cpu/nrf51: added I2C driver implementation
2017-01-10 15:25:18 +01:00
Peter Kietzmann
f76b2f4906 Merge pull request #6273 from OTAkeys/pr/nucleo-f042
boards: add nucleo-f042
2017-01-10 14:52:00 +01:00
Hauke Petersen
ce37b970b4 tests/driver_nrfmin: removed test
test is not needed anymore, simply test the driver
using the default or gnrc_networking examples
2017-01-10 11:54:49 +01:00
Hauke Petersen
5d31ca5d4b drivers: use I2C_DEV(x) instead of deprecated I2C_x 2017-01-10 11:52:36 +01:00
Hauke Petersen
7e715014ca tests/driver_xbee: adapted to XBee driver changes 2017-01-10 11:47:31 +01:00
Hauke Petersen
83d206e2b0 drivers/xbee: adapted to netdev2 2017-01-10 11:47:31 +01:00
Vincent Dupont
1a12a40110 boards/nucleo-f042: initial support 2017-01-10 10:34:35 +01:00
Hauke Petersen
474cf80558 tests/periph_uart: terminate strings with \n 2017-01-09 13:17:44 +01:00
Oleg Hahm
3ad26cf46f Merge pull request #6204 from named-data-iot/uecc-patch
pkg/micro-ecc: support boards without hwrng feature
2017-01-05 16:38:23 +01:00
zhuoshuguo
6a0ac75d2c gnrc_mac: add mac tx and rx internal types and API. 2017-01-04 13:59:16 +01:00
Wentao Shang
ba7f1af7ab pkg/micro-ecc: support boards without hwrng feature 2017-01-04 02:32:40 -08:00
Martine Lenders
71f778aa65 tests: provide unittests for ucrc16 2016-12-27 00:58:11 +01:00
9172e42437 tests/unittests: add stm32f3discovery to BOARD_INSUFFICIENT_MEMORY 2016-12-18 16:56:36 +01:00
Hauke Petersen
bb763bdd87 tests/driver_servo: s/PWM_0/PWM_DEV(0)/ 2016-12-15 12:18:39 +01:00
Hauke Petersen
9fb771942d tests: added test for periph/flashpage drivers 2016-11-30 16:51:09 +01:00
Francisco Acosta
84d0d61279 Merge pull request #5608 from gebart/pr/xtimer-ticks
xtimer: Allow arbitrary timer frequency, second attempt
2016-11-29 23:00:31 +01:00
Joakim Nohlgård
c5058673b7 tests/unittests: Mark limifrog-v1 for insufficient memory 2016-11-29 20:44:31 +01:00
Joakim Nohlgård
4e5fae77da tests/fib: Tidy up code style and fix cppcheck warning 2016-11-29 20:44:31 +01:00
Joakim Nohlgård
7c48c891a0 xtimer: Update xtimer usage to match API changes 2016-11-29 20:44:31 +01:00
Peter Kietzmann
e547ff1d60 Merge pull request #6013 from haukepetersen/opt_periph_uartreturntypes
periph/uart: added names to return values
2016-11-29 19:14:09 +01:00
Joakim Nohlgård
63e91151cd xtimer: Add tick conversion 2016-11-28 11:00:42 +01:00
Joakim Nohlgård
199140e50b sys/div: Add support for big 64 bit numbers 2016-11-28 11:00:42 +01:00
Joakim Nohlgård
94da9c2975 sys/div: Add div_u64_by_15625div512
64-bit version of div_u32_by_15625div512

also updated tests-div to use correct order for expected and actual values in unit tests (embUnit)
2016-11-28 11:00:42 +01:00
smlng
06d6f544b6 pkg/oonf_api: add compile test 2016-11-23 17:16:21 +01:00
Hauke Petersen
8787eee178 tests: blacklisted calliope-mini 2016-11-21 17:20:53 +01:00
Hauke Petersen
16af568afa tests: added Calliope mini specific test app 2016-11-21 17:20:53 +01:00
Peter Kietzmann
9c7d9eb06f Merge pull request #6141 from haukepetersen/opt_bh1750fvi_namedreturnvalues
drivers/bh1750fvi: added names to return values
2016-11-21 08:23:24 +01:00
Martine Lenders
0946bda027 Merge pull request #6143 from miri64/gnrc_sock/enh/include-af
gnrc_sock: move net/af.h include to sock_types.h
2016-11-18 15:47:19 +01:00
Martine Lenders
bd533dd785 gnrc_sock: move net/af.h include to sock_types.h 2016-11-18 12:33:01 +01:00
Peter Kietzmann
711415360f Merge pull request #5433 from OTAkeys/pr/mma8x5x
mma8652: add support for all mma8x5x accelerometers
2016-11-18 09:02:42 +01:00
Hauke Petersen
31aeb3a09a tests/driver_bh1750fvi: check return value 2016-11-17 22:58:19 +01:00
Vincent Dupont
b9b838f1dc mma8652: add support for all mma8x5x accelerometers 2016-11-16 14:14:07 +01:00
Hauke Petersen
fe7fc50106 tests: blacklisted microbit for insufficiant RAM 2016-11-09 12:01:09 +01:00
Hauke Petersen
6484d9ad1a tests: added micro:bit specific test app 2016-11-09 12:01:09 +01:00
Martine Lenders
34319b2964 Merge pull request #6084 from miri64/tests/fix/gnrc_sock_udp-resize-pktbuf
tests: resize packet buffer for gnrc_sock_udp test
2016-11-08 21:52:53 +01:00
Francisco Acosta
25e7681c35 Merge pull request #6079 from miri64/tests/fix/posix_semaphore
tests: fix posix_semaphore output and for timer error
2016-11-08 20:37:54 +01:00
Francisco Acosta
380b71726b Merge pull request #6080 from miri64/od/fix/newlib-nano
od: quick-fix for newlib-nano
2016-11-08 19:16:06 +01:00
Martine Lenders
63c17ceb53 tests: resize packet buffer for gnrc_sock_udp test 2016-11-08 18:19:39 +01:00
Martine Lenders
fcff65b6d8 od: quick-fix for newlib-nano 2016-11-08 17:16:53 +01:00
Martine Lenders
8136a12d24 tests: fix posix_semaphore output and for timer error 2016-11-08 16:38:04 +01:00
Martine Lenders
362077d3d5 tests: fix sizeof_tcb output 2016-11-08 16:28:40 +01:00
Martine Lenders
815426b0a1 Merge pull request #6051 from OlegHahm/fix_test_mutex_order_readme
tests: mutex_order: updated test and fixed README
2016-11-04 01:11:33 +01:00
Oleg Hahm
9c2338ea7d tests: mutex_order: added pexpect script 2016-11-03 16:37:54 +01:00
Oleg Hahm
a5245769d3 tests: mutex_order: fixed and updated README 2016-11-03 16:37:39 +01:00
Oleg Hahm
e0ede745a6 tests: mutex_order: remove xtimer dependency 2016-11-03 16:37:24 +01:00
Martine Lenders
8a399fd5bd tests: fix test description for emb6 2016-11-03 12:54:37 +01:00
Cenk Gündoğan
19eac87d9b tests/pkg_micro-ecc: rm requirement for periph_hwrng in Makefile 2016-11-02 09:55:00 +01:00
Martine Lenders
57ab1b06d5 unittests: Add more boards to BOARD_INSUFFICIENT_MEMORY
Somehow in the merging of 6dac4bd this was not catched, but those new
unittests made the total build too big for some more boards.
2016-11-01 11:05:43 +01:00
Martine Lenders
6dac4bd530 Merge pull request #5950 from zhuoshuguo/add_packet_queue_module_to_gnrc_mac
gnrc: Add priority packet queue module to gnrc
2016-11-01 07:45:31 +01:00
Ken Bannister
88a3eeb574 gcoap: unit tests 2016-10-31 22:41:53 -04:00
zhuoshuguo
0ebe2a0309 gnrc: add priority packet queue module. 2016-10-31 16:53:01 +01:00
Hauke Petersen
13cebf2739 tests/periph_uart: use named UART return values 2016-10-28 10:32:00 +02:00
Hauke Petersen
f6413ee5f5 Merge pull request #5772 from miri64/gnrc/feat/sock
gnrc_sock: provide port for sock_ip and sock_udp
2016-10-27 11:43:44 +02:00
Martine Lenders
5090e805e6 Merge pull request #5976 from miri64/tests/enh/fletcher-wrap-around
tests: unittests: add tests for longer input vectors
2016-10-26 17:52:03 +02:00
Martine Lenders
9e97b0a028 Merge pull request #5977 from miri64/ieee802154/enh/centralize-default-values
ieee802154: centralize default values
2016-10-26 16:39:44 +02:00
Martine Lenders
964cd75c3c tests/driver_xbee: add nucleo-f334 to insufficient RAM 2016-10-26 15:33:29 +02:00
Martine Lenders
9508c8f5a5 tests: provide gnrc_sock_ip tests 2016-10-26 15:20:39 +02:00
Martine Lenders
6bc0a0ce61 tests: provide gnrc_sock_udp tests 2016-10-26 15:20:39 +02:00
1659f56904 boards/nucleo-f070: initial support for nucleo-f070 board 2016-10-26 14:12:39 +02:00