Marc Poulhiès
738d05e6b1
drivers/servo: allow for overriding default parameters
...
This is mandatory on platforms where both settings are strongly tied (eg. lm4f120)
7 years ago
Thomas Eichinger
1f2460d662
drivers/at86rf2xx: don't inlcude the header in itselfs
7 years ago
Hauke Petersen
81ed820528
drivers/pcd8544: fixed include guard
7 years ago
Hauke Petersen
84a094d092
drivers/lsm303dlhc: added SAUL integration
7 years ago
Hauke Petersen
5274c4e851
drivers/lps331ap: added SAUL integration
7 years ago
Hauke Petersen
7a4d6227c4
drivers/l3g4200d: added SAUL integration
7 years ago
Hauke Petersen
18361631a0
drivers/isl29020: added SAUL integration
7 years ago
Hauke Petersen
0390561e06
drivers: added S(ensor) A(ctuator) U(ber) L(ayer)
7 years ago
Jonas
e9f86c1126
Implemented the NETOPT_CCA_THRESHOLD option for KW2xrf
7 years ago
Kévin Roussel
8bfd856abe
Implemented the NETOPT_CCA_THRESHOLD option for AT86RF231
7 years ago
Martine Lenders
3c00cec299
gnrc_netdev2: harmonize naming scheme to rest of GNRC
7 years ago
Hauke Petersen
f0b0db8f06
drivers: various doxygen fixes
...
- fixed group naming scheme to 'drivers_xx'
- introduced a group for actuators (analog to the sensors)
- added missing doxygen to ltc4150 driver
7 years ago
Ruediger Bartz
d188293b15
drivers/tcs37727: fixed ATIME setup in init function
7 years ago
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
Hauke Petersen
4e94d97da7
drivers/at86rf2xx: added default params definition
7 years ago
Hauke Petersen
95086da431
doc/drivers/sys: fixed all refs to drivers_periph_xx
7 years ago
Hauke Petersen
77b790375f
drivers/periph: some doxygen fixes
...
- added todos to periph module description
- repaired group names (e.g. s/driver_xx/drivers_xx/)
7 years ago
Hauke Petersen
cb6f3e9566
drivers/l3g4200d: fixed initialization
7 years ago
Oleg Hahm
a5b7c5d4e8
Revert "at86rf2xx: cancel receiving when preparing for TX"
...
This reverts commit 5aeeabf4a9
.
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 .
7 years ago
Oleg Hahm
b40f1742f1
at86rf2xx: remove superfluous mask
7 years ago
Oleg Hahm
6bf7c8ef5f
at86rf2xx: added protocol setter
7 years ago
Hauke Petersen
82afb07f16
drivers/xbee: adapted to UART interface changes
7 years ago
Hauke Petersen
634ae1541b
drivers/periph: remodeled UART driver interface
7 years ago
Hauke Petersen
06743ba29e
drivers/periph/gpio: fixed includes
7 years ago
Johann F
c6cec830f9
drivers/tcs37727: initial commit for tcs37727 driver
...
The driver supports lux and ct calculation and autogain funktion.
7 years ago
Hauke Petersen
7a91be7c93
drivers: added dependencies for srf08
7 years ago
Joakim Nohlgård
4c6e8769f6
periph/timer: Fix Doxygen module grouping
7 years ago
Hauke Petersen
0399995305
make: moved driver deps to drivers/Makefile.dep
7 years ago
Marc Poulhiès
0464892aee
drivers/servo: fix initialization
...
The pwm to initialize must be read from arguments.
7 years ago
Hauke Petersen
9591d2049b
drivers/i2c: removed init_slave for now
7 years ago
Joakim Nohlgård
cbaeccdb90
periph/timer: Drop timer_reset
7 years ago
daniel-k
502786b9f7
at86rf2xx: implement sleep mode
7 years ago
Hauke Petersen
0ce94291ac
drivers/gpio: renamed GPIO(x,y) macro to GPIO_PIN
7 years ago
daniel-k
78192ebb7e
at86rf2xx: detect broadcast and set NETIF flag when receiving
7 years ago
daniel-k
9c36546026
netdev: add TX feedback events
7 years ago
daniel-k
396b76c039
drivers/at30tse75x: add device driver for AT30TSE75x temperature sensor
7 years ago
smlng
3ed71ae2c6
drivers/kw2x: fix packet address setting
...
- fix dst address reversed in packet header
- code and docu cleanup
- based on at86rf2xx
7 years ago
daniel-k
5aeeabf4a9
at86rf2xx: cancel receiving when preparing for TX
7 years ago
Ludwig Knüpfer
eda6328e21
documentation: update my name (Ortmann -> Knüpfer)
7 years ago
Oleg Hahm
f035bced0c
doc: put network devices and sensors in subgroups
7 years ago
daniel-k
e754963c52
at86rf2xx: mask MSB in PHR for 802.15.4 compliance
7 years ago
Kaspar Schleiser
14d0ef6c4d
drivers: add cc110x driver
7 years ago
daniel-k
e433231941
periph/rtt: add macros for ticks to time conversion
7 years ago
Hauke Petersen
a4183454e8
drivers/i2c: optimized I2C periph driver interface
...
- added SPI_DEV and SPI_UNDEF macros
- made types and speed values overritable by CPU
- moved old device enum to dev_enums.h
- reformatted a little bit to comply to 80 char line length
7 years ago
Oleg Hahm
0a54f57043
kw2xrf: short address getter and iid option
7 years ago
Joakim Nohlgård
98c465008b
all: Update @gebart family name, email
7 years ago
Oleg Hahm
312db3f0f1
make: remove superfluous nrf24l01p from Makefile
7 years ago
daniel-k
b5863c9e29
at86rf2xx: disable clock output
7 years ago
Kaspar Schleiser
a5dd9cb29b
drivers: nrf24l01p: rename DELAY microsecond defines to *_US
7 years ago