3b55a73ced
tests/rng/tests: fix flake8 F401 issue
...
F401 'pexpect' imported but unused
2017-12-20 16:42:59 +01:00
Peter Kietzmann
71d5ea2359
Merge pull request #8283 from smlng/fix/tests/thread_flags
...
tests/thread_flags: fix error condition and return value
2017-12-19 17:19:25 +01:00
Sebastian Meiling
b151f95b61
Merge pull request #8243 from gebart/pr/tests-snprintf
...
unittests: Fix printf float test BUFSIZE
2017-12-19 14:08:46 +01:00
smlng
205682adf3
tests/thread_flags: fix error condition and return value
2017-12-19 11:04:18 +01:00
3a572d82cd
Merge pull request #8252 from miri64/gnrc_netif/api/rename-ipv6_addr
...
gnrc_netif: rename IPv6 address "setters"
2017-12-18 17:00:31 +01:00
Bas Stottelaar
28eaf5db3a
tests: rng: add test suite for RNG sources (PRNG, HWRNG)
2017-12-17 17:02:59 +01:00
4579deb996
Merge pull request #8080 from smlng/enh/tests/develhelp
...
make: enable develhelp for all tests, except minimal
2017-12-15 11:37:44 +01:00
smlng
d886fb87b5
tests, xtimer_msg: add test script
2017-12-15 09:56:03 +01:00
smlng
2809ad406f
tests: enhance xtimer_msg, remove timex
2017-12-15 09:53:24 +01:00
aec32df131
tests/driver_lis3mdl: update to new driver api
2017-12-14 18:18:34 +01:00
smlng
0ec76307f6
tests: adapt BOARD_INSUFFICIENT_MEMORY
2017-12-14 18:03:18 +01:00
smlng
bbbf2bf345
tests/minimal: disable develhelp
...
to ensure minimal binary size for comparison
2017-12-14 17:54:14 +01:00
smlng
ea9aecd4b5
tests: enable DEVELHELP for all tests by default
2017-12-14 17:54:13 +01:00
smlng
6f67e75f90
tests: remove DEVELHELP from per test Makefiles
2017-12-14 17:54:13 +01:00
5fc1324969
tests/driver_enc28j60: exclude z1
...
because of not enough memory
2017-12-14 16:27:49 +01:00
Joakim Nohlgård
599ad3784c
Merge pull request #7345 from OTAkeys/pr/spiffs_statvfs
...
pkg/spiffs: implement statvfs and improve doc
2017-12-14 11:37:53 +01:00
smlng
2149411d2f
unittests: fix failed assertion caused by priority_pktqueue
2017-12-13 22:25:53 +01:00
Martine Lenders
eb08a509ca
tests: fix tests/gnrc_netif for changes in #6895
2017-12-13 15:44:19 +01:00
Martine Lenders
2ae30cf582
gnrc_netif: rename IPv6 address "setters"
...
This renames the following functions
* `gnrc_netif_ipv6_addr_add()`
* `gnrc_netif_ipv6_addr_remove()`
* `gnrc_netif_ipv6_group_join()`
* `gnrc_netif_ipv6_group_leave()`
by appending the suffix `_internal`.
\## Reasoning
I'd like to provide a helper function for the *public* equivalent using
`gnrc_netapi_set()`, and those names are to nice to not be taken for
those.
\## Procedure
I used a combination of `git grep` and `sed` to do this and fixed the
alignment in the result of some cases by hand.
```sh
git grep --name-only "\<gnrc_netif_ipv6_\(addr\|group\)_\(add\|remove\|join\|leave\)\>" | \
xargs sed -i 's/\<gnrc_netif_ipv6_\(addr\|group\)_\(add\|remove\|join\|leave\)/\0_internal/g'
```
2017-12-13 13:50:39 +01:00
Joakim Nohlgård
c47cfa62f2
tests/pkg_micro-ecc-with-hwrng: Update CFLAGS
...
Remove deprecated FEATURES_PERIPH_HWRNG symbol
2017-12-13 11:02:07 +01:00
Martine Lenders
ba2453d320
Merge pull request #8247 from aabadie/pr/tests/python_E305
...
tests: fix python style E305
2017-12-13 10:52:57 +01:00
87b14d96c8
tests: fix python style E402
...
E402 module level import not at top of file
2017-12-12 22:40:03 +01:00
d3015f0a57
tests: fix python style E305
...
expected 2 blank lines after class or function definition, found 1
2017-12-12 15:43:27 +01:00
ec5a9a5f88
tests: fix python style E502 issue:
...
E502 the backslash is redundant between brackets
2017-12-12 15:14:47 +01:00
Joakim Nohlgård
b55975fc0a
unittests: Fix printf float test BUFSIZE
...
Fixes the following error from GCC 7.2.0 with a recent newlib
In file included from /usr/arm-none-eabi/include/stdio.h:800:0,
from /home/jgn/work/src/riot/tests/unittests/tests-printf_float/tests-printf_float.c:21:
/home/jgn/work/src/riot/tests/unittests/tests-printf_float/tests-printf_float.c: In function ‘sfprintf_float’:
/home/jgn/work/src/riot/tests/unittests/tests-printf_float/tests-printf_float.c:39:28: error: ‘%f’ directive output truncated writing 11 bytes into a region of size 10 [-Werror=format-truncation=]
snprintf(str, BUFSIZE, "%f", in0);
^
/home/jgn/work/src/riot/tests/unittests/tests-printf_float/tests-printf_float.c:39:5: note: ‘__builtin_snprintf’ output 12 bytes into a destination of size 10
snprintf(str, BUFSIZE, "%f", in0);
^
cc1: all warnings being treated as errors
2017-12-12 12:16:43 +01:00
Vincent Dupont
a99a244824
unittests/tests-spiffs: add statvfs unittest
2017-12-11 09:19:53 -08:00
Sebastian Meiling
23e8d92285
Merge pull request #8219 from smlng/automate/tests/mutex_unlock
...
tests: optimise and automate mutex_unlock_and_sleep
2017-12-10 16:00:11 +01:00
Dylan Laduranty
d7f1c64559
Merge pull request #8222 from aabadie/pr/drivers/sx127x_timers
...
drivers/sx127x: cleanup RX/TX timers
2017-12-09 18:52:20 +01:00
32b1ee3baf
drivers/sx127x: cleanup RX/TX timers
2017-12-09 16:51:09 +01:00
404a32f346
tests/warn_conflict: cleanup python test script and move to tests folder
2017-12-08 23:01:09 +01:00
Joakim Nohlgård
ea4d5e6506
Merge pull request #8224 from OTAkeys/pr/fix_fmt_u32_dec
...
sys/fmt: fix overflow in fmt_u32_dec()
2017-12-08 13:33:32 +01:00
Joakim Nohlgård
c0fd172734
tests/pkg_micro-ecc-with-hwrng: remove hwrng_init
...
Handled by periph_init now.
2017-12-08 08:08:33 +01:00
Joakim Nohlgård
29715a7ee2
tests/periph_hwrng: remove hwrng_init
...
Handled by periph_init now.
2017-12-08 08:08:33 +01:00
Vincent Dupont
43a902b1ab
sys/fmt: fix overflow in fmt_u32_dec()
...
If the value was 10 digits long it caused an overflow in the multiply loop.
The case is now tested before looping over.
2017-12-07 17:48:05 -08:00
smlng
2699015f56
tests/mutex_unlock_and_sleep: add tests script
2017-12-06 21:31:36 +01:00
smlng
cdfde8196d
tests/mutex_unlock_and_sleep: enhance memory usage
...
needs less than 4K RAM now on Cortex-based CPU,
hence remove BOARD_INSUFFICIENT_MEMORY list
2017-12-06 21:29:44 +01:00
Martine Lenders
73d1cca0f8
Merge pull request #8196 from aabadie/pr/tests/python_E12x
...
tests: fix python E127 'continuation line over/under-indented for visual indent'
2017-12-04 14:02:43 +01:00
Martine Lenders
ae8b426897
Merge pull request #8197 from aabadie/pr/tests/python_E711
...
tests/lwip: fix python E711 comparison to None should be 'if cond is not None:'
2017-12-04 13:57:41 +01:00
Martine Lenders
20ddb678aa
Merge pull request #8200 from aabadie/pr/tests/python_F841
...
tests/evtimer_msg: fix F841 local variable 'stop' is assigned to but never used
2017-12-04 13:19:12 +01:00
43e972fc61
Merge pull request #7970 from kYc0o/add_flashpage_write_raw
...
periph/flashpage: add flashpage_write_raw interface
2017-12-04 13:13:52 +01:00
3dfea171f1
tests/evtimer_msg: fix F841 local variable 'stop' is assigned to but never used
2017-12-04 08:33:06 +01:00
0a6f56bb25
tests/lwip: fix python E711 comparison to None should be 'if cond is not None:'
2017-12-03 20:22:59 +01:00
9f4096059e
tests: fix python E127 'continuation line over/under-indented for visual indent'
2017-12-03 20:18:56 +01:00
Cenk Gündoğan
ac1a645fd1
Merge pull request #8190 from kaspar030/name_tests_by_folder
...
tests: set APPLICATION from folder name
2017-12-01 11:39:19 +01:00
fc2eff9fba
tests: remove redundant APPLICATION defines
2017-12-01 11:03:39 +01:00
1318e18ab3
tests: deduce test application name from folder
2017-12-01 11:03:39 +01:00
Cenk Gündoğan
a7e7f0305c
Merge pull request #8187 from jthacker/pr_test_xtimer_usleep_short_missing_application
...
tests/xtimer_usleep_short: fix non set APPLICATION variable
2017-11-30 21:59:58 +01:00
cc521fdafd
Merge pull request #8185 from miri64/examples/fix/opt-for-nib
...
examples: tests: optimize for NIB
2017-11-30 20:06:17 +01:00
0d85186653
Merge pull request #8180 from miri64/gnrc_netdev/cleanup/rm
...
gnrc_netdev: remove remaining files and references
2017-11-30 20:05:17 +01:00
Martine Lenders
2b543dda89
tests: gnrc_sock_dns: optimize for NIB
2017-11-30 19:51:23 +01:00
Martine Lenders
5a0e9bcca4
gnrc_netdev: remove remaining files and references
...
Somehow, these files were forgotten in my big cleanup in #7925 . This
fixes that.
2017-11-30 19:49:40 +01:00
Jon Thacker
052beeab83
tests/xtimer_usleep_short: fix non set APPLICATION variable
2017-11-30 12:52:41 -05:00
zhuoshuguo
ea5aeeb10f
gomach: a robust traffic adaptive multichannel MAC for IoT.
2017-11-30 18:51:49 +01:00
kYc0o
202c9e174f
tests/periph_flashpage: add write_raw command
2017-11-30 17:25:36 +01:00
Hauke Petersen
234c3075c0
tests: fix handling for common board folders
2017-11-30 10:26:36 +01:00
smlng
1dfe3719d8
unittests: fix gnrc_ipv6_nib test
2017-11-29 21:11:08 +01:00
Martine Lenders
eb7f32f5d0
Merge pull request #8142 from aabadie/pr/tests/python_E302
...
tests: fix python style 'E302 expected 2 blank lines, found 1'
2017-11-29 19:56:35 +01:00
c4f66edba1
tests: fix python style 'E302 expected 2 blank lines, found 1'
2017-11-29 17:32:06 +01:00
zhuoshuguo
e6409f025f
gnrc_lwmac: include lwmac headers when LWMAC defined.
2017-11-29 17:29:26 +01:00
Gaëtan Harter
b54318c77c
Merge pull request #7919 from smlng/make/wpedantic
...
Make: enable -Werror -Wall -Wextra by default
2017-11-28 20:44:02 +01:00
smlng
57c5c9b6a6
make: enable Wall and Wextra by default, and optionally Wpedantic
2017-11-28 20:33:39 +01:00
Gaëtan Harter
a52d2130fd
Merge pull request #8157 from miri64/tests/cleanup/default-netdev
...
tests: remove unnecessary gnrc_netdev_default include
2017-11-28 20:29:27 +01:00
Martine Lenders
a2e51a039a
tests: remove unnecessary gnrc_netdev_default include
...
The `driver_enc28j60` and `driver_encx24j600` applications exist to
test the network device drivers of this type. Including the *default*
driver of the board is thus non-sensical and might even be harmful for
the success of this test (if default device in initialized before the
device that is tested).
Additionally, does the removal of this module allow for some boards to
fit this into their memory (at least in my linker configuration), so I
removed them from the `BOARD_INSUFFICIENT_MEMORY` list.
2017-11-28 20:12:43 +01:00
smlng
b283b7784c
make: fix various compile errors with Wextra
...
pkg, nordic_softdevice_ble: disable CFLAGS to omit compiler error
sys, pm_layered: fix casting nonscalar to the same type
cpu, stm32_common: fix type-limits, remove always true assert
cpu, stm32f4: fix pointer arithmetic in periph/i2c
drivers, at86rf2xx: fix type-limits where condition always true
saul, gpio: fix if no gpio configured for saul
cpu, saml21: add frequency check to periph/timer
driver, cc110x: fix unused param and type-limts errors
boards, wsn430-common: fix old-style-declaration
make: fix old style definition
drivers, sdcard_spi: fix old style typedef
driver, at30tse: remove unnecessary check
driver, nrf24: fix type-limit
driver, pn532: change buffer from char to uint8_t
tests/driver_sdcard: fix type limits
boards, feather-m0: add missing field inits
driver, tcs37727: fix type limits
pkg, emb6: disable some compiler warnings
tests/emb6: disable some compiler warings
pkg, openthread: fix sign compare and unused params
tests/trickle: fix struct init
tests/pthread_cooperation: fix type limits
board, mips-malta: remove feature periph_uart
shell: fix var size for netif command
gnrc, netif: fix sign-compare
gnrc, nib: fix sign-compare
shell: fix output in netif command
posix: fix type-limits in pthread_cond
2017-11-28 18:31:43 +01:00
Martine Lenders
39c122155c
Merge pull request #7995 from smlng/make/fix/unused_params
...
make: fix unused-params error
2017-11-28 14:46:23 +01:00
smlng
7309171303
build: fix unused parameter errors
...
cpu, sam0_common: fix unused parameter in periph/spi
cpu, kinetis_common: fix unused parameter in periph/spi
cpu, cc2538: fix unused param in periph/i2c
cpu, cc2538: fix unused param in periph/spi
cpu, sam3: fix unused param in periph/spi
cpu, stm32_common: fix unused param in periph/pm
cpu, stm32f3: fix unused params in periph/i2c
cpu, nrf5x_common: fix unused param in periph/gpio
cpu, nrf5x_common: fix unused param in periph/spi
cpu, lpc2387: fix unused params in periph/spi
cpu, cc2538: fix unused params in radio/netdev
cpu, cc2650: fix unused params in periph/uart
cpu, lm4f120: fix unused param in periph/spi
cpu, lm4f120: fix unused params in periph/timer
cpu, lm4f120: fix unused params in periph/uart
cpu, stm32_common: fix unused params in periph/dac
cpu, stm32l0: fix unused params in periph/i2c
cpu, msp430fxyz: fix unused params in periph/uart
cpu, mips: fix unused params
cpu, cc430: fix unused-params in periph/timer
cpu, msp430fxyz: fix unused params in periph/spi
drivers, cc2420: fix unused param
cpu, mips32r2_common: fix unused params in periph/timer
cpu, cc2538: fix unused-param in periph/i2c
cpu, mips32r2_common: fix unused-param in periph/timer
cpu, msp430fxyz: fix unused params in periph/timer
cpu, atmega_common: fix unused params in periph/spi
driver, nrfmin: fix unused params
cpu, cc2538_rf: fix unused params
driver, netdev_ieee802514: fix unused param
cpu, mip_pic32m: fix unused params
cpu, lpc2387: fix unused params in periph/pwm
tests/driver_sdcard_spi: fix unused params
cpu, sam3: fix unused param in periph/pwm
tests/driver_dynamixel: fix unused params, and style issues
cpu, cc430: fix unused param in periph/rtc
cpu, atmega_common: fix unused params in periph/i2c
2017-11-28 14:36:01 +01:00
Martine Lenders
b68b7a0524
Merge pull request #8156 from miri64/tests/cleanup/pca1000x-revert
...
examples: tests: remove remaining pca1000x references
2017-11-28 13:45:15 +01:00
Martine Lenders
cd3b1f3b42
examples: tests: remove remaining pca1000x references
2017-11-28 13:28:58 +01:00
Martine Lenders
ecc2b1113f
Merge pull request #8143 from aabadie/pr/tests/python_F401
...
tests: fix python style 'F401 module imported but unused'
2017-11-28 13:27:46 +01:00
Martine Lenders
bf53c88a78
Merge pull request #7994 from smlng/make/fix/sign_compare
...
make: fix sign-compare errors
2017-11-28 12:29:44 +01:00
smlng
e381317fbf
make: fix sign-compare errors
...
cpu, nrf5x_common: fix sign-compare in periph/flashpage
drivers, periph_common: fix sign-compare in flashpage
cpu, sam0_common: fix sign-compare error in periph/gpio
cpu, cc2538: fix sign-compare in periph/timer
cpu, sam3: fix sign-compare in periph/gpio
cpu, stm32_common: fix sign-compare in periph/pwm
cpu, stm32_common: fix sign-compare in periph/timer
cpu, stm32_common: fix sign-compare in periph/flashpage
cpu, nrf5x_common: fix sign-compare in radio/nrfmin
cpu, samd21: fix sign-compare in periph/pwm
cpu, ezr32wg: fix sign-compare in periph/gpio
cpu, ezr32wg: fix sign-compare in periph/timer
drivers, ethos: fix sign-compare
sys, net: fix sign-compare
cpu, atmega_common: fix sign-compare error
cpu, msp430fxyz: fix sign-compare in periph/gpio
boards, msb-430-common: fix sign-compare in board_init
driver, cc2420: fix sign-compared
sys/net: fix sign-compare in gnrc_tftp
driver, pcd8544: fix sign-compare
driver, pn532: fix sign-compare
driver, sdcard_spi: fix sign-compare
tests: fix sign_compare
sys/net, lwmac: fix sign_compare
pkg, lwip: fix sign-compare
boards, waspmote: make CORECLOCK unsigned long to fix sign_compare error
tests, sock_ip: fix sign compare
tests, msg_avail: fix sign compare
tests, sock_udp: fix sign compare
boards: fix sign-compare for calliope and microbit matrix
2017-11-28 11:55:48 +01:00
Sebastian Meiling
4a828c63aa
Merge pull request #7955 from aabadie/pr/mpu9150_update
...
drivers/mpu9150: adapt to new parameters initialization scheme + provide saul adaption
2017-11-28 11:41:54 +01:00
Sebastian Meiling
d86cad7e03
Merge pull request #8154 from miri64/tests/cleanup/rm-gnrc_netif2
...
tests: remove gnrc_netif2 test application
2017-11-28 11:28:18 +01:00
Martine Lenders
5ffe9ddaf5
Merge pull request #8152 from aabadie/pr/tests/python_E703
...
tests: fix python style 'E703 statement ends with a semicolon'
2017-11-28 07:44:29 +01:00
Martine Lenders
e65211db7d
Merge pull request #7195 from miri64/gnrc_pktbuf_malloc/feat/initial
...
gnrc_pktbuf_malloc: initial import of a malloc()-based pktbuf
2017-11-28 00:00:36 +01:00
Martine Lenders
3a3381d423
tests: remove gnrc_netif2 test application
...
This application existed due to a merge conflict of #7925 due to a
breaking of the GNRC merge embargo and is an exact duplicate of
`tests/gnrc_netif` in all but in name. Since #7925 is now merged, this
application can be removed
2017-11-27 21:34:40 +01:00
Martine Lenders
31924e99d0
Merge pull request #8022 from haukepetersen/fix_tests_lwmacmodules
...
tests/lwmac: cleaned up used modules and Makefile
2017-11-27 21:32:58 +01:00
8a6d04ce52
Merge pull request #7925 from RIOT-OS/gnrc_netif2_integration/master
...
gnrc_netif2: gnrc_ipv6_nib: full integration into GNRC
2017-11-27 21:12:14 +01:00
Martine Lenders
fa7624019c
tests: adapt unittests for nc_del signiture change
2017-11-27 20:32:27 +01:00
74b681560d
tests: fix python style 'E703 statement ends with a semicolon'
2017-11-27 17:33:48 +01:00
954e33bb90
tests: fix python style 'F401 module imported but unused'
2017-11-27 17:27:07 +01:00
e48e491b88
tests: fix python style 'E401 multiple imports on one line'
2017-11-27 15:41:33 +01:00
Hauke Petersen
d43d0aceb2
Merge pull request #8138 from basilfx/feature/whitelist_efm32
...
tests: mpu_stack_guard: whitelist efm32 boards.
2017-11-27 11:14:12 +01:00
fd1ff458dc
Merge pull request #8140 from bergzand/pr/jc42test-neg
...
test/driver_jc42: fix displayed temperature when negative
2017-11-25 12:42:17 +01:00
8dd860eed7
test/driver_jc42: fix displayed temperature when negative
2017-11-25 11:59:22 +01:00
Bas Stottelaar
324c255047
tests: mpu_stack_guard: whitelist efm32 boards + sort.
2017-11-24 21:35:32 +01:00
6b661bef04
Merge pull request #8119 from kaspar030/fix_cib
...
core: cib: fix overflow handling
2017-11-23 13:13:26 +01:00
Gaëtan Harter
48434e7ff6
Merge pull request #8104 from cladmi/pr/tests-gcoap
...
tests-gcoap: Fix resources order which should be sorted.
2017-11-23 13:00:07 +01:00
Martine Lenders
8d71f250d1
tests: add #8117 test case for cib.h unittests
2017-11-22 18:23:34 +01:00
Martine Lenders
56ec27cf6f
tests: adapt cib.h unittests for variable cib size
2017-11-22 18:23:07 +01:00
5f0eae18b3
tests/driver_bmx280: fix displayed temperature when negative
2017-11-22 14:34:11 +01:00
Gaëtan Harter
f584a8fab7
tests-gcoap: Fix resources order which should be sorted.
...
gcoap documentation says for `resources`:
First element in the array of resources; must order alphabetically
So make tests respect the API.
2017-11-21 18:04:18 +01:00
Gaëtan Harter
c450b4ce0e
tests-gcoap: fixup typo ressources->resources
2017-11-21 18:01:41 +01:00
Martine Lenders
08964079e0
examples: tests: adapt udp shell commands for new forwarding engine
...
The NIB's forwarding engine behaves more correctly than GNRC's old
forwarding engine in that link-local addresses require also an
interface to be provided to be meaningful. As with other commands this
is simplified for the special case that there only is one interface
that that interface is chosen.
2017-11-21 10:40:01 +01:00
smlng
697ff44ce1
tests: add hts211 driver test app
2017-11-21 09:42:08 +01:00
bba3943d59
tests/driver_sx127x: fix typo in displayed message
2017-11-20 11:08:06 +01:00
81f13936ee
drivers/sx127x: remove time on air from packet info
2017-11-20 11:04:41 +01:00
Martine Lenders
2f7b55b486
tests: adapt unittests for new FT behavior
2017-11-19 23:36:20 +01:00
Cenk Gündoğan
4a0d57c6fa
Merge pull request #8073 from miri64/gnrc_ipv6_nib/feat/route-timeout
...
gnrc_ipv6_nib: add timeouts to routes
2017-11-19 01:18:25 +01:00
Martine Lenders
5e491513b1
tests: add bluepill to gnrc_netif's insufficient memory list
2017-11-17 16:10:24 +01:00
Martine Lenders
bbae7a4193
tests: revert gnrc_netif2 test to resolve merge conflict
2017-11-17 15:31:59 +01:00
Martine Lenders
c28de94fd1
tests: adapt tests for route lifetime
2017-11-17 13:45:41 +01:00
Martine Lenders
67f33bd5e5
tests: revert removal of pca1000x in gnrc_netif2
...
As in #7986 this application (obviously) causes a conflict in #7925
since #7979 . This PR fixes that.
2017-11-17 11:48:10 +01:00
Martine Lenders
f90a9a875f
gnrc_ndp2: rename to gnrc_ndp
2017-11-17 10:41:54 +01:00
Martine Lenders
31b1ceb440
gnrc_netif2: rename to gnrc_netif
2017-11-17 10:41:54 +01:00
Martine Lenders
71a7dbf918
gnrc: remove legacy network interface structures
2017-11-17 09:20:29 +01:00
Martine Lenders
81731791f8
tests: unittests: remove outdated, defective unittests
2017-11-16 16:17:21 +01:00
Martine Lenders
938e605a90
examples: tests: update insufficient memory lists
...
(for now)
2017-11-16 16:17:21 +01:00
Martine Lenders
db553b6149
tests: adapt gnrc_ipv6_nib unittests to add new required modules
2017-11-16 15:49:21 +01:00
Martine Lenders
5b5a99e175
tests: adapt gnrc_ipv6_nib_6ln test for router discovery
2017-11-16 15:49:21 +01:00
Martine Lenders
982eee17dd
tests: adapt gnrc_ipv6_nib test for router discovery
2017-11-16 15:49:21 +01:00
Martine Lenders
6b320fe40e
tests: adapt gnrc_ndp2 tests for router behavior
2017-11-16 15:49:21 +01:00
Gaëtan Harter
e0946af768
Merge pull request #7992 from aabadie/pr/test_pexpect
...
tests: migrate simple tests to testrunner
2017-11-16 11:49:01 +01:00
Hauke Petersen
4ceef0c67f
examples/tests: remove entries for qemu-i386
2017-11-16 10:42:02 +01:00
Martine Lenders
32318363a9
Merge pull request #7697 from aabadie/pr/lora_definitions
...
sys/net: add common lora phy definitions
2017-11-15 21:01:46 +01:00
Gaëtan Harter
3667e57546
Merge pull request #8038 from aabadie/pr/test_pexpect_netstat
...
tests/netstats_l2: migrate to testrunner
2017-11-15 18:25:14 +01:00
Vincent Dupont
cf7275be52
Merge pull request #8034 from OTAkeys/pr/unittest_board_update
...
unittests: update boards lists
2017-11-15 18:14:18 +01:00
04e537cf9f
tests/netstats_l2: migrate to testrunner
2017-11-15 16:30:00 +01:00
bb1afb86d6
tests/pkg_8g2: migrate to testrunner
2017-11-15 11:12:01 +01:00
c5eb24239a
tests/ps_schedstatistics: migrate to testrunner
2017-11-14 16:40:02 +01:00
811dc7657a
tests/sizeof_tcb: migrate to testrunner
2017-11-14 16:40:02 +01:00
3533f0c947
tests/nhdp: migrate to testrunner
2017-11-14 16:40:02 +01:00
f56a00ec8e
tests/netdev_test: migrate to testrunner
2017-11-14 16:40:02 +01:00
c3c0039f24
tests/pkg_libcoap: migrate to testrunner
2017-11-14 16:40:02 +01:00
6f1b8fea25
tests/pkg_micro-ecc-with-hwrng: migrate to testrunner
2017-11-14 16:40:02 +01:00
12f6b629b8
tests/pkg_micro-ecc: migrate to testrunner
2017-11-14 16:40:01 +01:00
742da3517f
tests/pkg_jsmn: migrate to testrunner
2017-11-14 16:40:01 +01:00
f5d2f0f503
tests/pkg_minmea: migrate to testrunner
2017-11-14 16:40:01 +01:00
783e04e7e6
tests/sched_testing: migrate to testrunner
2017-11-14 16:40:00 +01:00
e464116425
tests/pipe: migrate to testrunner
2017-11-14 16:40:00 +01:00
Gaëtan Harter
4ee7d1359c
Merge pull request #7988 from aabadie/pr/test_pexpect_fmt_print
...
tests/fmt_print: migrate to testrunner
2017-11-14 15:49:18 +01:00
Vincent Dupont
27fbdc4ebe
unittests: update boards lists
2017-11-14 14:16:12 +01:00
Martine Lenders
a524d9f9fa
Merge pull request #8027 from aabadie/pr/test_pexpect_periph_timer
...
tests/periph_timer: migrate to testrunner
2017-11-14 13:59:06 +01:00
Martine Lenders
6038a7d3a5
gnrc_netif2: provide raw adaption layer (for e.g. SLIP)
2017-11-14 13:40:51 +01:00
Bas Stottelaar
9d99add1d0
Merge pull request #7923 from basilfx/feature/timer_arg
...
test: periph_timer: check if argument is passed.
2017-11-14 12:49:13 +01:00
df35860c55
tests/periph_timer: migrate to testrunner
2017-11-14 12:43:05 +01:00
Martine Lenders
7d94d5d2bc
tests: adapt driver_xbee test for gnrc_netif2
2017-11-14 12:01:16 +01:00
379737bc21
tests/thread_msg: migrate to testrunner
2017-11-14 10:17:47 +01:00
Peter Kietzmann
a2721c03c9
sys/od: add ASCII representation to memory dump
2017-11-14 09:22:02 +01:00
Dylan Laduranty
67048eafa2
Merge pull request #6900 from OTAkeys/pr/init_rtc
...
periph/rtc: move init from auto_init to periph_init
2017-11-13 21:22:22 +01:00
Vincent Dupont
e2c358ee48
tests/{periph_rtc,pkg_fatfs}: remove call to rtc_init
2017-11-13 18:43:50 +01:00
Bas Stottelaar
fd396045de
test: periph_timer: check if argument is passed.
2017-11-13 17:28:53 +01:00
Martine Lenders
7a833f81c5
tests: fix netdev_test test for gnrc_netif2
2017-11-13 16:36:35 +01:00
Martine Lenders
be00f5bfb6
tests: fix gnrc_sixlowpan test for gnrc_netif2
2017-11-13 16:36:35 +01:00
Martine Lenders
6cd91ee2cb
tests: remove gnrc_ipv6_netif requirement from gnrc_ipv6_nib tests
2017-11-13 16:36:34 +01:00
Martine Lenders
a502aaa778
tests: amend BOARD_INSUFFICIENT_MEMORY
2017-11-13 16:36:34 +01:00
Martine Lenders
1a2548b65a
tests: fix netdev_test tests for gnrc_netif2
2017-11-13 16:36:34 +01:00
Martine Lenders
92e9537471
tests: fix gnrc_tcp_server tests for gnrc_netif2
2017-11-13 16:36:34 +01:00
Martine Lenders
01c21fa274
tests: make gnrc_ipv6_ext test compilable with gnrc_netif2
...
Test currently not working
2017-11-13 16:36:34 +01:00
Martine Lenders
6e605177c9
tests: fix driver_enc* tests for gnrc_netif2
2017-11-13 16:36:34 +01:00
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