Alexandre Abadie
3d2b11b251
tests/driver_io1_xplained: adapt application to API change
6 years ago
Alexandre Abadie
a454975ae5
tests/unittests: skip nucleo32-l432
6 years ago
Vincent Dupont
f5adafd813
tests/driver_lsm6dsl: add lsm6dsl driver test app
6 years ago
Hauke Petersen
3943d08b46
tests/periph_rtt: make wakeups more periodic
6 years ago
Alexandre Abadie
66c870a446
test/unittests: update ARM based boards list
6 years ago
Alexandre Abadie
74d2cb94f1
tests: add small nucleo32 to insufficient memory list
6 years ago
Joakim Nohlgård
9809db3d90
unittests: Refactor Makefile test wildcard matching line
...
Eliminate external shell calls
6 years ago
Joakim Nohlgård
7f9b37e2ca
unittests: Add missing check for result of vfs_opendir in tests-spiffs
6 years ago
Vincent Dupont
b52c9a79cf
unittests: add spiffs unittests
6 years ago
Loïc Dauphin
bb31db1cfb
tests/driver_dynamixel: initial support
6 years ago
Loïc Dauphin
172203dc9d
tests/driver_feetech: coding conventions
6 years ago
Hauke Petersen
053e6e87d6
test/periph_hwrng: fixed output formatting
6 years ago
Hauke Petersen
05bcd3106f
test: added nucleo-f476 to unittest targets
6 years ago
Martine Lenders
3bcd9bb5c0
tests: add test application for SNTP
6 years ago
Kaspar Schleiser
50a7248c70
tests: add sock dns client test application
6 years ago
Martine Lenders
7f4905c3ee
tests: adapt tests to od change
6 years ago
Joakim Nohlgård
d1ea50a600
mtd: Redefine MTD_0 as a mtd_dev_t *
6 years ago
smlng
9eb50c9abc
tests: add missing Makefile.tests_common for gnrc_tcp_client/server
6 years ago
smlng
d93db89e05
tests: cleanup, remove QUIET ?= 1, already defined in Makefile.tests_common
6 years ago
smlng
3d12edfd7f
tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common
6 years ago
Kaspar Schleiser
a3774adfaf
tests: unittests: add unittest for fmt_lpad()
6 years ago
smlng
8acb068dec
driver, hd44780: add tests application
6 years ago
Loïc Dauphin
753651d833
tests/driver_feetech: initial support
6 years ago
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
6 years ago
Alexandre Abadie
fb907b35f8
tests/unittests: add nucleo144-f303 to cortexM boards
6 years ago
Cenk Gündoğan
63e99eb9d6
tests/driver_nrf24l01p_lowlevel: add note about compatilibity
6 years ago
dylad
0d279ea699
tests/adxl345: add functionnal test
...
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
6 years ago
Alexandre Abadie
8d49054190
tests/unittests: add nucleo144-f429 to cortexM boards
6 years ago
Alexandre Abadie
879fe0c416
tests/unittests: add nucleo144-f446 to cortexM boards
6 years ago
Joakim Nohlgård
9782be1d91
unittests: add unit test for mtd-vfs
6 years ago
Vincent Dupont
81149f1843
unittests: add mtd unittests
6 years ago
Alexandre Abadie
67b7111805
tests: add nucleo-f302 to unsufficient memory list
6 years ago
Alexandre Abadie
83307d311e
tests/unittest: add nucleo-f302 to unsufficient memory list
6 years ago
Alexandre Abadie
b0128f9dd1
tests: remove nucleo32-l031 from memory intensive tests
6 years ago
Alexandre Abadie
a0e45d1390
tests/unittest: remove nucleo32-l031 from unittest
6 years ago
Alexandre Abadie
721ca1ee78
tests/unittests/relic: remove nucleo-f410 from blacklist
6 years ago
Alexandre Abadie
ff5b0bf538
tests/driver_veml6070: cleanup
6 years ago
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
```
6 years ago
Alexandre Abadie
478ee1a9a0
tests: add nucleo-f410 to unsufficient memory boards
6 years ago
Vincent Dupont
db65e8b3fe
tests: sort ARM_CORTEX_M_BOARDS in Makefile
6 years ago
Vincent Dupont
ad0f0877cc
tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically
6 years ago
Kaspar Schleiser
26b99a57be
cpu: native: add vfs wrappers
6 years ago
Joakim Nohlgård
0371769e72
devfs: Dynamic file system for device nodes
6 years ago
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.
6 years ago
Lotte Steenbrink
640a69731c
tests/thread_flood: add test target to Makefile
6 years ago
Lotte Steenbrink
32df7b4163
tests/rmutex: add test target to Makefile
6 years ago
Lotte Steenbrink
bad5a19b03
tests/mutex_order: add test target to Makefile
6 years ago
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.
6 years ago
Loïc Dauphin
ac53dff0cb
tests: rename opencm9-04 into opencm904
6 years ago
Alexandre Abadie
d0e641e80b
tests: remove nucleo-l053 from memory intensive tests
6 years ago