Hauke Petersen
aee4e564c0
drivers/cc110x: moved includes
...
let the driver follow the same structure than other drivers
for now: keeping 'private' includes in a local include folder
7 years ago
Johann F
c6cec830f9
drivers/tcs37727: initial commit for tcs37727 driver
...
The driver supports lux and ct calculation and autogain funktion.
8 years ago
Kaspar Schleiser
bd698bf574
drivers: add encx24j600 ethernet driver
8 years ago
Martine Lenders
8f9e1656e1
at86rf2xx: remove ng_ prefix
8 years ago
Kaspar Schleiser
5d8349298f
remove bulk of legacy network stack and drivers
8 years ago
Ludwig Ortmann
4a05f47bcf
drivers/dht: initial import
...
Unified driver for DHT11 and DHT22.
8 years ago
Oleg Hahm
4d64b98f2c
Merge pull request #2756 from jremmert-phytec-iot/pr@ng_kw2xrf
...
driver/kw2xrf: added ng_netdev implementation for the Freescale kw2x radio
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
Ludwig Ortmann
0db92da19d
drivers/isl29125: initial import
8 years ago
Hauke Petersen
3778fb3dde
drivers: added driver for PCD8544 LCD display
8 years ago
Hauke Petersen
fefac35c1c
drivers: new driver for at86rf2xx family radios
8 years ago
Joakim Gebart
5ea9eaf386
drivers/ina220: Add driver for INA220 current and power sensor.
8 years ago
Fabian Nack
ae4616c5d8
drivers: Added MPU-9150 9-Axis motion sensor driver
8 years ago
Johann Fischer
a51c91e5be
add mag3110 magnetometer driver
8 years ago
Johann Fischer
ae10cc8af5
add mma8652 accelerometer driver
8 years ago
Johann Fischer
250740bba5
add mpl3115a2 pressure sensor driver
8 years ago
Fabian Nack
eebfd5011a
drivers - cc110x: Initial import of new cc110x driver
8 years ago
PeterKietzmann
d8a26d5aa6
Initial import of nrf24l01p lowlevel functions
8 years ago
Hauke Petersen
da64a7f438
drivers: added L3G4200D gyroscope driver
8 years ago
Thomas Eichinger
88fce936e9
lsm303dlhc: initial import of lsm303dlhc driver
...
TODO: Accelerometer does not return valid values yet
9 years ago
Hauke Petersen
7b666eb2a9
drivers: added LPS331AP pressure sensor driver
9 years ago
Fabian Nack
53b0ad2be5
drivers - cc110x: rename cc110x to cc110x_legacy_csma
9 years ago
Fabian Nack
07fff37efe
drivers - cc110x_ng: rename ng driver to legacy
9 years ago
Hauke Petersen
0f7e8b2f9f
drivers: added driver for ISL29020 light sensor
9 years ago
René Kijewski
de29e4184c
Add include paths automatocally for USEMODULES
...
Application developers use `$(USEMODULES)` in their Makefiles to have
the relevant functionally automagically added to their apps. This even
does basic dependency tracking by means of `Makefile.dep`.
But an important thing is missing: the automatic adding of include
paths. This is inconvenient, error prone, and will hinder the RIOT core
developers in future to change folder structures.
9 years ago