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

1452 Commits

Author SHA1 Message Date
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
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