Commit Graph

18 Commits (6fdc9ca742cc672332a5ee8afe52765f842df525)

Author SHA1 Message Date
Jonas e9f86c1126 Implemented the NETOPT_CCA_THRESHOLD option for KW2xrf 7 years ago
Oleg Hahm b978510188 802154 drivers: set first bit to 0 in 16 bit addr
The first bit is required to be 0 for short addresses when used with 6LoWPAN  by https://tools.ietf.org/html/rfc4944#section-12.
8 years ago
smlng 3ed71ae2c6 drivers/kw2x: fix packet address setting
- fix dst address reversed in packet header
 - code and docu cleanup
 - based on at86rf2xx
8 years ago
Oleg Hahm 0a54f57043 kw2xrf: short address getter and iid option 8 years ago
Oleg Hahm e2639d7f83 core: use enums for panic 8 years ago
Martine Lenders 58ff31bfe9 gnrc: make all gnrc modules sub-modules of gnrc 8 years ago
Martine Lenders b969eeb217 gnrc: rename ng_netbase to gnrc 8 years ago
Martine Lenders e8d5d5576a gnrc: piggy-back some code style changes 8 years ago
Martine Lenders 9cf5e5fb6a ieee802154: remove ng_ prefix 8 years ago
Hauke Petersen 97a19016cf drivers: adapted to renamed NETOPT header 8 years ago
Martine Lenders 6f56b983f0 gnrc: replace all instances of ng_netconf with ng_netopt 8 years ago
Hauke Petersen 350cfc7a2b Merge pull request #3095 from haukepetersen/opt_gpio
drivers/gpio: changed periph driver interface
8 years ago
Jonas 404e7b1016 driver/kw2xrf: set HW-address according to CPUID; Correct broadcast handling 8 years ago
Hauke Petersen 2cc2d9f740 drivers: adjusted drivers to changed GPIO interface 8 years ago
Hauke Petersen 9943f51080 global: renamed cpu-conf.h into cpu_conf.h 8 years ago
Joakim Gebart 13832d8e62 everything: Remove filename from @file Doxygen command 8 years ago
Jonas 3287e71d45 Initial import of tests for kw2x radio
squash: driver: fixed typo to pass doccheck

squash: driver: bug fixes after test

squash: adapted Makefiles for correct build behaviour

restructured, no spi interaction in isr anymore

major bugfixes and restructurization

comments addressed

introduce new netconf option, ..AUTOCCA

squash: minor bugfix and add auto-init mechanism

squash: minor fixes to make travis happy
8 years ago
Jonas 49f09477af Initial commit of ng_kw2xrf radio driver
squash: removed tab indent
8 years ago