Gaëtan Harter
|
7692da9566
|
tests/lwip: only enable test for native board
Other board are not supported in 01-run.py.
|
2017-10-19 14:39:34 +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 |
|
Martine Lenders
|
d1c75b4162
|
tests: port tests/lwip to sock
|
2017-04-25 18:15:23 +02:00 |
|
|
74d2cb94f1
|
tests: add small nucleo32 to insufficient memory list
|
2017-04-05 17:19:52 +02:00 |
|
smlng
|
3d12edfd7f
|
tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common
|
2017-03-28 10:48:27 +02:00 |
|
|
67b7111805
|
tests: add nucleo-f302 to unsufficient memory list
|
2017-03-16 10:46:14 +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 |
|
Hauke Petersen
|
422763e53f
|
tests: blacklisted some msp430 based boards
|
2017-01-25 17:25:18 +01:00 |
|
Hauke Petersen
|
7b1047f3bc
|
tests/lwip: blacklist nucleo-f072 and wsn430
|
2017-01-25 16:46:46 +01:00 |
|
Hauke Petersen
|
5bdb3bfa61
|
misc: aggregated doxygen fixes
|
2017-01-25 16:46:46 +01:00 |
|
smlng
|
52fadaf23a
|
tests: remove redundant board and quiet statements
|
2017-01-20 19:36:04 +01:00 |
|
smlng
|
f84e8a37e2
|
tests: add missing include for Makefile.tests_common
|
2017-01-20 17:24:56 +01:00 |
|
|
3f29e77a4c
|
boards/nucleo-f030: initial support
|
2016-10-12 14:32:25 +02:00 |
|
Laurent Navet
|
3ff576e46a
|
tests: adapt for arduino uno and duemilanove support
- blacklist arduino-uno and arduino-duemilanove for
coap, libfixmath_unittests, lwip, nhdp,
pthread, pthread_barrier, pthread_cleanup, pthread_condition_variable
pthread_cooperation, pthread_rwlock and pthread_tls tests.
- fix sys/pipe build
- unittests: boards added to BOARD_INSUFICIENT_MEMORY list.
|
2016-09-21 21:12:58 +02:00 |
|
kYc0o
|
0a70094449
|
tests: add telosb to memory insufficient boards
|
2016-07-06 20:23:49 +02:00 |
|
kYc0o
|
62a9773a9c
|
boards/waspmote-pro: add support for Waspmote PRO v1.2
|
2016-07-05 13:05:12 +02:00 |
|
Martine Lenders
|
eff89c56ef
|
tests: add comment about exclusion of MLD in lwIP app
|
2016-05-31 21:40:40 +02:00 |
|
Martine Lenders
|
9b8417fbb9
|
tests: intial import of lwIP test application
|
2016-03-30 17:35:51 +02:00 |
|