You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() 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 | |
---|---|---|
.. | ||
aversiveplusplus | 6 years ago | |
ccn-lite | 6 years ago | |
cmsis-dsp | 6 years ago | |
emb6 | 6 years ago | |
heatshrink | 6 years ago | |
jsmn | 6 years ago | |
libcoap | 6 years ago | |
libfixmath | 6 years ago | |
lwip | 6 years ago | |
micro-ecc | 6 years ago | |
microcoap | 6 years ago | |
nanocoap | 6 years ago | |
nordic_softdevice_ble | 6 years ago | |
oonf_api | 6 years ago | |
relic | 6 years ago | |
tiny-asn1 | 6 years ago | |
tinydtls | 6 years ago | |
tlsf | 6 years ago | |
tweetnacl | 6 years ago | |
u8g2 | 6 years ago | |
wakaama | 6 years ago | |
Makefile.git | 7 years ago | |
Makefile.http | 6 years ago | |
doc.txt | 7 years ago | |
pkg.mk | 6 years ago |