diff options
author | Fred Baksik <frodak17@gmail.com> | 2018-07-07 11:27:22 (GMT) |
---|---|---|
committer | Fred Baksik <frodak17@gmail.com> | 2018-07-11 12:48:23 (GMT) |
commit | 281c601024e7a82f85ef02ce00a0fc5686c5412d (patch) | |
tree | becdcb3cba305d05cfeac8a4ff790069f040b137 /Help | |
parent | 01c98c6cccc5a4d5c9faaf524da92590492e9976 (diff) | |
download | CMake-281c601024e7a82f85ef02ce00a0fc5686c5412d.zip CMake-281c601024e7a82f85ef02ce00a0fc5686c5412d.tar.gz CMake-281c601024e7a82f85ef02ce00a0fc5686c5412d.tar.bz2 |
GHS: Update default BSP name
-- Use default value of sim<arch> if not user defined
-- Also no reason to trim quotes or changes slashes; it is just a name not a path
Diffstat (limited to 'Help')
-rw-r--r-- | Help/generator/Green Hills MULTI.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Help/generator/Green Hills MULTI.rst b/Help/generator/Green Hills MULTI.rst index f148b4f..1b4960d 100644 --- a/Help/generator/Green Hills MULTI.rst +++ b/Help/generator/Green Hills MULTI.rst @@ -37,9 +37,12 @@ Default to ``C:/ghs``. Root path for RTOS searches. Default to latest platform OS installation at ``GHS_OS_ROOT``. Set this value if a specific RTOS is to be used. +* ``GHS_BSP_NAME`` + +Defaults to ``sim<arch>`` if not set by user. + Customizations are available through the following cache variables: -* ``GHS_BSP_NAME`` * ``GHS_CUSTOMIZATION`` * ``GHS_GPJ_MACROS`` |