aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gmake_scripts/os_win32.chibios.mk
blob: 7660e6485366808b6ce198ac8d9255a95c9eda96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# This file is subject to the terms of the GFX License. If a copy of
# the license was not distributed with this file, you can obtain one at:
#
#             http://ugfx.io/license.html
#

# 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