aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gmake_scripts/os_win32.chibios.mk
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-10-01 00:44:40 +1000
committerinmarket <andrewh@inmarket.com.au>2014-10-01 00:45:02 +1000
commitf90ea57bff091832c7b52b3825057ac20ded1f01 (patch)
tree83d8e0e8b9917584e7f216470cd0fb8efa1a975e /tools/gmake_scripts/os_win32.chibios.mk
parentb1b00b1cc9780db403bba2f21837fef20b9d8e8c (diff)
downloaduGFX-f90ea57bff091832c7b52b3825057ac20ded1f01.tar.gz
uGFX-f90ea57bff091832c7b52b3825057ac20ded1f01.tar.bz2
uGFX-f90ea57bff091832c7b52b3825057ac20ded1f01.zip
First ARM build to use the new makefile plus makefile updates
Diffstat (limited to 'tools/gmake_scripts/os_win32.chibios.mk')
-rw-r--r--tools/gmake_scripts/os_win32.chibios.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/gmake_scripts/os_win32.chibios.mk b/tools/gmake_scripts/os_win32.chibios.mk
new file mode 100644
index 00000000..5a804c64
--- /dev/null
+++ b/tools/gmake_scripts/os_win32.chibios.mk
@@ -0,0 +1,18 @@
+# See readme.txt for the make API
+
+# Requirements:
+#
+# CHIBIOS: The location of the ChibiOS code eg CHIBIOS=../chibios
+#
+
+# Optional:
+#
+
+CHIBIOS_BOARD = simulator
+CHIBIOS_PLATFORM = Win32
+CHIBIOS_PORT = GCC/SIMIA32
+
+DEFS += SIMULATOR SHELL_USE_IPRINTF=FALSE
+
+include $(GFXLIB)/tools/gmake_scripts/os_chibios.mk
+include $(GFXLIB)/tools/gmake_scripts/os_win32.mk