aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Win32/example/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'boards/base/Win32/example/readme.txt')
-rw-r--r--boards/base/Win32/example/readme.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/boards/base/Win32/example/readme.txt b/boards/base/Win32/example/readme.txt
new file mode 100644
index 00000000..78b8552b
--- /dev/null
+++ b/boards/base/Win32/example/readme.txt
@@ -0,0 +1,9 @@
+Copy these files into your own project directory and alter them to suite.
+
+Notes:
+
+1/ This makefile uses the MINGW compiler tool chain and was run using the cygwin make.
+2/ At the top of the Makefile is the define USE_CHIBIOS. Win32 can build uGFX for either
+ native Win32 (the default) or for the ChibiOS simulator.
+3/ The files chconf.h and halconf.h are only needed if compiling for the ChibiOS simulator.
+4/ Look at the MYFILES definition and the MYCSRC definition.