summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2019-05-22 08:22:30 -0500
committerChad Elliott <elliottc@objectcomputing.com>2019-05-22 08:22:30 -0500
commit9ec8b97e130e4fbba8731a8d15493b4e28aa3d73 (patch)
tree3ffaa0d0b60355f14d88be1a3ef28ae4da2e8437 /docs
parentfcd7dcf915e0ea7d0210124a7770dcbcf89f38dd (diff)
downloadMPC-9ec8b97e130e4fbba8731a8d15493b4e28aa3d73.tar.gz
Wed May 22 13:21:16 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
* docs/templates/iar.txt: * templates/iar.mpd: * templates/iar.mpt: Added a 'gruntimelibselect' template variable to change the DLib config setting.
Diffstat (limited to 'docs')
-rw-r--r--docs/templates/iar.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/templates/iar.txt b/docs/templates/iar.txt
index 0224d83d..882ecf36 100644
--- a/docs/templates/iar.txt
+++ b/docs/templates/iar.txt
@@ -6,10 +6,11 @@
//
chip = This will be the chip version used by the UI.
debug = This will be 1 if in debug mode and 0 if in release mode.
-dlib_config = The configuration header file for the DLib.
+dlib_config = The configuration header file for the DLib. This is only used if gruntimelibselect is set to 3.
gendianmode = Corresponds to the Endian mode under General Options.
gendianmodebe = When General Options Endian mode is Big (1), BE32 is 0 and BE8 is 1.
generalenablemisra = Set this to 1 to enable MISRA in the General Options.
+gruntimelibselect = Sets the DLib runtime support (0 - None, 1 - Normal, 2 - Full, 3 - Custom).
ilinkicffile = Set this to override the default ICF file.
ilinkprogramentrylabel = Use this to override the default program entry name.
oglastsavedbyproductversion = The version number of the product at the last saving time of the project.