aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gmake_scripts/os_win32.chibios.mk
blob: 5a804c64ea29f4536300e215cf5f259162b6e612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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