1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers
Benjamin Valentin 22c2dbbbe5 drivers/sht3x: use crc8 function from common code
This makes the sht3x driver use the crc-8 routine from sys/hashes.
It's the same code, was just moved to a common place.
2019-12-13 14:50:32 +01:00
..
ad7746 many typo fixes 2019-11-23 22:39:07 +01:00
adcxx1c drivers/adcxx1c: fix typos 2019-11-23 22:39:39 +01:00
ads101x drivers/ads101x: fix typos 2019-11-23 22:39:39 +01:00
adt7310 drivers/adt7310: Replace binary representation 2019-04-25 21:18:36 +02:00
adxl345
apa102 drivers/apa102: fix typos 2019-11-23 22:39:39 +01:00
at driver/at: add return code for CME/CMS errors 2019-06-25 09:59:27 +02:00
at30tse75x
at86rf2xx Merge pull request #12704 from benpicco/AT86RFR2_smart_idle 2019-11-25 11:57:44 +01:00
ata8520e drivers/ata8520e: fix potentially unused variables 2019-10-22 19:19:36 +02:00
bh1750fvi drivers/bh1750fvi: fix typos 2019-11-23 22:39:39 +01:00
bmp180 drivers/bmp180: fix potentially use of uninitialized variable 2019-10-22 19:30:12 +02:00
bmx055 drivers/bmx055: fix typos 2019-11-23 22:39:39 +01:00
bmx280 Merge pull request #12789 from maribu/bmx280_endianess 2019-11-28 14:04:41 +01:00
can_trx
cc1xxx_common gnrc: use gnrc_netif_default_init() for all implementations 2019-11-07 11:00:36 +01:00
cc110x drivers/cc110x: Use NETOPT_MAX_PDU_SIZE 2019-10-18 17:57:36 +02:00
cc2420
ccs811 drivers/ccs811: fix typos 2019-11-23 22:39:39 +01:00
dcf77 Drivers/DCF77:First implementation 2019-11-22 10:27:01 +01:00
dht drivers/dht: Fixed magic numbers & missing doc 2019-07-29 10:39:50 +02:00
ds18 drivers/ds18: fix ds18_read with negative temperatures 2019-05-16 20:12:22 +02:00
ds75lx drivers: sys: add SAUL support for ds75lx sensor 2019-05-22 16:54:20 +02:00
ds1307
ds3234
dsp0401
dynamixel drivers/dynamixel: fix typos 2019-11-23 22:39:39 +01:00
enc28j60 drivers/enc28j60: fix typos 2019-11-23 22:39:39 +01:00
encx24j600 drivers/encx24j600: fix typos 2019-11-23 22:39:39 +01:00
ethos drivers: sys: replace USE_ETHOS_FOR_STDIO macro by MODULE_STDIO_ETHOS 2019-06-23 22:16:03 +02:00
feetech drivers/feetech: fix typos 2019-11-23 22:39:39 +01:00
fxos8700
grove_ledbar
hd44780 Revert "drivers/hd44780: add short delay after each character" 2019-11-07 22:40:01 +01:00
hdc1000
hih6130
hts221
ili9341 drivers/ili9341: add spi mode configuration option 2019-12-11 16:18:40 +01:00
ina2xx drivers/ina2xx: Added SAUL integration 2019-11-22 20:29:53 +01:00
ina3221 drivers/ina3221: Added SAUL integration 2019-11-05 12:37:41 +01:00
include drivers/ili9341: add spi mode configuration option 2019-12-11 16:18:40 +01:00
io1_xplained
isl29020
isl29125
jc42
kw2xrf many typo fixes 2019-11-23 22:39:07 +01:00
l3g4200d
lc709203f
lis2dh12 drivers/lis2dh12: added I2C mode 2019-10-02 11:16:39 +02:00
lis3dh
lis3mdl many typo fixes 2019-11-23 22:39:07 +01:00
lpd8808
lpsxxx drivers/lpsxxx: fix typos 2019-11-23 22:39:39 +01:00
lsm6dsl drivers/lsm6dsl: fix typos 2019-11-23 22:39:39 +01:00
lsm303dlhc
ltc4150 drivers: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
mag3110
mma8x5x
mma7660
motor_driver drivers: add licence to motor_driver source files 2019-04-13 00:29:58 +02:00
mpl3115a2
mpu9x50 drivers/mpu9x50: Correct read_temperature 2019-10-17 14:04:43 +02:00
mq3
mrf24j40 drivers/mrf24j40: fix typos 2019-11-23 22:39:39 +01:00
mtd
mtd_flashpage drivers/mtd_flashpage: add 16bit compatibility 2019-11-24 13:19:19 +01:00
mtd_sdcard
mtd_spi_nor
my9221
ncv7356 ncv7356: add driver for ncv7356 SW CAN transceiver 2019-08-21 11:05:51 +02:00
netdev_eth
netdev_ieee802154
netdev_layer
nrf24l01p many typo fixes 2019-11-23 22:39:07 +01:00
nvram
nvram_spi
opt3001 drivers/opt3001: fix typos 2019-11-23 22:39:39 +01:00
pca9685 drivers/pca9685: fix typos 2019-11-23 22:39:39 +01:00
pcd8544 drivers/pcd8544: fix typos 2019-11-23 22:39:39 +01:00
periph_common many typo fixes 2019-11-23 22:39:07 +01:00
ph_oem drivers/ph_oem: fix typos 2019-11-23 22:39:39 +01:00
pir
pn532
pulse_counter
qmc5883l drivers: add support for QMC5883L mag sensors 2019-11-13 12:56:26 +01:00
rgbled
rn2xx3 drivers/rn2xx3: cleanup sleep function 2019-10-17 10:02:11 +02:00
saul saul: Ignore extra dimensions in read functions 2019-12-03 15:17:25 +01:00
sdcard_spi drivers/sdcard_spi: fix typos 2019-11-23 22:39:39 +01:00
sds011
servo
sht1x drivers: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
sht2x drivers: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
sht3x drivers/sht3x: use crc8 function from common code 2019-12-13 14:50:32 +01:00
si70xx
si114x
slipdev slipdev: make rxmem buffer uint8_t 2019-06-05 21:24:38 +02:00
soft_spi drivers: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
srf02
srf04 drivers: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
srf08
stm32_eth stm32_eth: Code cleanup and some fixes 2019-07-04 15:27:50 +02:00
sx127x many typo fixes 2019-11-23 22:39:07 +01:00
tcs37727
tja1042
tmp00x drivers/tmp00x: cleanup return codes 2019-11-08 22:17:44 +01:00
tps6274x
tsl2561
tsl4531x
uart_half_duplex many typo fixes 2019-11-23 22:39:07 +01:00
vcnl40x0
veml6070
w5100
ws281x drivers/ws281x: Fixed issue in doc 2019-12-05 13:30:30 +01:00
xbee gnrc: use gnrc_netif_default_init() for all implementations 2019-11-07 11:00:36 +01:00
doc.txt
Makefile
Makefile.dep drivers/sht3x: use crc8 function from common code 2019-12-13 14:50:32 +01:00
Makefile.include Merge pull request #9948 from bergzand/pr/ili9341 2019-12-11 16:43:46 +01:00