aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lsm6dsl.mk
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-13 21:41:12 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-13 21:41:12 +0000
commit8172b86629fa65eac4a113aba501a1ae4d726749 (patch)
tree3ade2eb1b24647c5be382db5db476c6430df3790 /os/ex/ST/lsm6dsl.mk
parente356c265bf20e713fd99b5365f3af80ff865525c (diff)
downloadChibiOS-8172b86629fa65eac4a113aba501a1ae4d726749.tar.gz
ChibiOS-8172b86629fa65eac4a113aba501a1ae4d726749.tar.bz2
ChibiOS-8172b86629fa65eac4a113aba501a1ae4d726749.zip
Added LSM6DSL driver template (working on it)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11733 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/ex/ST/lsm6dsl.mk')
-rw-r--r--os/ex/ST/lsm6dsl.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/os/ex/ST/lsm6dsl.mk b/os/ex/ST/lsm6dsl.mk
new file mode 100644
index 000000000..438680dda
--- /dev/null
+++ b/os/ex/ST/lsm6dsl.mk
@@ -0,0 +1,10 @@
+# List of all the LSM6DS0 device files.
+LSM6DS0SRC := $(CHIBIOS)/os/ex/ST/lsm6ds0.c
+
+# Required include directories
+LSM6DS0INC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \
+ $(CHIBIOS)/os/ex/ST
+
+# Shared variables
+ALLCSRC += $(LSM6DS0SRC)
+ALLINC += $(LSM6DS0INC) \ No newline at end of file