From 7d6f337b8cb2c311a6adcd811e362bc5bd918291 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sun, 6 Mar 2016 18:17:28 +0000 Subject: 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 --- os/ex/ST/l3gd20.mk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 os/ex/ST/l3gd20.mk (limited to 'os/ex/ST/l3gd20.mk') 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 -- cgit v1.2.3