zhuoshuguo
|
ea5aeeb10f
|
gomach: a robust traffic adaptive multichannel MAC for IoT.
|
2017-11-30 18:51:49 +01:00 |
|
zhuoshuguo
|
e6409f025f
|
gnrc_lwmac: include lwmac headers when LWMAC defined.
|
2017-11-29 17:29:26 +01:00 |
|
Martine Lenders
|
31b1ceb440
|
gnrc_netif2: rename to gnrc_netif
|
2017-11-17 10:41:54 +01:00 |
|
Martine Lenders
|
bf19ce6d55
|
gnrc_mac: fix non-obvious recursive include
|
2017-11-13 12:48:39 +01:00 |
|
zhuoshuguo
|
c554d30b26
|
gnrc_lwmac: port to gnrc_netif2.
|
2017-11-01 15:40:47 +01:00 |
|
zhuoshuguo
|
a54655890e
|
LWMAC: a simple duty cycling 802.15.4 MAC protocol.
|
2017-06-21 16:40:04 +02:00 |
|
zhuoshuguo
|
83e1385683
|
gnrc_mac: updated coding style.
|
2017-06-19 10:15:41 +02:00 |
|
|
0fcc7d3834
|
cleanup: apply headerguard script output
|
2017-05-24 17:54:02 +02: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 |
|
Oleg Hahm
|
d523c33015
|
doc: gnrc: fix doxygen and add missing doc
|
2017-03-10 14:56:28 +01:00 |
|
Oleg Hahm
|
7ee7801c10
|
*: remove trailing underscores from header guards
|
2017-01-19 18:30:53 +01:00 |
|
zhuoshuguo
|
6a0ac75d2c
|
gnrc_mac: add mac tx and rx internal types and API.
|
2017-01-04 13:59:16 +01:00 |
|
zhuoshuguo
|
6f39d8c809
|
gnrc_mac: add gnrc_mac module into netdev2.
|
2016-11-04 17:04:50 +01:00 |
|