Hyungsin
|
e0d3f5b552
|
drivers/at86rf2xx: add smart idle listening feature
|
2018-08-06 13:56:42 -07:00 |
|
|
4e64ba6f24
|
drivers/at86rf2xx: use new driver params scheme
|
2018-03-01 14:29:16 +01:00 |
|
smlng
|
13639c1bb3
|
drivers, at86rf2xx: cleanup
- update documentation
- adapt constness
- fix code alignment and stlye
|
2017-11-07 21:37:41 +01:00 |
|
|
15c22e9ab7
|
at86rf2xx: add NETOPT_TX_RETRIES_NEEDED support
|
2017-10-04 12:20:15 +02:00 |
|
Joakim Nohlgård
|
988759d4da
|
at86rf2xx: Add manual CCA
|
2017-09-05 16:48:55 +02:00 |
|
|
94c753c07a
|
drivers: doxygen cleanup
|
2017-09-01 15:12:20 +02:00 |
|
Hyungsin
|
59abdc1f07
|
drivers/at86rf2xx: fix timing for radio state change
|
2017-07-07 11:48:01 -07: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 |
|
Hauke Petersen
|
236f1edddd
|
drivers/at86rf2xx: adapted to SPI API changes
|
2017-01-25 16:46:45 +01:00 |
|
Oleg Hahm
|
7ee7801c10
|
*: remove trailing underscores from header guards
|
2017-01-19 18:30:53 +01:00 |
|
Thomas Eichinger
|
467b255c03
|
drivers/at86rf2xx: code size optimizations
These changes try to reduce code size of the at86rf2xx
driver by reducing code duplication and simplification.
|
2017-01-19 08:04:08 -08:00 |
|
Martine Lenders
|
0b59372eb0
|
at86rf2xx: document operation mode concerns for
|
2016-09-02 22:48:47 +02:00 |
|
Mathias Tausig
|
48083a7c10
|
at86rf2xx: Add at86rf2xx_get_random to at86rf2xx_internal
Works for at86rf233 and at86rf231 chips
|
2016-09-02 09:54:39 +02:00 |
|
Martine Lenders
|
5bfc9e43fb
|
at86rf2xx: port to netdev2
|
2016-03-23 17:45:16 +01:00 |
|
Daniel Krebs
|
bb4fe8d256
|
Merge pull request #3954 from daniel-k/pr/at86rf2xx_fix_lqi
at86rf2xx: fix lqi reading
|
2015-12-08 16:10:52 +01:00 |
|
daniel-k
|
a643789ab5
|
at86rf2xx: fix LQI reading
|
2015-12-08 14:46:56 +01:00 |
|
Joakim Nohlgård
|
e9f385ae1d
|
at86rf2xx: Add support for channel page
|
2015-12-05 10:37:04 +01:00 |
|
Kévin Roussel
|
8bfd856abe
|
Implemented the NETOPT_CCA_THRESHOLD option for AT86RF231
|
2015-11-30 13:15:14 +01:00 |
|
Hauke Petersen
|
4e94d97da7
|
drivers/at86rf2xx: added default params definition
|
2015-11-19 16:17:20 +01:00 |
|
Oleg Hahm
|
a5b7c5d4e8
|
Revert "at86rf2xx: cancel receiving when preparing for TX"
This reverts commit 5aeeabf4a9 .
|
2015-11-12 12:10:16 +01:00 |
|
daniel-k
|
502786b9f7
|
at86rf2xx: implement sleep mode
|
2015-10-13 15:06:52 +02:00 |
|
daniel-k
|
5aeeabf4a9
|
at86rf2xx: cancel receiving when preparing for TX
|
2015-09-29 17:16:39 +02:00 |
|
daniel-k
|
6f705a5189
|
at86rf2xx: implement CSMA settings
|
2015-09-01 18:45:47 +02:00 |
|
Martine Lenders
|
58ff31bfe9
|
gnrc: make all gnrc modules sub-modules of gnrc
|
2015-08-18 23:00:07 +02:00 |
|
BytesGalore
|
394ddb6900
|
drivers: renamed further remaining *NG_* macros
|
2015-08-12 17:21:45 +02:00 |
|
Martine Lenders
|
8f9e1656e1
|
at86rf2xx: remove ng_ prefix
|
2015-08-10 00:08:21 +02:00 |
|