aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/l3gd20.mk
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-03-06 18:17:28 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-03-06 18:17:28 +0000
commit7d6f337b8cb2c311a6adcd811e362bc5bd918291 (patch)
treecc8bd34e6c5cc88e12d32ff4d92f37ba7481ea77 /os/ex/ST/l3gd20.mk
parent2eef164c17fbddd23fff2b83cd49d03b9577fdcd (diff)
downloadChibiOS-7d6f337b8cb2c311a6adcd811e362bc5bd918291.tar.gz
ChibiOS-7d6f337b8cb2c311a6adcd811e362bc5bd918291.tar.bz2
ChibiOS-7d6f337b8cb2c311a6adcd811e362bc5bd918291.zip
EX hierarchy re-organized,
Improved documentation for L3GD20 related files, SPI-L3GD20 demo updated, Minor indent fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9043 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ex/ST/l3gd20.mk')
-rw-r--r--os/ex/ST/l3gd20.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/os/ex/ST/l3gd20.mk b/os/ex/ST/l3gd20.mk
new file mode 100644
index 000000000..ee715b9a0
--- /dev/null
+++ b/os/ex/ST/l3gd20.mk
@@ -0,0 +1,6 @@
+# List of all the L3GD20 device files.
+L3GD20SRC := $(CHIBIOS)/os/ex/ST/l3gd20.c
+
+# Required include directories
+L3GD20INC := $(CHIBIOS)/os/hal/lib/peripherals/include \
+ $(CHIBIOS)/os/ex/ST \ No newline at end of file