aboutsummaryrefslogtreecommitdiffstats
path: root/readme
diff options
context:
space:
mode:
Diffstat (limited to 'readme')
-rw-r--r--readme32
1 files changed, 0 insertions, 32 deletions
diff --git a/readme b/readme
deleted file mode 100644
index b183c71b..00000000
--- a/readme
+++ /dev/null
@@ -1,32 +0,0 @@
-Chibios LCD Driver
-
-### checkout Driver code into ext/
-cd chibios/ext
-git clone https://github.com/tectu/Chibios-LCD-Driver lcd
-
-### Edit Makefile:
-include lcd.mk:
- include $(CHIBIOS)/ext/lcd/lcd.mk
-
-Add $(LCDSRC) to CSRC:
- CSRC = $(PORTSRC) \
- $(KERNSRC) \
- $(TESTSRC) \
- $(HALSRC) \
- $(PLATFORMSRC) \
- $(BOARDSRC) \
- $(FATFSSRC) \
- $(LCDSRC) \
- $(CHIBIOS)/os/various/evtimer.c \
- $(CHIBIOS)/os/various/syscalls.c
-
-Add $(LCDINC) to INCDIR:
- INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
- $(HALINC) $(PLATFORMINC) $(BOARDINC) \
- $(FATFSINC) \
- $(LCDINC) \
- $(CHIBIOS)/os/various ../common
-
-### Use
-include glcd.h header file wherever you need it.
-