1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers
Martine Lenders f4392f7661 xbee: make address length configurable
6LoWPAN-ND states [1] that the IPv6 address should be generated from the
EUI-64 of the interface, since it can be assumed as globally unique and
would not require duplicate address detection. Currently the xbee module is
not able to use any other address for short address with IPv6 since
NETCONF_OPT_SRC_LEN always returns 2. This patch fixes that.

[1] https://tools.ietf.org/html/rfc6775#section-5.2
2015-06-11 19:51:35 +02:00
..
at86rf231 drivers/at86rf231: fix unused-parameter 2015-05-29 14:23:01 +02:00
cc110x global: renamed cpu-conf.h into cpu_conf.h 2015-05-28 15:45:05 +02:00
cc110x_legacy global: renamed cpu-conf.h into cpu_conf.h 2015-05-28 15:45:05 +02:00
cc110x_legacy_csma Improve naming of thread stacksize/priority constants 2015-05-21 00:14:23 +02:00
cc2420 core: renamed crash.h to panic.h 2015-05-09 18:44:10 +02:00
dht drivers/dht: initial import 2015-05-29 06:24:18 +02:00
hdc1000 drivers/hdc1000: fix hdc1000_startmeasure function 2015-05-30 20:18:34 +02:00
ina220 drivers/ina220: Add driver for INA220 current and power sensor. 2015-03-19 17:22:22 +01:00
include xbee: make address length configurable 2015-06-11 19:51:35 +02:00
isl29020 drivers/isl29020: fix return value integer error 2015-05-02 08:35:38 +02:00
isl29125 drivers/isl29125: beautify indentation 2015-05-12 07:25:54 +02:00
kw2xrf global: renamed cpu-conf.h into cpu_conf.h 2015-05-28 15:45:05 +02:00
l3g4200d drivers/l3g4200d: Repair header file include guards 2015-03-24 17:55:43 +02:00
lis3dh lis3dh: Add missing spi_release in error cases. 2015-03-24 06:00:07 +01:00
lm75a lint: reduce scope 2014-09-12 11:50:12 +02:00
lps331ap drivers/lps331ap: Repair header file include guards 2015-03-24 17:55:44 +02:00
lsm303dlhc drivers/lsm303dlhc: Repair header file include guards 2015-03-24 17:55:44 +02:00
ltc4150 doc: fix more license headers 2014-08-27 19:20:49 +02:00
mag3110 drivers/mags3110: Repair header file include guards 2015-03-24 17:55:39 +02:00
mma8652 drivers/mma8652: Repair header file include guards 2015-03-24 17:55:39 +02:00
mpl3115a2 drivers/mpl3115a2: Repair header file include guards 2015-03-24 17:55:38 +02:00
mpu9150 drivers/mpu9150: Release I2C bus in compass error case 2015-02-14 09:24:51 +01:00
mq3 drivers/mq3: added driver for alcohol sensor 2014-10-30 14:05:29 +01:00
netdev everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
ng_at86rf2xx drivers/ng_at86rf: disable ack req on bcast/mcast 2015-06-02 23:07:03 +02:00
nrf24l01p drivers/nrf24l01p: Replace tabs by spaces 2015-05-18 07:10:53 +02:00
nvram_spi nvram_spi: Implement generic SPI NVRAM driver. 2015-05-04 10:39:46 +02:00
pcd8544 drivers: added driver for PCD8544 LCD display 2015-04-30 13:46:03 +02:00
pir drivers: import PIR motion sensor driver 2014-09-26 18:07:46 +02:00
rgbled drivers: added rgbled driver 2014-06-11 20:17:44 +02:00
servo drivers/servo: fixed very stupid coding error 2014-07-31 17:35:47 +02:00
sht11 doc: fix more license headers 2014-08-27 19:20:49 +02:00
srf02 everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
srf08 everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
tmp006 drivers/isl29020: Acquire exclusive access ti I2C bus 2015-03-03 18:08:38 +01:00
xbee xbee: make address length configurable 2015-06-11 19:51:35 +02:00
doc.txt fix license headers in non-.c files 2014-08-23 16:16:26 +02:00
Makefile Initial import of nrf24l01p lowlevel functions 2014-11-26 13:50:29 +01:00
Makefile.include drivers/dht: initial import 2015-05-29 06:24:18 +02:00