1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers
2017-01-23 14:01:32 +01:00
..
adt7310 drivers: adapted gpio_init(_x)() calls 2016-03-17 14:55:30 +01:00
at30tse75x xtimer: Update xtimer usage to match API changes 2016-11-29 20:44:31 +01:00
at86rf2xx *: remove trailing underscores from header guards 2017-01-19 18:30:53 +01:00
bh1750fvi drivers/bh1750fvi: added names to return values 2016-11-17 22:57:56 +01:00
bme280 drivers: Add driver for BME280 2017-01-20 20:26:43 +01:00
bmp180 *: remove trailing underscores from header guards 2017-01-19 18:30:53 +01:00
cc110x drivers/cc110x: use uuid module for addr gen 2017-01-19 11:09:29 +01:00
cc2420 *: remove trailing underscores from header guards 2017-01-19 18:30:53 +01:00
dht timex: unambiguous time conversion macros 2017-01-19 13:18:08 +01:00
enc28j60 drivers/enc28j60: used uuid module for addr gen 2017-01-19 11:09:29 +01:00
encx24j600 cpu: drivers: adapt devices for netdev2 parameter type change 2016-08-03 12:30:51 +02:00
ethos drivers: ethos: make use of isrpipe module 2016-12-16 09:48:09 +01:00
hdc1000 *: remove trailing underscores from header guards 2017-01-19 18:30:53 +01:00
hih6130 periph/i2c: convert char to uint8_t where applicapable 2016-10-04 20:26:39 +02:00
ina220 periph/i2c: convert char to uint8_t where applicapable 2016-10-04 20:26:39 +02:00
include Merge pull request #6231 from haukepetersen/rm_devenums_pwm 2017-01-23 10:12:11 +01:00
io1_xplained *: remove trailing underscores from header guards 2017-01-19 18:30:53 +01:00
isl29020 drivers/isl29020: added default params.h file 2017-01-18 15:33:20 +01:00
isl29125 periph/i2c: convert char to uint8_t where applicapable 2016-10-04 20:26:39 +02:00
jc42 *: remove trailing underscores from header guards 2017-01-19 18:30:53 +01:00
kw2xrf kw2xrf: set tx_power in gnrc_netdev_t 2016-09-16 10:52:53 +02:00
l3g4200d drivers/l3g4200d: added default params.h file 2017-01-18 15:33:39 +01:00
lis3dh drivers/lis3dh: added default params.h file 2017-01-18 15:32:57 +01:00
lis3mdl periph/i2c: convert char to uint8_t where applicapable 2016-10-04 20:26:39 +02:00
lm75a drivers/lm75a: removed LED_xx_yy calls 2016-03-15 18:37:54 +01:00
lpd8808 drivers: added driver for LPD8808 LED strips 2016-10-25 18:32:52 +02:00
lps331ap drivers/lps331ap: added default params.h file 2017-01-18 15:34:02 +01:00
lsm303dlhc drivers/lsm303dlhc: added default params.h file 2017-01-18 15:34:29 +01:00
ltc4150 xtimer: Update xtimer usage to match API changes 2016-11-29 20:44:31 +01:00
mag3110 periph/i2c: convert char to uint8_t where applicapable 2016-10-04 20:26:39 +02:00
mma8x5x drivers/mma8x5x: remodeld driver 2017-01-18 10:51:15 +01:00
mpl3115a2 periph/i2c: convert char to uint8_t where applicapable 2016-10-04 20:26:39 +02:00
mpu9150 *: remove trailing underscores from header guards 2017-01-19 18:30:53 +01:00
mq3 drivers/mq3: adapted to ADC driver changes 2016-03-14 13:06:24 +01:00
netdev2_eth netdev2: introduce linklayer netstats 2016-03-29 22:34:09 +02:00
netdev2_ieee802154 Implement NETOPT_ACK_REQ configuration option. 2016-06-01 10:11:28 +12:00
nrf24l01p xtimer: Update xtimer usage to match API changes 2016-11-29 20:44:31 +01:00
nvram_spi xtimer: Add tick conversion 2016-11-28 11:00:42 +01:00
pcd8544 drivers: adapted gpio_init(_x)() calls 2016-03-17 14:55:30 +01:00
periph_common drivers: periph: pm: introduce new power management API 2017-01-12 11:24:15 +01:00
pir debug: add missing line breaks 2016-09-27 23:38:41 +02:00
pn532 drivers/pn532: add NFC reader PN532 driver 2017-01-13 14:47:19 +01:00
rgbled drivers: added rgbled driver 2014-06-11 20:17:44 +02:00
saul sys/saul: Add analog inputs to SAUL via periph/adc 2016-04-08 10:18:12 +02:00
servo timex: unambiguous time conversion macros 2017-01-19 13:18:08 +01:00
sht11 drivers: sht11: use xtimer 2015-09-16 10:58:52 +02:00
si70xx timex: unambiguous time conversion macros 2017-01-19 13:18:08 +01:00
srf02 periph/i2c: convert char to uint8_t where applicapable 2016-10-04 20:26:39 +02:00
srf08 periph/i2c: convert char to uint8_t where applicapable 2016-10-04 20:26:39 +02:00
tcs37727 periph/i2c: convert char to uint8_t where applicapable 2016-10-04 20:26:39 +02:00
tmp006 periph/i2c: convert char to uint8_t where applicapable 2016-10-04 20:26:39 +02:00
w5100 drivers/w5100: use uuid_get() for HW addr gen 2017-01-19 11:09:29 +01:00
xbee drivers/xbee: add UL to constants for 8 and 16 bit compatibility 2017-01-20 14:22:19 +01:00
doc.txt drivers: various doxygen fixes 2015-11-23 12:15:50 +01:00
Makefile make: remove superfluous nrf24l01p from Makefile 2015-09-18 06:53:24 +02:00
Makefile.dep drivers/cc110x: add xtimer as module dependency 2017-01-23 14:01:32 +01:00
Makefile.include drivers: Add driver for BME280 2017-01-20 20:26:43 +01:00