Adjustments to LSM6DSL Driver (Still incomplete)

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11736 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
Rocco Marco Guglielmi 2018-03-14 08:50:43 +00:00
parent 78f48448e5
commit 99e37a0531
2 changed files with 462 additions and 413 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,10 @@
# List of all the LSM6DS0 device files. # List of all the LSM6DSL device files.
LSM6DS0SRC := $(CHIBIOS)/os/ex/ST/lsm6ds0.c LSM6DSLSRC := $(CHIBIOS)/os/ex/ST/lsm6ds0.c
# Required include directories # Required include directories
LSM6DS0INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \ LSM6DSLINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
$(CHIBIOS)/os/ex/ST $(CHIBIOS)/os/ex/ST
# Shared variables # Shared variables
ALLCSRC += $(LSM6DS0SRC) ALLCSRC += $(LSM6DSLSRC)
ALLINC += $(LSM6DS0INC) ALLINC += $(LSM6DSLINC)