|
|
3f990480d1
|
Merge pull request #7162 from kb2ma/nanocoap/msgid_byte_order
nanocoap: fix byte order of request message ID, and add test application
|
2018-01-17 22:59:07 +01:00 |
|
Sebastian Meiling
|
ba7cbd024e
|
Merge pull request #8227 from gebart/pr/micro-ecc-feature-periph
pkg/micro-ecc: Update FEATURE_PERIPH_HWRNG -> MODULE_PERIPH_HWRNG
|
2018-01-17 20:16:38 +01:00 |
|
Loïc Dauphin
|
f200c310ad
|
tests/unittests: add teensy31 to BOARD_INSUFFICIENT_MEMORY
|
2018-01-17 18:14:00 +01:00 |
|
Koen Zandberg
|
b5dd8c3807
|
tests/gnrc_ipv6_ext: Increase ipv6 addr numof
|
2018-01-17 16:25:26 +01:00 |
|
smlng
|
fbb34761a3
|
examples/posix_sockets: fix undefined usleep
|
2018-01-16 13:22:35 +01:00 |
|
steffen
|
1d38c7d939
|
drivers/lc709203f: Added support for the LC709203F Fuel Gauge
|
2018-01-15 17:48:27 +01:00 |
|
Ken Bannister
|
7e5d14fbf0
|
net/nanocoap: add test for message ID byte order
|
2018-01-12 05:58:52 -05:00 |
|
Alexandre Abadie
|
2b6e42672c
|
tests/unittests: add fmt hex/bytes converter tests
|
2018-01-10 21:50:10 +01:00 |
|
Vincent Dupont
|
1f0024b184
|
tests/pkg_fatfs_vfs: remove rtc_init call
|
2018-01-09 19:01:26 +01:00 |
|
Sebastian Meiling
|
ebaa60a7f6
|
Merge pull request #8239 from OTAkeys/pkg_littlefs
fs: add littlefs as a package
|
2018-01-09 17:14:45 +01:00 |
|
Vincent Dupont
|
c8eb77e8ff
|
pkg: add littlefs pkg and vfs integration
|
2018-01-09 17:03:44 +01:00 |
|
Martine Lenders
|
03fdaaeb8c
|
Merge pull request #8338 from haukepetersen/add_event_timeoutclear
sys/event/timeout: add timeout_clear() function
|
2018-01-09 15:40:40 +01:00 |
|
Hauke Petersen
|
860470df53
|
tests/events: adapt timeout value to comment above
|
2018-01-09 15:24:54 +01:00 |
|
Hauke Petersen
|
36743c17a1
|
tests/events: s/printf/puts/ where applicable
|
2018-01-09 15:24:36 +01:00 |
|
Hauke Petersen
|
6c55b36943
|
tests/event: add test for timeout_clear + cleanup
|
2018-01-09 15:24:13 +01:00 |
|
MichelRottleuthner
|
198ced4933
|
pkg/fatfs: integrate diskio layer to mtd interface
|
2018-01-09 14:46:40 +01:00 |
|
MichelRottleuthner
|
ee17dae5af
|
pkg/fatfs: add vfs integration
|
2018-01-09 14:46:40 +01:00 |
|
daniel-k
|
f95463a8f2
|
tests/sx127x: deduce size of netopts from variable
This adapts automatically when a variable type changes, which is easy
to forget to change the correspondig netdev->set/get call.
|
2018-01-05 13:16:50 +01:00 |
|
daniel-k
|
0ee2bbe9f3
|
tests/sx127x: fix wrong usage of netdev->set()
|
2018-01-05 13:15:58 +01:00 |
|
daniel-k
|
5eace384a7
|
tests/sx127x: adapt to driver interface change using NETOPT_CHANNEL_FREQUENCY
|
2018-01-05 12:28:29 +01:00 |
|
Gaëtan Harter
|
30202f9de7
|
tests/ccm: check output buffer size
Add static test to verify output buffer is big enough for testing.
|
2018-01-04 18:01:58 +01:00 |
|
Gaëtan Harter
|
a83a1a80e5
|
tests/ccm: support input/adata bigger than 256
Fix data types to have bigger sizes.
The 'data' buffer size will still need to be increased when adding bigger tests.
|
2018-01-03 12:02:29 +01:00 |
|
Gaëtan Harter
|
e74b0ff33d
|
tests/ccm: set 'len_encoding' from 'nonce_len'
Configure len_encoding in test depending on nonce_len.
Prepare for tests with nonce_len != 13.
|
2018-01-03 12:02:28 +01:00 |
|
Gaëtan Harter
|
b5c1855d7e
|
tests/ccm: make 'mac_length' configurable in test
Preparation to add tests with different mac_length than 8.
|
2018-01-03 12:02:20 +01:00 |
|
Gaëtan Harter
|
fc3efbd0ee
|
tests/ccm: add macro to simplify test call
|
2018-01-03 12:02:16 +01:00 |
|
Gaëtan Harter
|
5f6dc57d09
|
tests/ccm: fixup indentation
|
2018-01-03 12:01:57 +01:00 |
|
Martine Lenders
|
f485040df5
|
Merge pull request #8307 from aabadie/pr/flake8/fix_tests_rng
tests/rng/tests: fix flake8 F401 issue
|
2017-12-27 11:52:21 +01:00 |
|
|
|
4aaba0a257
|
tests/xtimer_usleep_short: make Makefile adhere to conventions
|
2017-12-21 13:23:23 +01:00 |
|
|
|
c08078e44d
|
tests/thread_priority_inversion: make Makefile adhere to conventions
|
2017-12-21 13:23:23 +01:00 |
|
|
|
e8e581ea54
|
tests/rng: make Makefile adhere to conventions
|
2017-12-21 13:23:23 +01:00 |
|
Sebastian Meiling
|
1003cb9967
|
Merge pull request #7372 from dailab/priority_inversion
tests: add program for priority inversion problem
|
2017-12-21 12:02:27 +01:00 |
|
Thomas Geithner
|
1ebecc7758
|
tests: add program for priority inversion
|
2017-12-21 11:51:34 +01:00 |
|
Alexandre Abadie
|
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 |
|
Koen Zandberg
|
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 |
|
Alexandre Abadie
|
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 |
|
Alexandre Abadie
|
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 |
|