aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gmake_scripts/readme.txt
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-10-06 17:05:16 +1000
committerinmarket <andrewh@inmarket.com.au>2014-10-06 17:05:16 +1000
commit5a3f22617b02ec366461be21765e636e6bdd0222 (patch)
tree853945ab638d80f7d027bd08231f18ea94b4b4e9 /tools/gmake_scripts/readme.txt
parent50dfad6f038ed5d20a357f634a70b23c570b26ed (diff)
downloaduGFX-5a3f22617b02ec366461be21765e636e6bdd0222.tar.gz
uGFX-5a3f22617b02ec366461be21765e636e6bdd0222.tar.bz2
uGFX-5a3f22617b02ec366461be21765e636e6bdd0222.zip
Add support for FreeRTOS into make system
Diffstat (limited to 'tools/gmake_scripts/readme.txt')
-rw-r--r--tools/gmake_scripts/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gmake_scripts/readme.txt b/tools/gmake_scripts/readme.txt
index eec7dd95..67206ed9 100644
--- a/tools/gmake_scripts/readme.txt
+++ b/tools/gmake_scripts/readme.txt
@@ -16,7 +16,7 @@ OPT_COPY_EXE=no|yes - Copy the final program to the local project directory -
OPT_NONSTANDARD_FLAGS=no - Turn off adding the standard compiler language flags - default no
OPT_LINK_OPTIMIZE=no - Remove unused code/data during link - default no
OPT_OS=win32|win32.chibios|linux|osx|chibios|freertos|ecos|raw32|rawrtos - Mandatory: The operating system
-OPT_CPU=x86|x64|stm32m4|at91sam7 - Add some cpu dependant flags
+OPT_CPU=x86|x64|stm32m4|at91sam7|armv6|raspberrypi - Add some cpu dependant flags
BUILDDIR - Build Directory - default is ".build" or "bin/Debug" or "bin/Release" depending on the target
PROJECT - Project Name - default is the name of the project directory