Jan Romann
|
4384795cb9
|
treewide: Remove excessive newlines
|
2021-08-13 19:50:38 +02:00 |
|
Leandro Lanzieri
|
20c5552920
|
tests: add Kconfig configuration files for multiple driver tests
Configurations for the following applications have been added:
l3g4200d
lc709203f
lis2dh12
lis3dh
lis3mdl
lpd8808
lpsxxx
lsm303dlhc
lsm6dsl
ltc4150
mag3110
mhz19
mma7660
mma8x5x
motor_driver
mpl3115a2
mpu9x50
mq3
nvram_spi
mtd_flashpage
mtd_mapper
|
2021-01-18 10:44:30 +01:00 |
|
Benjamin Valentin
|
41745859bb
|
tests: replace SLEEP define
The SLEEP define collides with an Arduino header file.
Rename the define to resolve the conflict.
|
2019-10-10 10:47:38 +02:00 |
|
Joakim Nohlgård
|
ace717ee27
|
drivers: Add dep on periph_gpio_irq in drivers using GPIO IRQ
|
2018-08-29 08:53:20 +02:00 |
|
|
fc2eff9fba
|
tests: remove redundant APPLICATION defines
|
2017-12-01 11:03:39 +01:00 |
|
Hauke Petersen
|
ed2bb9d3f8
|
drivers/lis3dh: fixed bug and simplified init()
- changed to SPI_MODE_0
- made init() function use the params struct as parameter
|
2017-01-26 10:12:44 +01:00 |
|
Hauke Petersen
|
3d80b9c581
|
drivers/lis3dh: adapted to SPI API changes
|
2017-01-25 16:46:46 +01:00 |
|
Hauke Petersen
|
0e4446e261
|
tests: adapted other tests to GPIO changes
|
2016-03-17 14:55:30 +01:00 |
|
Joakim Nohlgård
|
8d11fab8bd
|
drivers/lis3dh: Add SAUL support
|
2016-02-13 21:25:07 +01:00 |
|
Hauke Petersen
|
f54e16ac84
|
tests/driver_lis3dh: simplified Makefile
|
2015-11-03 16:04:32 +01:00 |
|
Thomas Eichinger
|
34bedb4870
|
tests: Makefiles: s/GPIO(x,y)/GPIO_PIN(x,y)/
|
2015-10-13 14:59:54 +02:00 |
|
Joakim Nohlgård
|
98c465008b
|
all: Update @gebart family name, email
|
2015-09-20 13:47:39 +02:00 |
|
|
8be416cc41
|
tests: driver_lis3dh: vtimer -> xtimer
|
2015-09-16 10:58:54 +02:00 |
|
Joakim Gebart
|
c9bdbd1a74
|
lis3dh: Refactor, add INT1 handling, improve FIFO mode
|
2015-07-07 12:03:28 +02:00 |
|
Hauke Petersen
|
315ac1bedb
|
tests: adjusted test to changed GPIO interface
|
2015-06-12 19:10:16 +02:00 |
|
Joakim Gebart
|
6a4c61534c
|
tests/lis3dh: Fix SPI_CONF #define
|
2015-03-04 08:51:41 +01:00 |
|
Joakim Gebart
|
ca56de8251
|
lis3dh: New device driver for LIS3DH accelerometer sensors.
LIS3DH MEMS digital output motion sensor ultra low-power high
performance 3-axes "nano" accelerometer
Manufacturer website:
http://www.st.com/web/catalog/sense_power/FM89/SC444/PF250725
Data sheet:
http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/CD00274221.pdf
tests/driver_lis3dh is a simple test application for testing on actual
hardware.
Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
|
2015-01-20 14:53:27 +01:00 |
|