From 63f127f792aff967b99767665c936484f5c29b74 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Tue, 10 May 2016 17:08:27 +0000 Subject: EX: added support for LIS302DL git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9459 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ex/ST/lis302dl.mk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 os/ex/ST/lis302dl.mk (limited to 'os/ex/ST/lis302dl.mk') diff --git a/os/ex/ST/lis302dl.mk b/os/ex/ST/lis302dl.mk new file mode 100644 index 000000000..6630e2c74 --- /dev/null +++ b/os/ex/ST/lis302dl.mk @@ -0,0 +1,6 @@ +# List of all the LIS302DL device files. +LIS302DLSRC := $(CHIBIOS)/os/ex/ST/lis302dl.c + +# Required include directories +LIS302DLINC := $(CHIBIOS)/os/hal/lib/peripherals/sensors \ + $(CHIBIOS)/os/ex/ST \ No newline at end of file -- cgit v1.2.3