Hyungsin
|
36666a75b0
|
tests/driver_pulse_counter: test application for pulse counter driver
|
2018-01-22 12:34:47 -08:00 |
|
|
|
c05650ee49
|
tests/driver_encx24j600: remove now unnecessary feature deps
|
2018-01-22 13:13:09 +01:00 |
|
Hauke Petersen
|
e31532bb18
|
tests: add test for lis2dh12 device driver
|
2018-01-18 18:39:43 +01:00 |
|
Sebastian Meiling
|
03526815a1
|
Merge pull request #8264 from aabadie/pkg_semtech-loramac
pkg: Semtech LoRaMAC
|
2018-01-18 17:38:06 +01:00 |
|
Alexandre Abadie
|
e3ff143a35
|
tests/semtech-loramac: add test application
|
2018-01-18 15:31:01 +01:00 |
|
Alexandre Abadie
|
5459e1998a
|
tests/driver_rn2xx3: add test application
|
2018-01-18 10:46:54 +01:00 |
|
Sebastian Meiling
|
5c0b058db4
|
Merge pull request #6121 from miri64/native/feat/zep_socket
native: provide socket-based ZEP device
|
2018-01-18 10:03:08 +01:00 |
|
Vincent Dupont
|
e6ca1af19a
|
Merge pull request #6925 from OTAkeys/pr/tja1042
can: add tja1042 transceiver driver
|
2018-01-18 09:44:51 +01:00 |
|
Vincent Dupont
|
cf96c4ecb0
|
tests: add can_trx test app
|
2018-01-18 09:27:10 +01:00 |
|
Martine Lenders
|
28aa90df6f
|
tests: add tests for socket_zep
|
2018-01-18 09:15:38 +01:00 |
|
|
|
cefb7974d7
|
Merge pull request #8210 from astralien3000/teensy31
boards/teensy31 : initial support of Teensy 3.1 & 3.2
|
2018-01-18 09:14:51 +01:00 |
|
|
|
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 |
|