Martine Lenders
|
b84f3cc904
|
tests: adapt tests/lwip for od changes
|
6 years ago |
Martine Lenders
|
d1c75b4162
|
tests: port tests/lwip to sock
|
6 years ago |
Alexandre Abadie
|
74d2cb94f1
|
tests: add small nucleo32 to insufficient memory list
|
6 years ago |
smlng
|
3d12edfd7f
|
tests: cleanup, remove RIOTBASE, already defined in Makefile.tests_common
|
6 years ago |
Alexandre Abadie
|
67b7111805
|
tests: add nucleo-f302 to unsufficient memory list
|
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 |
Vincent Dupont
|
ad0f0877cc
|
tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically
|
6 years ago |
Alexandre Abadie
|
d0e641e80b
|
tests: remove nucleo-l053 from memory intensive tests
|
6 years ago |
Alexandre Abadie
|
77df65e95e
|
tests: add nucleo32-f031 to unsufficient memory boards
|
6 years ago |
Hauke Petersen
|
422763e53f
|
tests: blacklisted some msp430 based boards
|
6 years ago |
Hauke Petersen
|
7b1047f3bc
|
tests/lwip: blacklist nucleo-f072 and wsn430
|
6 years ago |
Hauke Petersen
|
5bdb3bfa61
|
misc: aggregated doxygen fixes
|
6 years ago |
smlng
|
52fadaf23a
|
tests: remove redundant board and quiet statements
|
6 years ago |
smlng
|
f84e8a37e2
|
tests: add missing include for Makefile.tests_common
|
6 years ago |
Oleg Hahm
|
7ee7801c10
|
*: remove trailing underscores from header guards
|
6 years ago |
Alexandre Abadie
|
3f29e77a4c
|
boards/nucleo-f030: initial support
|
6 years ago |
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.
|
6 years ago |
kYc0o
|
0a70094449
|
tests: add telosb to memory insufficient boards
|
7 years ago |
kYc0o
|
62a9773a9c
|
boards/waspmote-pro: add support for Waspmote PRO v1.2
|
7 years ago |
Martine Lenders
|
eff89c56ef
|
tests: add comment about exclusion of MLD in lwIP app
|
7 years ago |
Martine Lenders
|
9b8417fbb9
|
tests: intial import of lwIP test application
|
7 years ago |