Gaëtan Harter
|
154fbcff35
|
tests: use RIOTTOOLS variable
Follow up to #9067 and part of #8821
|
2018-05-04 10:52:26 +02:00 |
|
Matthew Blue
|
9378d6c133
|
tests/* : blacklisting for mega-xplained
|
2018-03-26 11:17:23 -04:00 |
|
Josarn
|
cb6222daba
|
tests/* : Blacklisting for Jiminy
Signed-off-by: Josua Arndt <josuaarndt@live.de>
Signed-off-by: Steffen Robertz <steffen.robertz@online.de>
|
2018-03-02 13:51:28 +01:00 |
|
smlng
|
6f67e75f90
|
tests: remove DEVELHELP from per test Makefiles
|
2017-12-14 17:54:13 +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 |
|
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 |
|
|
c4f66edba1
|
tests: fix python style 'E302 expected 2 blank lines, found 1'
|
2017-11-29 17:32:06 +01:00 |
|
|
954e33bb90
|
tests: fix python style 'F401 module imported but unused'
|
2017-11-27 17:27:07 +01:00 |
|
Martine Lenders
|
d76785fc38
|
tests: gnrc_lwip_tcp: remove timing tests from pexpect script
|
2017-10-24 15:19:50 +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 |
|
|
0fcc7d3834
|
cleanup: apply headerguard script output
|
2017-05-24 17:54:02 +02:00 |
|
|
cfd10c394a
|
adapt to changed byteorder.h
|
2017-04-13 11:35:35 +02:00 |
|
|
b0128f9dd1
|
tests: remove nucleo32-l031 from memory intensive tests
|
2017-03-15 14:08:06 +01:00 |
|
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
```
|
2017-03-15 09:31:20 +01:00 |
|
Vincent Dupont
|
ad0f0877cc
|
tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically
|
2017-03-13 18:27:50 +01:00 |
|
|
d0e641e80b
|
tests: remove nucleo-l053 from memory intensive tests
|
2017-03-02 13:52:12 +01:00 |
|
|
77df65e95e
|
tests: add nucleo32-f031 to unsufficient memory boards
|
2017-02-22 18:43:02 +01:00 |
|
Martine Lenders
|
b915d15de1
|
pkg: provide sock_tcp support for lwip
|
2017-02-13 20:10:42 +01:00 |
|