diff options
author | inmarket <andrewh@inmarket.com.au> | 2015-07-13 16:40:06 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2015-07-13 16:40:06 +1000 |
commit | ea0f9922e7b265ac8b6321a6e6de33b56b049a28 (patch) | |
tree | 01607d657fe231aeccec62e1d8676b179f6eac0a /tools/gmake_scripts/readme.txt | |
parent | 8449863ad030068e00e48fbf4483af53d161c616 (diff) | |
parent | 8b60b516231dee99f9e5df6b3398b4279568f6bb (diff) | |
download | uGFX-ea0f9922e7b265ac8b6321a6e6de33b56b049a28.tar.gz uGFX-ea0f9922e7b265ac8b6321a6e6de33b56b049a28.tar.bz2 uGFX-ea0f9922e7b265ac8b6321a6e6de33b56b049a28.zip |
Merge branch 'master' into Alternate_Raw32_Scheduler
Diffstat (limited to 'tools/gmake_scripts/readme.txt')
-rw-r--r-- | tools/gmake_scripts/readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gmake_scripts/readme.txt b/tools/gmake_scripts/readme.txt index a7f0d31d..c33c43d3 100644 --- a/tools/gmake_scripts/readme.txt +++ b/tools/gmake_scripts/readme.txt @@ -15,8 +15,8 @@ OPT_GENERATE_MAP=no|yes - Generate a map file - default no OPT_COPY_EXE=no|yes - Copy the final program to the local project directory - default no 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|stm32m1|stm32m4|at91sam7|armv6|raspberrypi - Add some cpu dependant flags +OPT_OS=win32|win32.raw32|win32.chibios|linux|osx|chibios|freertos|ecos|raw32|rawrtos - Mandatory: The operating system +OPT_CPU=x86|x64|stm32m1|stm32m4|stm32m7|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 |