summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 502f621)
raw | patch | inline | side by side (parent: 502f621)
author | Frank Livingston <frank-livingston@ti.com> | |
Sat, 10 Dec 2016 22:23:37 +0000 (16:23 -0600) | ||
committer | Frank Livingston <frank-livingston@ti.com> | |
Sat, 10 Dec 2016 22:23:37 +0000 (16:23 -0600) |
272 files changed:
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/platform/Doxyfile b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/platform/Doxyfile
+++ /dev/null
@@ -1,1714 +0,0 @@
-# Doxyfile 1.7.3
-
-# This file describes the settings to be used by the documentation system
-# doxygen (www.doxygen.org) for a project
-#
-# All text after a hash (#) is considered a comment and will be ignored
-# The format is:
-# TAG = value [value, ...]
-# For lists items can also be appended using:
-# TAG += value [value, ...]
-# Values that contain spaces should be placed between quotes (" ")
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-
-# This tag specifies the encoding used for all characters in the config file
-# that follow. The default is UTF-8 which is also the encoding used for all
-# text before the first occurrence of this tag. Doxygen uses libiconv (or the
-# iconv built into libc) for the transcoding. See
-# http://www.gnu.org/software/libiconv for the list of possible encodings.
-
-DOXYFILE_ENCODING = UTF-8
-
-# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
-# by quotes) that should identify the project.
-
-PROJECT_NAME = "Platform Utilities"
-
-# The PROJECT_NUMBER tag can be used to enter a project or revision number.
-# This could be handy for archiving the generated documentation or
-# if some version control system is used.
-
-PROJECT_NUMBER =
-
-# Using the PROJECT_BRIEF tag one can provide an optional one line description
-# for a project that appears at the top of each page and should give viewer
-# a quick idea about the purpose of the project. Keep the description short.
-
-PROJECT_BRIEF =
-
-# With the PROJECT_LOGO tag one can specify an logo or icon that is
-# included in the documentation. The maximum height of the logo should not
-# exceed 55 pixels and the maximum width should not exceed 200 pixels.
-# Doxygen will copy the logo to the output directory.
-
-PROJECT_LOGO =
-
-# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
-# base path where the generated documentation will be put.
-# If a relative path is entered, it will be relative to the location
-# where doxygen was started. If left blank the current directory will be used.
-
-OUTPUT_DIRECTORY = ./
-
-# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
-# 4096 sub-directories (in 2 levels) under the output directory of each output
-# format and will distribute the generated files over these directories.
-# Enabling this option can be useful when feeding doxygen a huge amount of
-# source files, where putting all generated files in the same directory would
-# otherwise cause performance problems for the file system.
-
-CREATE_SUBDIRS = NO
-
-# The OUTPUT_LANGUAGE tag is used to specify the language in which all
-# documentation generated by doxygen is written. Doxygen will use this
-# information to generate all constant output in the proper language.
-# The default language is English, other supported languages are:
-# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
-# Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German,
-# Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
-# messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
-# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak,
-# Slovene, Spanish, Swedish, Ukrainian, and Vietnamese.
-
-OUTPUT_LANGUAGE = English
-
-# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
-# include brief member descriptions after the members that are listed in
-# the file and class documentation (similar to JavaDoc).
-# Set to NO to disable this.
-
-BRIEF_MEMBER_DESC = YES
-
-# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
-# the brief description of a member or function before the detailed description.
-# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
-# brief descriptions will be completely suppressed.
-
-REPEAT_BRIEF = YES
-
-# This tag implements a quasi-intelligent brief description abbreviator
-# that is used to form the text in various listings. Each string
-# in this list, if found as the leading text of the brief description, will be
-# stripped from the text and the result after processing the whole list, is
-# used as the annotated text. Otherwise, the brief description is used as-is.
-# If left blank, the following values are used ("$name" is automatically
-# replaced with the name of the entity): "The $name class" "The $name widget"
-# "The $name file" "is" "provides" "specifies" "contains"
-# "represents" "a" "an" "the"
-
-ABBREVIATE_BRIEF = "The $name class" \
- "The $name widget" \
- "The $name file" \
- is \
- provides \
- specifies \
- contains \
- represents \
- a \
- an \
- the
-
-# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
-# Doxygen will generate a detailed section even if there is only a brief
-# description.
-
-ALWAYS_DETAILED_SEC = NO
-
-# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
-# inherited members of a class in the documentation of that class as if those
-# members were ordinary class members. Constructors, destructors and assignment
-# operators of the base classes will not be shown.
-
-INLINE_INHERITED_MEMB = NO
-
-# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
-# path before files name in the file list and in the header files. If set
-# to NO the shortest path that makes the file name unique will be used.
-
-FULL_PATH_NAMES = NO
-
-# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
-# can be used to strip a user-defined part of the path. Stripping is
-# only done if one of the specified strings matches the left-hand part of
-# the path. The tag can be used to show relative paths in the file list.
-# If left blank the directory from which doxygen is run is used as the
-# path to strip.
-
-STRIP_FROM_PATH =
-
-# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
-# the path mentioned in the documentation of a class, which tells
-# the reader which header file to include in order to use a class.
-# If left blank only the name of the header file containing the class
-# definition is used. Otherwise one should specify the include paths that
-# are normally passed to the compiler using the -I flag.
-
-STRIP_FROM_INC_PATH =
-
-# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
-# (but less readable) file names. This can be useful if your file system
-# doesn't support long names like on DOS, Mac, or CD-ROM.
-
-SHORT_NAMES = NO
-
-# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
-# will interpret the first line (until the first dot) of a JavaDoc-style
-# comment as the brief description. If set to NO, the JavaDoc
-# comments will behave just like regular Qt-style comments
-# (thus requiring an explicit @brief command for a brief description.)
-
-JAVADOC_AUTOBRIEF = NO
-
-# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
-# interpret the first line (until the first dot) of a Qt-style
-# comment as the brief description. If set to NO, the comments
-# will behave just like regular Qt-style comments (thus requiring
-# an explicit \brief command for a brief description.)
-
-QT_AUTOBRIEF = NO
-
-# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
-# treat a multi-line C++ special comment block (i.e. a block of //! or ///
-# comments) as a brief description. This used to be the default behaviour.
-# The new default is to treat a multi-line C++ comment block as a detailed
-# description. Set this tag to YES if you prefer the old behaviour instead.
-
-MULTILINE_CPP_IS_BRIEF = NO
-
-# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
-# member inherits the documentation from any documented member that it
-# re-implements.
-
-INHERIT_DOCS = YES
-
-# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
-# a new page for each member. If set to NO, the documentation of a member will
-# be part of the file/class/namespace that contains it.
-
-SEPARATE_MEMBER_PAGES = NO
-
-# The TAB_SIZE tag can be used to set the number of spaces in a tab.
-# Doxygen uses this value to replace tabs by spaces in code fragments.
-
-TAB_SIZE = 8
-
-# This tag can be used to specify a number of aliases that acts
-# as commands in the documentation. An alias has the form "name=value".
-# For example adding "sideeffect=\par Side Effects:\n" will allow you to
-# put the command \sideeffect (or @sideeffect) in the documentation, which
-# will result in a user-defined paragraph with heading "Side Effects:".
-# You can put \n's in the value part of an alias to insert newlines.
-
-ALIASES =
-
-# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
-# sources only. Doxygen will then generate output that is more tailored for C.
-# For instance, some of the names that are used will be different. The list
-# of all members will be omitted, etc.
-
-OPTIMIZE_OUTPUT_FOR_C = NO
-
-# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
-# sources only. Doxygen will then generate output that is more tailored for
-# Java. For instance, namespaces will be presented as packages, qualified
-# scopes will look different, etc.
-
-OPTIMIZE_OUTPUT_JAVA = NO
-
-# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
-# sources only. Doxygen will then generate output that is more tailored for
-# Fortran.
-
-OPTIMIZE_FOR_FORTRAN = NO
-
-# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
-# sources. Doxygen will then generate output that is tailored for
-# VHDL.
-
-OPTIMIZE_OUTPUT_VHDL = NO
-
-# Doxygen selects the parser to use depending on the extension of the files it
-# parses. With this tag you can assign which parser to use for a given extension.
-# Doxygen has a built-in mapping, but you can override or extend it using this
-# tag. The format is ext=language, where ext is a file extension, and language
-# is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C,
-# C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make
-# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
-# (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions
-# you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
-
-EXTENSION_MAPPING =
-
-# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
-# to include (a tag file for) the STL sources as input, then you should
-# set this tag to YES in order to let doxygen match functions declarations and
-# definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
-# func(std::string) {}). This also makes the inheritance and collaboration
-# diagrams that involve STL classes more complete and accurate.
-
-BUILTIN_STL_SUPPORT = NO
-
-# If you use Microsoft's C++/CLI language, you should set this option to YES to
-# enable parsing support.
-
-CPP_CLI_SUPPORT = NO
-
-# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
-# Doxygen will parse them like normal C++ but will assume all classes use public
-# instead of private inheritance when no explicit protection keyword is present.
-
-SIP_SUPPORT = NO
-
-# For Microsoft's IDL there are propget and propput attributes to indicate getter
-# and setter methods for a property. Setting this option to YES (the default)
-# will make doxygen replace the get and set methods by a property in the
-# documentation. This will only work if the methods are indeed getting or
-# setting a simple type. If this is not the case, or you want to show the
-# methods anyway, you should set this option to NO.
-
-IDL_PROPERTY_SUPPORT = YES
-
-# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
-# tag is set to YES, then doxygen will reuse the documentation of the first
-# member in the group (if any) for the other members of the group. By default
-# all members of a group must be documented explicitly.
-
-DISTRIBUTE_GROUP_DOC = NO
-
-# Set the SUBGROUPING tag to YES (the default) to allow class member groups of
-# the same type (for instance a group of public functions) to be put as a
-# subgroup of that type (e.g. under the Public Functions section). Set it to
-# NO to prevent subgrouping. Alternatively, this can be done per class using
-# the \nosubgrouping command.
-
-SUBGROUPING = YES
-
-# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum
-# is documented as struct, union, or enum with the name of the typedef. So
-# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
-# with name TypeT. When disabled the typedef will appear as a member of a file,
-# namespace, or class. And the struct will be named TypeS. This can typically
-# be useful for C code in case the coding convention dictates that all compound
-# types are typedef'ed and only the typedef is referenced, never the tag name.
-
-TYPEDEF_HIDES_STRUCT = NO
-
-# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
-# determine which symbols to keep in memory and which to flush to disk.
-# When the cache is full, less often used symbols will be written to disk.
-# For small to medium size projects (<1000 input files) the default value is
-# probably good enough. For larger projects a too small cache size can cause
-# doxygen to be busy swapping symbols to and from disk most of the time
-# causing a significant performance penalty.
-# If the system has enough physical memory increasing the cache will improve the
-# performance by keeping more symbols in memory. Note that the value works on
-# a logarithmic scale so increasing the size by one will roughly double the
-# memory usage. The cache size is given by this formula:
-# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
-# corresponding to a cache size of 2^16 = 65536 symbols
-
-SYMBOL_CACHE_SIZE = 0
-
-#---------------------------------------------------------------------------
-# Build related configuration options
-#---------------------------------------------------------------------------
-
-# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
-# documentation are documented, even if no documentation was available.
-# Private class members and static file members will be hidden unless
-# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
-
-EXTRACT_ALL = NO
-
-# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
-# will be included in the documentation.
-
-EXTRACT_PRIVATE = NO
-
-# If the EXTRACT_STATIC tag is set to YES all static members of a file
-# will be included in the documentation.
-
-EXTRACT_STATIC = NO
-
-# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
-# defined locally in source files will be included in the documentation.
-# If set to NO only classes defined in header files are included.
-
-EXTRACT_LOCAL_CLASSES = YES
-
-# This flag is only useful for Objective-C code. When set to YES local
-# methods, which are defined in the implementation section but not in
-# the interface are included in the documentation.
-# If set to NO (the default) only methods in the interface are included.
-
-EXTRACT_LOCAL_METHODS = NO
-
-# If this flag is set to YES, the members of anonymous namespaces will be
-# extracted and appear in the documentation as a namespace called
-# 'anonymous_namespace{file}', where file will be replaced with the base
-# name of the file that contains the anonymous namespace. By default
-# anonymous namespaces are hidden.
-
-EXTRACT_ANON_NSPACES = NO
-
-# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
-# undocumented members of documented classes, files or namespaces.
-# If set to NO (the default) these members will be included in the
-# various overviews, but no documentation section is generated.
-# This option has no effect if EXTRACT_ALL is enabled.
-
-HIDE_UNDOC_MEMBERS = YES
-
-# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
-# undocumented classes that are normally visible in the class hierarchy.
-# If set to NO (the default) these classes will be included in the various
-# overviews. This option has no effect if EXTRACT_ALL is enabled.
-
-HIDE_UNDOC_CLASSES = YES
-
-# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
-# friend (class|struct|union) declarations.
-# If set to NO (the default) these declarations will be included in the
-# documentation.
-
-HIDE_FRIEND_COMPOUNDS = NO
-
-# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
-# documentation blocks found inside the body of a function.
-# If set to NO (the default) these blocks will be appended to the
-# function's detailed documentation block.
-
-HIDE_IN_BODY_DOCS = NO
-
-# The INTERNAL_DOCS tag determines if documentation
-# that is typed after a \internal command is included. If the tag is set
-# to NO (the default) then the documentation will be excluded.
-# Set it to YES to include the internal documentation.
-
-INTERNAL_DOCS = NO
-
-# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
-# file names in lower-case letters. If set to YES upper-case letters are also
-# allowed. This is useful if you have classes or files whose names only differ
-# in case and if your file system supports case sensitive file names. Windows
-# and Mac users are advised to set this option to NO.
-
-CASE_SENSE_NAMES = NO
-
-# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
-# will show members with their full class and namespace scopes in the
-# documentation. If set to YES the scope will be hidden.
-
-HIDE_SCOPE_NAMES = NO
-
-# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
-# will put a list of the files that are included by a file in the documentation
-# of that file.
-
-SHOW_INCLUDE_FILES = YES
-
-# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
-# will list include files with double quotes in the documentation
-# rather than with sharp brackets.
-
-FORCE_LOCAL_INCLUDES = NO
-
-# If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
-# is inserted in the documentation for inline members.
-
-INLINE_INFO = YES
-
-# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
-# will sort the (detailed) documentation of file and class members
-# alphabetically by member name. If set to NO the members will appear in
-# declaration order.
-
-SORT_MEMBER_DOCS = YES
-
-# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
-# brief documentation of file, namespace and class members alphabetically
-# by member name. If set to NO (the default) the members will appear in
-# declaration order.
-
-SORT_BRIEF_DOCS = NO
-
-# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
-# will sort the (brief and detailed) documentation of class members so that
-# constructors and destructors are listed first. If set to NO (the default)
-# the constructors will appear in the respective orders defined by
-# SORT_MEMBER_DOCS and SORT_BRIEF_DOCS.
-# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
-# and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
-
-SORT_MEMBERS_CTORS_1ST = NO
-
-# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
-# hierarchy of group names into alphabetical order. If set to NO (the default)
-# the group names will appear in their defined order.
-
-SORT_GROUP_NAMES = NO
-
-# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
-# sorted by fully-qualified names, including namespaces. If set to
-# NO (the default), the class list will be sorted only by class name,
-# not including the namespace part.
-# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
-# Note: This option applies only to the class list, not to the
-# alphabetical list.
-
-SORT_BY_SCOPE_NAME = NO
-
-# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to
-# do proper type resolution of all parameters of a function it will reject a
-# match between the prototype and the implementation of a member function even
-# if there is only one candidate or it is obvious which candidate to choose
-# by doing a simple string match. By disabling STRICT_PROTO_MATCHING doxygen
-# will still accept a match between prototype and implementation in such cases.
-
-STRICT_PROTO_MATCHING = NO
-
-# The GENERATE_TODOLIST tag can be used to enable (YES) or
-# disable (NO) the todo list. This list is created by putting \todo
-# commands in the documentation.
-
-GENERATE_TODOLIST = YES
-
-# The GENERATE_TESTLIST tag can be used to enable (YES) or
-# disable (NO) the test list. This list is created by putting \test
-# commands in the documentation.
-
-GENERATE_TESTLIST = YES
-
-# The GENERATE_BUGLIST tag can be used to enable (YES) or
-# disable (NO) the bug list. This list is created by putting \bug
-# commands in the documentation.
-
-GENERATE_BUGLIST = YES
-
-# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
-# disable (NO) the deprecated list. This list is created by putting
-# \deprecated commands in the documentation.
-
-GENERATE_DEPRECATEDLIST= YES
-
-# The ENABLED_SECTIONS tag can be used to enable conditional
-# documentation sections, marked by \if sectionname ... \endif.
-
-ENABLED_SECTIONS =
-
-# The MAX_INITIALIZER_LINES tag determines the maximum number of lines
-# the initial value of a variable or macro consists of for it to appear in
-# the documentation. If the initializer consists of more lines than specified
-# here it will be hidden. Use a value of 0 to hide initializers completely.
-# The appearance of the initializer of individual variables and macros in the
-# documentation can be controlled using \showinitializer or \hideinitializer
-# command in the documentation regardless of this setting.
-
-MAX_INITIALIZER_LINES = 30
-
-# Set the SHOW_USED_FILES tag to NO to disable the list of files generated
-# at the bottom of the documentation of classes and structs. If set to YES the
-# list will mention the files that were used to generate the documentation.
-
-SHOW_USED_FILES = YES
-
-# If the sources in your project are distributed over multiple directories
-# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
-# in the documentation. The default is NO.
-
-SHOW_DIRECTORIES = NO
-
-# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
-# This will remove the Files entry from the Quick Index and from the
-# Folder Tree View (if specified). The default is YES.
-
-SHOW_FILES = YES
-
-# Set the SHOW_NAMESPACES tag to NO to disable the generation of the
-# Namespaces page. This will remove the Namespaces entry from the Quick Index
-# and from the Folder Tree View (if specified). The default is YES.
-
-SHOW_NAMESPACES = YES
-
-# The FILE_VERSION_FILTER tag can be used to specify a program or script that
-# doxygen should invoke to get the current version for each file (typically from
-# the version control system). Doxygen will invoke the program by executing (via
-# popen()) the command <command> <input-file>, where <command> is the value of
-# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
-# provided by doxygen. Whatever the program writes to standard output
-# is used as the file version. See the manual for examples.
-
-FILE_VERSION_FILTER =
-
-# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
-# by doxygen. The layout file controls the global structure of the generated
-# output files in an output format independent way. The create the layout file
-# that represents doxygen's defaults, run doxygen with the -l option.
-# You can optionally specify a file name after the option, if omitted
-# DoxygenLayout.xml will be used as the name of the layout file.
-
-LAYOUT_FILE =
-
-#---------------------------------------------------------------------------
-# configuration options related to warning and progress messages
-#---------------------------------------------------------------------------
-
-# The QUIET tag can be used to turn on/off the messages that are generated
-# by doxygen. Possible values are YES and NO. If left blank NO is used.
-
-QUIET = NO
-
-# The WARNINGS tag can be used to turn on/off the warning messages that are
-# generated by doxygen. Possible values are YES and NO. If left blank
-# NO is used.
-
-WARNINGS = YES
-
-# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
-# for undocumented members. If EXTRACT_ALL is set to YES then this flag will
-# automatically be disabled.
-
-WARN_IF_UNDOCUMENTED = YES
-
-# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
-# potential errors in the documentation, such as not documenting some
-# parameters in a documented function, or documenting parameters that
-# don't exist or using markup commands wrongly.
-
-WARN_IF_DOC_ERROR = YES
-
-# The WARN_NO_PARAMDOC option can be enabled to get warnings for
-# functions that are documented, but have no documentation for their parameters
-# or return value. If set to NO (the default) doxygen will only warn about
-# wrong or incomplete parameter documentation, but not about the absence of
-# documentation.
-
-WARN_NO_PARAMDOC = NO
-
-# The WARN_FORMAT tag determines the format of the warning messages that
-# doxygen can produce. The string should contain the $file, $line, and $text
-# tags, which will be replaced by the file and line number from which the
-# warning originated and the warning text. Optionally the format may contain
-# $version, which will be replaced by the version of the file (if it could
-# be obtained via FILE_VERSION_FILTER)
-
-WARN_FORMAT = "$file:$line: $text"
-
-# The WARN_LOGFILE tag can be used to specify a file to which warning
-# and error messages should be written. If left blank the output is written
-# to stderr.
-
-WARN_LOGFILE =
-
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-
-# The INPUT tag can be used to specify the files and/or directories that contain
-# documented source files. You may enter file names like "myfile.cpp" or
-# directories like "/usr/src/myproject". Separate the files or directories
-# with spaces.
-
-INPUT = ../../platform.h
-
-# This tag can be used to specify the character encoding of the source files
-# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
-# also the default input encoding. Doxygen uses libiconv (or the iconv built
-# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
-# the list of possible encodings.
-
-INPUT_ENCODING = UTF-8
-
-# If the value of the INPUT tag contains directories, you can use the
-# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
-# and *.h) to filter out the source-files in the directories. If left
-# blank the following patterns are tested:
-# *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh
-# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
-# *.f90 *.f *.for *.vhd *.vhdl
-
-FILE_PATTERNS = *.c \
- *.cc \
- *.cxx \
- *.cpp \
- *.c++ \
- *.d \
- *.java \
- *.ii \
- *.ixx \
- *.ipp \
- *.i++ \
- *.inl \
- *.h \
- *.hh \
- *.hxx \
- *.hpp \
- *.h++ \
- *.idl \
- *.odl \
- *.cs \
- *.php \
- *.php3 \
- *.inc \
- *.m \
- *.mm \
- *.dox \
- *.py
-
-# The RECURSIVE tag can be used to turn specify whether or not subdirectories
-# should be searched for input files as well. Possible values are YES and NO.
-# If left blank NO is used.
-
-RECURSIVE = NO
-
-# The EXCLUDE tag can be used to specify files and/or directories that should
-# excluded from the INPUT source files. This way you can easily exclude a
-# subdirectory from a directory tree whose root is specified with the INPUT tag.
-
-EXCLUDE =
-
-# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
-# directories that are symbolic links (a Unix file system feature) are excluded
-# from the input.
-
-EXCLUDE_SYMLINKS = NO
-
-# If the value of the INPUT tag contains directories, you can use the
-# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
-# certain files from those directories. Note that the wildcards are matched
-# against the file with absolute path, so to exclude all test directories
-# for example use the pattern */test/*
-
-EXCLUDE_PATTERNS =
-
-# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
-# (namespaces, classes, functions, etc.) that should be excluded from the
-# output. The symbol name can be a fully qualified name, a word, or if the
-# wildcard * is used, a substring. Examples: ANamespace, AClass,
-# AClass::ANamespace, ANamespace::*Test
-
-EXCLUDE_SYMBOLS =
-
-# The EXAMPLE_PATH tag can be used to specify one or more files or
-# directories that contain example code fragments that are included (see
-# the \include command).
-
-EXAMPLE_PATH =
-
-# If the value of the EXAMPLE_PATH tag contains directories, you can use the
-# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
-# and *.h) to filter out the source-files in the directories. If left
-# blank all files are included.
-
-EXAMPLE_PATTERNS = *
-
-# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
-# searched for input files to be used with the \include or \dontinclude
-# commands irrespective of the value of the RECURSIVE tag.
-# Possible values are YES and NO. If left blank NO is used.
-
-EXAMPLE_RECURSIVE = NO
-
-# The IMAGE_PATH tag can be used to specify one or more files or
-# directories that contain image that are included in the documentation (see
-# the \image command).
-
-IMAGE_PATH =
-
-# The INPUT_FILTER tag can be used to specify a program that doxygen should
-# invoke to filter for each input file. Doxygen will invoke the filter program
-# by executing (via popen()) the command <filter> <input-file>, where <filter>
-# is the value of the INPUT_FILTER tag, and <input-file> is the name of an
-# input file. Doxygen will then use the output that the filter program writes
-# to standard output. If FILTER_PATTERNS is specified, this tag will be
-# ignored.
-
-INPUT_FILTER =
-
-# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
-# basis. Doxygen will compare the file name with each pattern and apply the
-# filter if there is a match. The filters are a list of the form:
-# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
-# info on how filters are used. If FILTER_PATTERNS is empty or if
-# non of the patterns match the file name, INPUT_FILTER is applied.
-
-FILTER_PATTERNS =
-
-# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
-# INPUT_FILTER) will be used to filter the input files when producing source
-# files to browse (i.e. when SOURCE_BROWSER is set to YES).
-
-FILTER_SOURCE_FILES = NO
-
-# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
-# pattern. A pattern will override the setting for FILTER_PATTERN (if any)
-# and it is also possible to disable source filtering for a specific pattern
-# using *.ext= (so without naming a filter). This option only has effect when
-# FILTER_SOURCE_FILES is enabled.
-
-FILTER_SOURCE_PATTERNS =
-
-#---------------------------------------------------------------------------
-# configuration options related to source browsing
-#---------------------------------------------------------------------------
-
-# If the SOURCE_BROWSER tag is set to YES then a list of source files will
-# be generated. Documented entities will be cross-referenced with these sources.
-# Note: To get rid of all source code in the generated output, make sure also
-# VERBATIM_HEADERS is set to NO.
-
-SOURCE_BROWSER = NO
-
-# Setting the INLINE_SOURCES tag to YES will include the body
-# of functions and classes directly in the documentation.
-
-INLINE_SOURCES = NO
-
-# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
-# doxygen to hide any special comment blocks from generated source code
-# fragments. Normal C and C++ comments will always remain visible.
-
-STRIP_CODE_COMMENTS = YES
-
-# If the REFERENCED_BY_RELATION tag is set to YES
-# then for each documented function all documented
-# functions referencing it will be listed.
-
-REFERENCED_BY_RELATION = NO
-
-# If the REFERENCES_RELATION tag is set to YES
-# then for each documented function all documented entities
-# called/used by that function will be listed.
-
-REFERENCES_RELATION = NO
-
-# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
-# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
-# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
-# link to the source code. Otherwise they will link to the documentation.
-
-REFERENCES_LINK_SOURCE = YES
-
-# If the USE_HTAGS tag is set to YES then the references to source code
-# will point to the HTML generated by the htags(1) tool instead of doxygen
-# built-in source browser. The htags tool is part of GNU's global source
-# tagging system (see http://www.gnu.org/software/global/global.html). You
-# will need version 4.8.6 or higher.
-
-USE_HTAGS = NO
-
-# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
-# will generate a verbatim copy of the header file for each class for
-# which an include is specified. Set to NO to disable this.
-
-VERBATIM_HEADERS = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the alphabetical class index
-#---------------------------------------------------------------------------
-
-# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
-# of all compounds will be generated. Enable this if the project
-# contains a lot of classes, structs, unions or interfaces.
-
-ALPHABETICAL_INDEX = NO
-
-# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
-# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
-# in which this list will be split (can be a number in the range [1..20])
-
-COLS_IN_ALPHA_INDEX = 5
-
-# In case all classes in a project start with a common prefix, all
-# classes will be put under the same header in the alphabetical index.
-# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
-# should be ignored while generating the index headers.
-
-IGNORE_PREFIX =
-
-#---------------------------------------------------------------------------
-# configuration options related to the HTML output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_HTML tag is set to YES (the default) Doxygen will
-# generate HTML output.
-
-GENERATE_HTML = YES
-
-# The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
-# put in front of it. If left blank `html' will be used as the default path.
-
-HTML_OUTPUT = html
-
-# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
-# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
-# doxygen will generate files with .html extension.
-
-HTML_FILE_EXTENSION = .html
-
-# The HTML_HEADER tag can be used to specify a personal HTML header for
-# each generated HTML page. If it is left blank doxygen will generate a
-# standard header.
-
-HTML_HEADER = ./html/tiheader.htm
-
-# The HTML_FOOTER tag can be used to specify a personal HTML footer for
-# each generated HTML page. If it is left blank doxygen will generate a
-# standard footer.
-
-HTML_FOOTER = ./html/tifooter.htm
-
-# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
-# style sheet that is used by each HTML page. It can be used to
-# fine-tune the look of the HTML output. If the tag is left blank doxygen
-# will generate a default style sheet. Note that doxygen will try to copy
-# the style sheet file to the HTML output directory, so don't put your own
-# stylesheet in the HTML output directory as well, or it will be erased!
-
-HTML_STYLESHEET =
-
-# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
-# Doxygen will adjust the colors in the stylesheet and background images
-# according to this color. Hue is specified as an angle on a colorwheel,
-# see http://en.wikipedia.org/wiki/Hue for more information.
-# For instance the value 0 represents red, 60 is yellow, 120 is green,
-# 180 is cyan, 240 is blue, 300 purple, and 360 is red again.
-# The allowed range is 0 to 359.
-
-HTML_COLORSTYLE_HUE = 220
-
-# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of
-# the colors in the HTML output. For a value of 0 the output will use
-# grayscales only. A value of 255 will produce the most vivid colors.
-
-HTML_COLORSTYLE_SAT = 100
-
-# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
-# the luminance component of the colors in the HTML output. Values below
-# 100 gradually make the output lighter, whereas values above 100 make
-# the output darker. The value divided by 100 is the actual gamma applied,
-# so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2,
-# and 100 does not change the gamma.
-
-HTML_COLORSTYLE_GAMMA = 80
-
-# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
-# page will contain the date and time when the page was generated. Setting
-# this to NO can help when comparing the output of multiple runs.
-
-HTML_TIMESTAMP = YES
-
-# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
-# files or namespaces will be aligned in HTML using tables. If set to
-# NO a bullet list will be used.
-
-HTML_ALIGN_MEMBERS = YES
-
-# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
-# documentation will contain sections that can be hidden and shown after the
-# page has loaded. For this to work a browser that supports
-# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox
-# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).
-
-HTML_DYNAMIC_SECTIONS = NO
-
-# If the GENERATE_DOCSET tag is set to YES, additional index files
-# will be generated that can be used as input for Apple's Xcode 3
-# integrated development environment, introduced with OSX 10.5 (Leopard).
-# To create a documentation set, doxygen will generate a Makefile in the
-# HTML output directory. Running make will produce the docset in that
-# directory and running "make install" will install the docset in
-# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find
-# it at startup.
-# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
-# for more information.
-
-GENERATE_DOCSET = NO
-
-# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
-# feed. A documentation feed provides an umbrella under which multiple
-# documentation sets from a single provider (such as a company or product suite)
-# can be grouped.
-
-DOCSET_FEEDNAME = "Doxygen generated docs"
-
-# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
-# should uniquely identify the documentation set bundle. This should be a
-# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
-# will append .docset to the name.
-
-DOCSET_BUNDLE_ID = org.doxygen.Project
-
-# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify
-# the documentation publisher. This should be a reverse domain-name style
-# string, e.g. com.mycompany.MyDocSet.documentation.
-
-DOCSET_PUBLISHER_ID = org.doxygen.Publisher
-
-# The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
-
-DOCSET_PUBLISHER_NAME = Publisher
-
-# If the GENERATE_HTMLHELP tag is set to YES, additional index files
-# will be generated that can be used as input for tools like the
-# Microsoft HTML help workshop to generate a compiled HTML help file (.chm)
-# of the generated HTML documentation.
-
-GENERATE_HTMLHELP = YES
-
-# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
-# be used to specify the file name of the resulting .chm file. You
-# can add a path in front of the file if the result should not be
-# written to the html output directory.
-
-CHM_FILE = ../TI_PlatformLibrary_BIOS-MCSDK-API-Guide.chm
-
-# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
-# be used to specify the location (absolute path including file name) of
-# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
-# the HTML help compiler on the generated index.hhp.
-
-HHC_LOCATION = "T:/Doxygen/HTML_Help_Workshop/10-01-2007/hhc.exe"
-
-# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
-# controls if a separate .chi index file is generated (YES) or that
-# it should be included in the master .chm file (NO).
-
-GENERATE_CHI = NO
-
-# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
-# is used to encode HtmlHelp index (hhk), content (hhc) and project file
-# content.
-
-CHM_INDEX_ENCODING =
-
-# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
-# controls whether a binary table of contents is generated (YES) or a
-# normal table of contents (NO) in the .chm file.
-
-BINARY_TOC = NO
-
-# The TOC_EXPAND flag can be set to YES to add extra items for group members
-# to the contents of the HTML help documentation and to the tree view.
-
-TOC_EXPAND = NO
-
-# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
-# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated
-# that can be used as input for Qt's qhelpgenerator to generate a
-# Qt Compressed Help (.qch) of the generated HTML documentation.
-
-GENERATE_QHP = NO
-
-# If the QHG_LOCATION tag is specified, the QCH_FILE tag can
-# be used to specify the file name of the resulting .qch file.
-# The path specified is relative to the HTML output folder.
-
-QCH_FILE =
-
-# The QHP_NAMESPACE tag specifies the namespace to use when generating
-# Qt Help Project output. For more information please see
-# http://doc.trolltech.com/qthelpproject.html#namespace
-
-QHP_NAMESPACE = org.doxygen.Project
-
-# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
-# Qt Help Project output. For more information please see
-# http://doc.trolltech.com/qthelpproject.html#virtual-folders
-
-QHP_VIRTUAL_FOLDER = doc
-
-# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
-# add. For more information please see
-# http://doc.trolltech.com/qthelpproject.html#custom-filters
-
-QHP_CUST_FILTER_NAME =
-
-# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the
-# custom filter to add. For more information please see
-# <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">
-# Qt Help Project / Custom Filters</a>.
-
-QHP_CUST_FILTER_ATTRS =
-
-# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
-# project's
-# filter section matches.
-# <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">
-# Qt Help Project / Filter Attributes</a>.
-
-QHP_SECT_FILTER_ATTRS =
-
-# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
-# be used to specify the location of Qt's qhelpgenerator.
-# If non-empty doxygen will try to run qhelpgenerator on the generated
-# .qhp file.
-
-QHG_LOCATION =
-
-# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
-# will be generated, which together with the HTML files, form an Eclipse help
-# plugin. To install this plugin and make it available under the help contents
-# menu in Eclipse, the contents of the directory containing the HTML and XML
-# files needs to be copied into the plugins directory of eclipse. The name of
-# the directory within the plugins directory should be the same as
-# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before
-# the help appears.
-
-GENERATE_ECLIPSEHELP = NO
-
-# A unique identifier for the eclipse help plugin. When installing the plugin
-# the directory name containing the HTML and XML files should also have
-# this name.
-
-ECLIPSE_DOC_ID = org.doxygen.Project
-
-# The DISABLE_INDEX tag can be used to turn on/off the condensed index at
-# top of each HTML page. The value NO (the default) enables the index and
-# the value YES disables it.
-
-DISABLE_INDEX = NO
-
-# This tag can be used to set the number of enum values (range [0,1..20])
-# that doxygen will group on one line in the generated HTML documentation.
-# Note that a value of 0 will completely suppress the enum values from
-# appearing in the overview section.
-
-ENUM_VALUES_PER_LINE = 4
-
-# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
-# structure should be generated to display hierarchical information.
-# If the tag value is set to YES, a side panel will be generated
-# containing a tree-like index structure (just like the one that
-# is generated for HTML Help). For this to work a browser that supports
-# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
-# Windows users are probably better off using the HTML help feature.
-
-GENERATE_TREEVIEW = NO
-
-# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
-# and Class Hierarchy pages using a tree view instead of an ordered list.
-
-USE_INLINE_TREES = NO
-
-# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
-# used to set the initial width (in pixels) of the frame in which the tree
-# is shown.
-
-TREEVIEW_WIDTH = 250
-
-# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
-# links to external symbols imported via tag files in a separate window.
-
-EXT_LINKS_IN_WINDOW = NO
-
-# Use this tag to change the font size of Latex formulas included
-# as images in the HTML documentation. The default is 10. Note that
-# when you change the font size after a successful doxygen run you need
-# to manually remove any form_*.png images from the HTML output directory
-# to force them to be regenerated.
-
-FORMULA_FONTSIZE = 10
-
-# Use the FORMULA_TRANPARENT tag to determine whether or not the images
-# generated for formulas are transparent PNGs. Transparent PNGs are
-# not supported properly for IE 6.0, but are supported on all modern browsers.
-# Note that when changing this option you need to delete any form_*.png files
-# in the HTML output before the changes have effect.
-
-FORMULA_TRANSPARENT = YES
-
-# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax
-# (see http://www.mathjax.org) which uses client side Javascript for the
-# rendering instead of using prerendered bitmaps. Use this if you do not
-# have LaTeX installed or if you want to formulas look prettier in the HTML
-# output. When enabled you also need to install MathJax separately and
-# configure the path to it using the MATHJAX_RELPATH option.
-
-USE_MATHJAX = NO
-
-# When MathJax is enabled you need to specify the location relative to the
-# HTML output directory using the MATHJAX_RELPATH option. The destination
-# directory should contain the MathJax.js script. For instance, if the mathjax
-# directory is located at the same level as the HTML output directory, then
-# MATHJAX_RELPATH should be ../mathjax. The default value points to the
-# mathjax.org site, so you can quickly see the result without installing
-# MathJax, but it is strongly recommended to install a local copy of MathJax
-# before deployment.
-
-MATHJAX_RELPATH = http://www.mathjax.org/mathjax
-
-# When the SEARCHENGINE tag is enabled doxygen will generate a search box
-# for the HTML output. The underlying search engine uses javascript
-# and DHTML and should work on any modern browser. Note that when using
-# HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets
-# (GENERATE_DOCSET) there is already a search function so this one should
-# typically be disabled. For large projects the javascript based search engine
-# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
-
-SEARCHENGINE = NO
-
-# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
-# implemented using a PHP enabled web server instead of at the web client
-# using Javascript. Doxygen will generate the search PHP script and index
-# file to put on the web server. The advantage of the server
-# based approach is that it scales better to large projects and allows
-# full text search. The disadvantages are that it is more difficult to setup
-# and does not have live searching capabilities.
-
-SERVER_BASED_SEARCH = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the LaTeX output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
-# generate Latex output.
-
-GENERATE_LATEX = NO
-
-# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
-# put in front of it. If left blank `latex' will be used as the default path.
-
-LATEX_OUTPUT = latex
-
-# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
-# invoked. If left blank `latex' will be used as the default command name.
-# Note that when enabling USE_PDFLATEX this option is only used for
-# generating bitmaps for formulas in the HTML output, but not in the
-# Makefile that is written to the output directory.
-
-LATEX_CMD_NAME = latex
-
-# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
-# generate index for LaTeX. If left blank `makeindex' will be used as the
-# default command name.
-
-MAKEINDEX_CMD_NAME = makeindex
-
-# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
-# LaTeX documents. This may be useful for small projects and may help to
-# save some trees in general.
-
-COMPACT_LATEX = NO
-
-# The PAPER_TYPE tag can be used to set the paper type that is used
-# by the printer. Possible values are: a4, letter, legal and
-# executive. If left blank a4wide will be used.
-
-PAPER_TYPE = a4wide
-
-# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
-# packages that should be included in the LaTeX output.
-
-EXTRA_PACKAGES =
-
-# The LATEX_HEADER tag can be used to specify a personal LaTeX header for
-# the generated latex document. The header should contain everything until
-# the first chapter. If it is left blank doxygen will generate a
-# standard header. Notice: only use this tag if you know what you are doing!
-
-LATEX_HEADER =
-
-# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
-# is prepared for conversion to pdf (using ps2pdf). The pdf file will
-# contain links (just like the HTML output) instead of page references
-# This makes the output suitable for online browsing using a pdf viewer.
-
-PDF_HYPERLINKS = NO
-
-# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
-# plain latex in the generated Makefile. Set this option to YES to get a
-# higher quality PDF documentation.
-
-USE_PDFLATEX = NO
-
-# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
-# command to the generated LaTeX files. This will instruct LaTeX to keep
-# running if errors occur, instead of asking the user for help.
-# This option is also used when generating formulas in HTML.
-
-LATEX_BATCHMODE = NO
-
-# If LATEX_HIDE_INDICES is set to YES then doxygen will not
-# include the index chapters (such as File Index, Compound Index, etc.)
-# in the output.
-
-LATEX_HIDE_INDICES = NO
-
-# If LATEX_SOURCE_CODE is set to YES then doxygen will include
-# source code with syntax highlighting in the LaTeX output.
-# Note that which sources are shown also depends on other settings
-# such as SOURCE_BROWSER.
-
-LATEX_SOURCE_CODE = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the RTF output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
-# The RTF output is optimized for Word 97 and may not look very pretty with
-# other RTF readers or editors.
-
-GENERATE_RTF = NO
-
-# The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
-# put in front of it. If left blank `rtf' will be used as the default path.
-
-RTF_OUTPUT = rtf
-
-# If the COMPACT_RTF tag is set to YES Doxygen generates more compact
-# RTF documents. This may be useful for small projects and may help to
-# save some trees in general.
-
-COMPACT_RTF = NO
-
-# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
-# will contain hyperlink fields. The RTF file will
-# contain links (just like the HTML output) instead of page references.
-# This makes the output suitable for online browsing using WORD or other
-# programs which support those fields.
-# Note: wordpad (write) and others do not support links.
-
-RTF_HYPERLINKS = NO
-
-# Load stylesheet definitions from file. Syntax is similar to doxygen's
-# config file, i.e. a series of assignments. You only have to provide
-# replacements, missing definitions are set to their default value.
-
-RTF_STYLESHEET_FILE =
-
-# Set optional variables used in the generation of an rtf document.
-# Syntax is similar to doxygen's config file.
-
-RTF_EXTENSIONS_FILE =
-
-#---------------------------------------------------------------------------
-# configuration options related to the man page output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_MAN tag is set to YES (the default) Doxygen will
-# generate man pages
-
-GENERATE_MAN = NO
-
-# The MAN_OUTPUT tag is used to specify where the man pages will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
-# put in front of it. If left blank `man' will be used as the default path.
-
-MAN_OUTPUT = man
-
-# The MAN_EXTENSION tag determines the extension that is added to
-# the generated man pages (default is the subroutine's section .3)
-
-MAN_EXTENSION = .3
-
-# If the MAN_LINKS tag is set to YES and Doxygen generates man output,
-# then it will generate one additional man file for each entity
-# documented in the real man page(s). These additional files
-# only source the real man page, but without them the man command
-# would be unable to find the correct page. The default is NO.
-
-MAN_LINKS = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the XML output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_XML tag is set to YES Doxygen will
-# generate an XML file that captures the structure of
-# the code including all documentation.
-
-GENERATE_XML = NO
-
-# The XML_OUTPUT tag is used to specify where the XML pages will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
-# put in front of it. If left blank `xml' will be used as the default path.
-
-XML_OUTPUT = xml
-
-# The XML_SCHEMA tag can be used to specify an XML schema,
-# which can be used by a validating XML parser to check the
-# syntax of the XML files.
-
-XML_SCHEMA =
-
-# The XML_DTD tag can be used to specify an XML DTD,
-# which can be used by a validating XML parser to check the
-# syntax of the XML files.
-
-XML_DTD =
-
-# If the XML_PROGRAMLISTING tag is set to YES Doxygen will
-# dump the program listings (including syntax highlighting
-# and cross-referencing information) to the XML output. Note that
-# enabling this will significantly increase the size of the XML output.
-
-XML_PROGRAMLISTING = YES
-
-#---------------------------------------------------------------------------
-# configuration options for the AutoGen Definitions output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
-# generate an AutoGen Definitions (see autogen.sf.net) file
-# that captures the structure of the code including all
-# documentation. Note that this feature is still experimental
-# and incomplete at the moment.
-
-GENERATE_AUTOGEN_DEF = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the Perl module output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_PERLMOD tag is set to YES Doxygen will
-# generate a Perl module file that captures the structure of
-# the code including all documentation. Note that this
-# feature is still experimental and incomplete at the
-# moment.
-
-GENERATE_PERLMOD = NO
-
-# If the PERLMOD_LATEX tag is set to YES Doxygen will generate
-# the necessary Makefile rules, Perl scripts and LaTeX code to be able
-# to generate PDF and DVI output from the Perl module output.
-
-PERLMOD_LATEX = NO
-
-# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
-# nicely formatted so it can be parsed by a human reader. This is useful
-# if you want to understand what is going on. On the other hand, if this
-# tag is set to NO the size of the Perl module output will be much smaller
-# and Perl will parse it just the same.
-
-PERLMOD_PRETTY = YES
-
-# The names of the make variables in the generated doxyrules.make file
-# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX.
-# This is useful so different doxyrules.make files included by the same
-# Makefile don't overwrite each other's variables.
-
-PERLMOD_MAKEVAR_PREFIX =
-
-#---------------------------------------------------------------------------
-# Configuration options related to the preprocessor
-#---------------------------------------------------------------------------
-
-# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
-# evaluate all C-preprocessor directives found in the sources and include
-# files.
-
-ENABLE_PREPROCESSING = YES
-
-# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
-# names in the source code. If set to NO (the default) only conditional
-# compilation will be performed. Macro expansion can be done in a controlled
-# way by setting EXPAND_ONLY_PREDEF to YES.
-
-MACRO_EXPANSION = NO
-
-# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
-# then the macro expansion is limited to the macros specified with the
-# PREDEFINED and EXPAND_AS_DEFINED tags.
-
-EXPAND_ONLY_PREDEF = NO
-
-# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
-# in the INCLUDE_PATH (see below) will be search if a #include is found.
-
-SEARCH_INCLUDES = YES
-
-# The INCLUDE_PATH tag can be used to specify one or more directories that
-# contain include files that are not input files but should be processed by
-# the preprocessor.
-
-INCLUDE_PATH =
-
-# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
-# patterns (like *.h and *.hpp) to filter out the header-files in the
-# directories. If left blank, the patterns specified with FILE_PATTERNS will
-# be used.
-
-INCLUDE_FILE_PATTERNS =
-
-# The PREDEFINED tag can be used to specify one or more macro names that
-# are defined before the preprocessor is started (similar to the -D option of
-# gcc). The argument of the tag is a list of macros of the form: name
-# or name=definition (no spaces). If the definition and the = are
-# omitted =1 is assumed. To prevent a macro definition from being
-# undefined via #undef or recursively expanded use the := operator
-# instead of the = operator.
-
-PREDEFINED =
-
-# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
-# this tag can be used to specify a list of macro names that should be expanded.
-# The macro definition that is found in the sources will be used.
-# Use the PREDEFINED tag if you want to use a different macro definition that
-# overrules the definition found in the source code.
-
-EXPAND_AS_DEFINED =
-
-# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
-# doxygen's preprocessor will remove all references to function-like macros
-# that are alone on a line, have an all uppercase name, and do not end with a
-# semicolon, because these will confuse the parser if not removed.
-
-SKIP_FUNCTION_MACROS = YES
-
-#---------------------------------------------------------------------------
-# Configuration::additions related to external references
-#---------------------------------------------------------------------------
-
-# The TAGFILES option can be used to specify one or more tagfiles.
-# Optionally an initial location of the external documentation
-# can be added for each tagfile. The format of a tag file without
-# this location is as follows:
-# TAGFILES = file1 file2 ...
-# Adding location for the tag files is done as follows:
-# TAGFILES = file1=loc1 "file2 = loc2" ...
-# where "loc1" and "loc2" can be relative or absolute paths or
-# URLs. If a location is present for each tag, the installdox tool
-# does not have to be run to correct the links.
-# Note that each tag file must have a unique name
-# (where the name does NOT include the path)
-# If a tag file is not located in the directory in which doxygen
-# is run, you must also specify the path to the tagfile here.
-
-TAGFILES =
-
-# When a file name is specified after GENERATE_TAGFILE, doxygen will create
-# a tag file that is based on the input files it reads.
-
-GENERATE_TAGFILE =
-
-# If the ALLEXTERNALS tag is set to YES all external classes will be listed
-# in the class index. If set to NO only the inherited external classes
-# will be listed.
-
-ALLEXTERNALS = NO
-
-# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
-# in the modules index. If set to NO, only the current project's groups will
-# be listed.
-
-EXTERNAL_GROUPS = YES
-
-# The PERL_PATH should be the absolute path and name of the perl script
-# interpreter (i.e. the result of `which perl').
-
-PERL_PATH = /usr/bin/perl
-
-#---------------------------------------------------------------------------
-# Configuration options related to the dot tool
-#---------------------------------------------------------------------------
-
-# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
-# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
-# or super classes. Setting the tag to NO turns the diagrams off. Note that
-# this option also works with HAVE_DOT disabled, but it is recommended to
-# install and use dot, since it yields more powerful graphs.
-
-CLASS_DIAGRAMS = YES
-
-# You can define message sequence charts within doxygen comments using the \msc
-# command. Doxygen will then run the mscgen tool (see
-# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
-# documentation. The MSCGEN_PATH tag allows you to specify the directory where
-# the mscgen tool resides. If left empty the tool is assumed to be found in the
-# default search path.
-
-MSCGEN_PATH =
-
-# If set to YES, the inheritance and collaboration graphs will hide
-# inheritance and usage relations if the target is undocumented
-# or is not a class.
-
-HIDE_UNDOC_RELATIONS = YES
-
-# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
-# available from the path. This tool is part of Graphviz, a graph visualization
-# toolkit from AT&T and Lucent Bell Labs. The other options in this section
-# have no effect if this option is set to NO (the default)
-
-HAVE_DOT = NO
-
-# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
-# allowed to run in parallel. When set to 0 (the default) doxygen will
-# base this on the number of processors available in the system. You can set it
-# explicitly to a value larger than 0 to get control over the balance
-# between CPU load and processing speed.
-
-DOT_NUM_THREADS = 0
-
-# By default doxygen will write a font called Helvetica to the output
-# directory and reference it in all dot files that doxygen generates.
-# When you want a differently looking font you can specify the font name
-# using DOT_FONTNAME. You need to make sure dot is able to find the font,
-# which can be done by putting it in a standard location or by setting the
-# DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory
-# containing the font.
-
-DOT_FONTNAME = Helvetica
-
-# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
-# The default size is 10pt.
-
-DOT_FONTSIZE = 10
-
-# By default doxygen will tell dot to use the output directory to look for the
-# FreeSans.ttf font (which doxygen will put there itself). If you specify a
-# different font using DOT_FONTNAME you can set the path where dot
-# can find it using this tag.
-
-DOT_FONTPATH =
-
-# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
-# will generate a graph for each documented class showing the direct and
-# indirect inheritance relations. Setting this tag to YES will force the
-# the CLASS_DIAGRAMS tag to NO.
-
-CLASS_GRAPH = YES
-
-# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
-# will generate a graph for each documented class showing the direct and
-# indirect implementation dependencies (inheritance, containment, and
-# class references variables) of the class with other documented classes.
-
-COLLABORATION_GRAPH = YES
-
-# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
-# will generate a graph for groups, showing the direct groups dependencies
-
-GROUP_GRAPHS = YES
-
-# If the UML_LOOK tag is set to YES doxygen will generate inheritance and
-# collaboration diagrams in a style similar to the OMG's Unified Modeling
-# Language.
-
-UML_LOOK = NO
-
-# If set to YES, the inheritance and collaboration graphs will show the
-# relations between templates and their instances.
-
-TEMPLATE_RELATIONS = NO
-
-# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
-# tags are set to YES then doxygen will generate a graph for each documented
-# file showing the direct and indirect include dependencies of the file with
-# other documented files.
-
-INCLUDE_GRAPH = YES
-
-# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
-# HAVE_DOT tags are set to YES then doxygen will generate a graph for each
-# documented header file showing the documented files that directly or
-# indirectly include this file.
-
-INCLUDED_BY_GRAPH = YES
-
-# If the CALL_GRAPH and HAVE_DOT options are set to YES then
-# doxygen will generate a call dependency graph for every global function
-# or class method. Note that enabling this option will significantly increase
-# the time of a run. So in most cases it will be better to enable call graphs
-# for selected functions only using the \callgraph command.
-
-CALL_GRAPH = NO
-
-# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
-# doxygen will generate a caller dependency graph for every global function
-# or class method. Note that enabling this option will significantly increase
-# the time of a run. So in most cases it will be better to enable caller
-# graphs for selected functions only using the \callergraph command.
-
-CALLER_GRAPH = NO
-
-# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
-# will generate a graphical hierarchy of all classes instead of a textual one.
-
-GRAPHICAL_HIERARCHY = YES
-
-# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
-# then doxygen will show the dependencies a directory has on other directories
-# in a graphical way. The dependency relations are determined by the #include
-# relations between the files in the directories.
-
-DIRECTORY_GRAPH = YES
-
-# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
-# generated by dot. Possible values are png, svg, gif or svg.
-# If left blank png will be used.
-
-DOT_IMAGE_FORMAT = png
-
-# The tag DOT_PATH can be used to specify the path where the dot tool can be
-# found. If left blank, it is assumed the dot tool can be found in the path.
-
-DOT_PATH =
-
-# The DOTFILE_DIRS tag can be used to specify one or more directories that
-# contain dot files that are included in the documentation (see the
-# \dotfile command).
-
-DOTFILE_DIRS =
-
-# The MSCFILE_DIRS tag can be used to specify one or more directories that
-# contain msc files that are included in the documentation (see the
-# \mscfile command).
-
-MSCFILE_DIRS =
-
-# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
-# nodes that will be shown in the graph. If the number of nodes in a graph
-# becomes larger than this value, doxygen will truncate the graph, which is
-# visualized by representing a node as a red box. Note that doxygen if the
-# number of direct children of the root node in a graph is already larger than
-# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
-# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
-
-DOT_GRAPH_MAX_NODES = 50
-
-# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
-# graphs generated by dot. A depth value of 3 means that only nodes reachable
-# from the root by following a path via at most 3 edges will be shown. Nodes
-# that lay further from the root node will be omitted. Note that setting this
-# option to 1 or 2 may greatly reduce the computation time needed for large
-# code bases. Also note that the size of a graph can be further restricted by
-# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
-
-MAX_DOT_GRAPH_DEPTH = 1000
-
-# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
-# background. This is disabled by default, because dot on Windows does not
-# seem to support this out of the box. Warning: Depending on the platform used,
-# enabling this option may lead to badly anti-aliased labels on the edges of
-# a graph (i.e. they become hard to read).
-
-DOT_TRANSPARENT = NO
-
-# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
-# files in one run (i.e. multiple -o and -T options on the command line). This
-# makes dot run faster, but since only newer versions of dot (>1.8.10)
-# support this, this feature is disabled by default.
-
-DOT_MULTI_TARGETS = NO
-
-# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
-# generate a legend page explaining the meaning of the various boxes and
-# arrows in the dot generated graphs.
-
-GENERATE_LEGEND = YES
-
-# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
-# remove the intermediate dot files that are used to generate
-# the various graphs.
-
-DOT_CLEANUP = YES
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/platform/html/tifooter.htm b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/platform/html/tifooter.htm
+++ /dev/null
@@ -1,4 +0,0 @@
-<hr size="1"><small>
-Copyright $year, Texas Instruments Incorporated</small>
-</body>
-</html>
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/platform/html/tiheader.htm b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/platform/html/tiheader.htm
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
-<title>$title</title>
-<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css">
-<link href="$relpath$tabs.css" rel="stylesheet" type="text/css">
-</head><body>
-<table width=100%>
-<tr>
- <td bgcolor="black" width="1"><a href="http://www.ti.com"><img border=0 src="./tilogo.gif"></a></td>
- <td bgcolor="red"><img src="./titagline.gif"></td>
-</tr>
-</table>
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/platform/html/tilogo.gif b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/platform/html/tilogo.gif
deleted file mode 100644 (file)
index f2fab2d..0000000
Binary files a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/platform/html/tilogo.gif and /dev/null differ
index f2fab2d..0000000
Binary files a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/platform/html/tilogo.gif and /dev/null differ
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/platform/html/titagline.gif b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/platform/html/titagline.gif
deleted file mode 100644 (file)
index 743a024..0000000
Binary files a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/platform/html/titagline.gif and /dev/null differ
index 743a024..0000000
Binary files a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/platform/html/titagline.gif and /dev/null differ
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/platform/platform_library_user_guide.html b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/platform/platform_library_user_guide.html
+++ /dev/null
@@ -1,799 +0,0 @@
-<html xmlns:v="urn:schemas-microsoft-com:vml"
-xmlns:o="urn:schemas-microsoft-com:office:office"
-xmlns:w="urn:schemas-microsoft-com:office:word"
-xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
-xmlns="http://www.w3.org/TR/REC-html40">
-
-<head>
-<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
-<meta name=ProgId content=Word.Document>
-<meta name=Generator content="Microsoft Word 12">
-<meta name=Originator content="Microsoft Word 12">
-<link rel=File-List href="platform_library_user_guide_files/filelist.xml">
-<link rel=Edit-Time-Data href="platform_library_user_guide_files/editdata.mso">
-<!--[if !mso]>
-<style>
-v\:* {behavior:url(#default#VML);}
-o\:* {behavior:url(#default#VML);}
-w\:* {behavior:url(#default#VML);}
-.shape {behavior:url(#default#VML);}
-</style>
-<![endif]-->
-<title>Platform Library User Guides</title>
-<!--[if gte mso 9]><xml>
- <o:DocumentProperties>
- <o:Author>a0868496</o:Author>
- <o:LastAuthor>a0868496</o:LastAuthor>
- <o:Revision>2</o:Revision>
- <o:TotalTime>10</o:TotalTime>
- <o:Created>2012-10-12T19:19:00Z</o:Created>
- <o:LastSaved>2012-10-12T19:29:00Z</o:LastSaved>
- <o:Pages>1</o:Pages>
- <o:Words>470</o:Words>
- <o:Characters>2681</o:Characters>
- <o:Company>Texas Instruments Incorporated</o:Company>
- <o:Lines>22</o:Lines>
- <o:Paragraphs>6</o:Paragraphs>
- <o:CharactersWithSpaces>3145</o:CharactersWithSpaces>
- <o:Version>12.00</o:Version>
- </o:DocumentProperties>
-</xml><![endif]-->
-<link rel=themeData href="platform_library_user_guide_files/themedata.thmx">
-<link rel=colorSchemeMapping
-href="platform_library_user_guide_files/colorschememapping.xml">
-<!--[if gte mso 9]><xml>
- <w:WordDocument>
- <w:TrackMoves>false</w:TrackMoves>
- <w:TrackFormatting/>
- <w:ValidateAgainstSchemas/>
- <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
- <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
- <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
- <w:DoNotPromoteQF/>
- <w:LidThemeOther>EN-US</w:LidThemeOther>
- <w:LidThemeAsian>ZH-CN</w:LidThemeAsian>
- <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
- <w:Compatibility>
- <w:BreakWrappedTables/>
- <w:SnapToGridInCell/>
- <w:WrapTextWithPunct/>
- <w:UseAsianBreakRules/>
- <w:DontGrowAutofit/>
- <w:SplitPgBreakAndParaMark/>
- <w:DontVertAlignCellWithSp/>
- <w:DontBreakConstrainedForcedTables/>
- <w:DontVertAlignInTxbx/>
- <w:Word11KerningPairs/>
- <w:CachedColBalance/>
- </w:Compatibility>
- <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
- <m:mathPr>
- <m:mathFont m:val="Cambria Math"/>
- <m:brkBin m:val="before"/>
- <m:brkBinSub m:val="--"/>
- <m:smallFrac m:val="off"/>
- <m:dispDef/>
- <m:lMargin m:val="0"/>
- <m:rMargin m:val="0"/>
- <m:defJc m:val="centerGroup"/>
- <m:wrapIndent m:val="1440"/>
- <m:intLim m:val="subSup"/>
- <m:naryLim m:val="undOvr"/>
- </m:mathPr></w:WordDocument>
-</xml><![endif]--><!--[if gte mso 9]><xml>
- <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
- DefSemiHidden="true" DefQFormat="false" DefPriority="99"
- LatentStyleCount="267">
- <w:LsdException Locked="false" Priority="0" SemiHidden="false"
- UnhideWhenUsed="false" QFormat="true" Name="Normal"/>
- <w:LsdException Locked="false" Priority="9" SemiHidden="false"
- UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>
- <w:LsdException Locked="false" Priority="9" SemiHidden="false"
- UnhideWhenUsed="false" QFormat="true" Name="heading 2"/>
- <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>
- <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>
- <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>
- <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>
- <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>
- <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>
- <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>
- <w:LsdException Locked="false" Priority="39" Name="toc 1"/>
- <w:LsdException Locked="false" Priority="39" Name="toc 2"/>
- <w:LsdException Locked="false" Priority="39" Name="toc 3"/>
- <w:LsdException Locked="false" Priority="39" Name="toc 4"/>
- <w:LsdException Locked="false" Priority="39" Name="toc 5"/>
- <w:LsdException Locked="false" Priority="39" Name="toc 6"/>
- <w:LsdException Locked="false" Priority="39" Name="toc 7"/>
- <w:LsdException Locked="false" Priority="39" Name="toc 8"/>
- <w:LsdException Locked="false" Priority="39" Name="toc 9"/>
- <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>
- <w:LsdException Locked="false" Priority="10" SemiHidden="false"
- UnhideWhenUsed="false" QFormat="true" Name="Title"/>
- <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>
- <w:LsdException Locked="false" Priority="11" SemiHidden="false"
- UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>
- <w:LsdException Locked="false" Priority="22" SemiHidden="false"
- UnhideWhenUsed="false" QFormat="true" Name="Strong"/>
- <w:LsdException Locked="false" Priority="20" SemiHidden="false"
- UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>
- <w:LsdException Locked="false" Priority="59" SemiHidden="false"
- UnhideWhenUsed="false" Name="Table Grid"/>
- <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>
- <w:LsdException Locked="false" Priority="1" SemiHidden="false"
- UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>
- <w:LsdException Locked="false" Priority="60" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light Shading"/>
- <w:LsdException Locked="false" Priority="61" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light List"/>
- <w:LsdException Locked="false" Priority="62" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light Grid"/>
- <w:LsdException Locked="false" Priority="63" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Shading 1"/>
- <w:LsdException Locked="false" Priority="64" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Shading 2"/>
- <w:LsdException Locked="false" Priority="65" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium List 1"/>
- <w:LsdException Locked="false" Priority="66" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium List 2"/>
- <w:LsdException Locked="false" Priority="67" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 1"/>
- <w:LsdException Locked="false" Priority="68" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 2"/>
- <w:LsdException Locked="false" Priority="69" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 3"/>
- <w:LsdException Locked="false" Priority="70" SemiHidden="false"
- UnhideWhenUsed="false" Name="Dark List"/>
- <w:LsdException Locked="false" Priority="71" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful Shading"/>
- <w:LsdException Locked="false" Priority="72" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful List"/>
- <w:LsdException Locked="false" Priority="73" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful Grid"/>
- <w:LsdException Locked="false" Priority="60" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light Shading Accent 1"/>
- <w:LsdException Locked="false" Priority="61" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light List Accent 1"/>
- <w:LsdException Locked="false" Priority="62" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light Grid Accent 1"/>
- <w:LsdException Locked="false" Priority="63" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>
- <w:LsdException Locked="false" Priority="64" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>
- <w:LsdException Locked="false" Priority="65" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>
- <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>
- <w:LsdException Locked="false" Priority="34" SemiHidden="false"
- UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>
- <w:LsdException Locked="false" Priority="29" SemiHidden="false"
- UnhideWhenUsed="false" QFormat="true" Name="Quote"/>
- <w:LsdException Locked="false" Priority="30" SemiHidden="false"
- UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>
- <w:LsdException Locked="false" Priority="66" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>
- <w:LsdException Locked="false" Priority="67" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>
- <w:LsdException Locked="false" Priority="68" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>
- <w:LsdException Locked="false" Priority="69" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>
- <w:LsdException Locked="false" Priority="70" SemiHidden="false"
- UnhideWhenUsed="false" Name="Dark List Accent 1"/>
- <w:LsdException Locked="false" Priority="71" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>
- <w:LsdException Locked="false" Priority="72" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful List Accent 1"/>
- <w:LsdException Locked="false" Priority="73" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>
- <w:LsdException Locked="false" Priority="60" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light Shading Accent 2"/>
- <w:LsdException Locked="false" Priority="61" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light List Accent 2"/>
- <w:LsdException Locked="false" Priority="62" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light Grid Accent 2"/>
- <w:LsdException Locked="false" Priority="63" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>
- <w:LsdException Locked="false" Priority="64" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>
- <w:LsdException Locked="false" Priority="65" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>
- <w:LsdException Locked="false" Priority="66" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>
- <w:LsdException Locked="false" Priority="67" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>
- <w:LsdException Locked="false" Priority="68" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>
- <w:LsdException Locked="false" Priority="69" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>
- <w:LsdException Locked="false" Priority="70" SemiHidden="false"
- UnhideWhenUsed="false" Name="Dark List Accent 2"/>
- <w:LsdException Locked="false" Priority="71" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>
- <w:LsdException Locked="false" Priority="72" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful List Accent 2"/>
- <w:LsdException Locked="false" Priority="73" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>
- <w:LsdException Locked="false" Priority="60" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light Shading Accent 3"/>
- <w:LsdException Locked="false" Priority="61" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light List Accent 3"/>
- <w:LsdException Locked="false" Priority="62" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light Grid Accent 3"/>
- <w:LsdException Locked="false" Priority="63" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>
- <w:LsdException Locked="false" Priority="64" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>
- <w:LsdException Locked="false" Priority="65" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>
- <w:LsdException Locked="false" Priority="66" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>
- <w:LsdException Locked="false" Priority="67" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>
- <w:LsdException Locked="false" Priority="68" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>
- <w:LsdException Locked="false" Priority="69" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>
- <w:LsdException Locked="false" Priority="70" SemiHidden="false"
- UnhideWhenUsed="false" Name="Dark List Accent 3"/>
- <w:LsdException Locked="false" Priority="71" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>
- <w:LsdException Locked="false" Priority="72" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful List Accent 3"/>
- <w:LsdException Locked="false" Priority="73" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>
- <w:LsdException Locked="false" Priority="60" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light Shading Accent 4"/>
- <w:LsdException Locked="false" Priority="61" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light List Accent 4"/>
- <w:LsdException Locked="false" Priority="62" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light Grid Accent 4"/>
- <w:LsdException Locked="false" Priority="63" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>
- <w:LsdException Locked="false" Priority="64" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>
- <w:LsdException Locked="false" Priority="65" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>
- <w:LsdException Locked="false" Priority="66" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>
- <w:LsdException Locked="false" Priority="67" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>
- <w:LsdException Locked="false" Priority="68" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>
- <w:LsdException Locked="false" Priority="69" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>
- <w:LsdException Locked="false" Priority="70" SemiHidden="false"
- UnhideWhenUsed="false" Name="Dark List Accent 4"/>
- <w:LsdException Locked="false" Priority="71" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>
- <w:LsdException Locked="false" Priority="72" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful List Accent 4"/>
- <w:LsdException Locked="false" Priority="73" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>
- <w:LsdException Locked="false" Priority="60" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light Shading Accent 5"/>
- <w:LsdException Locked="false" Priority="61" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light List Accent 5"/>
- <w:LsdException Locked="false" Priority="62" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light Grid Accent 5"/>
- <w:LsdException Locked="false" Priority="63" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>
- <w:LsdException Locked="false" Priority="64" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>
- <w:LsdException Locked="false" Priority="65" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>
- <w:LsdException Locked="false" Priority="66" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>
- <w:LsdException Locked="false" Priority="67" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>
- <w:LsdException Locked="false" Priority="68" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>
- <w:LsdException Locked="false" Priority="69" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>
- <w:LsdException Locked="false" Priority="70" SemiHidden="false"
- UnhideWhenUsed="false" Name="Dark List Accent 5"/>
- <w:LsdException Locked="false" Priority="71" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>
- <w:LsdException Locked="false" Priority="72" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful List Accent 5"/>
- <w:LsdException Locked="false" Priority="73" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>
- <w:LsdException Locked="false" Priority="60" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light Shading Accent 6"/>
- <w:LsdException Locked="false" Priority="61" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light List Accent 6"/>
- <w:LsdException Locked="false" Priority="62" SemiHidden="false"
- UnhideWhenUsed="false" Name="Light Grid Accent 6"/>
- <w:LsdException Locked="false" Priority="63" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>
- <w:LsdException Locked="false" Priority="64" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>
- <w:LsdException Locked="false" Priority="65" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>
- <w:LsdException Locked="false" Priority="66" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>
- <w:LsdException Locked="false" Priority="67" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>
- <w:LsdException Locked="false" Priority="68" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>
- <w:LsdException Locked="false" Priority="69" SemiHidden="false"
- UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>
- <w:LsdException Locked="false" Priority="70" SemiHidden="false"
- UnhideWhenUsed="false" Name="Dark List Accent 6"/>
- <w:LsdException Locked="false" Priority="71" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>
- <w:LsdException Locked="false" Priority="72" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful List Accent 6"/>
- <w:LsdException Locked="false" Priority="73" SemiHidden="false"
- UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>
- <w:LsdException Locked="false" Priority="19" SemiHidden="false"
- UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>
- <w:LsdException Locked="false" Priority="21" SemiHidden="false"
- UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>
- <w:LsdException Locked="false" Priority="31" SemiHidden="false"
- UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>
- <w:LsdException Locked="false" Priority="32" SemiHidden="false"
- UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>
- <w:LsdException Locked="false" Priority="33" SemiHidden="false"
- UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>
- <w:LsdException Locked="false" Priority="37" Name="Bibliography"/>
- <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>
- </w:LatentStyles>
-</xml><![endif]-->
-<style>
-<!--
- /* Font Definitions */
- @font-face
- {font-family:Wingdings;
- panose-1:5 0 0 0 0 0 0 0 0 0;
- mso-font-charset:2;
- mso-generic-font-family:auto;
- mso-font-pitch:variable;
- mso-font-signature:0 268435456 0 0 -2147483648 0;}
-@font-face
- {font-family:SimSun;
- panose-1:2 1 6 0 3 1 1 1 1 1;
- mso-font-alt:\5B8B\4F53;
- mso-font-charset:134;
- mso-generic-font-family:auto;
- mso-font-pitch:variable;
- mso-font-signature:3 680460288 22 0 262145 0;}
-@font-face
- {font-family:"Cambria Math";
- panose-1:2 4 5 3 5 4 6 3 2 4;
- mso-font-charset:1;
- mso-generic-font-family:roman;
- mso-font-format:other;
- mso-font-pitch:variable;
- mso-font-signature:0 0 0 0 0 0;}
-@font-face
- {font-family:Tahoma;
- panose-1:2 11 6 4 3 5 4 4 2 4;
- mso-font-charset:0;
- mso-generic-font-family:swiss;
- mso-font-pitch:variable;
- mso-font-signature:-520081665 -1073717157 41 0 66047 0;}
-@font-face
- {font-family:"\@SimSun";
- panose-1:2 1 6 0 3 1 1 1 1 1;
- mso-font-charset:134;
- mso-generic-font-family:auto;
- mso-font-pitch:variable;
- mso-font-signature:3 680460288 22 0 262145 0;}
- /* Style Definitions */
- p.MsoNormal, li.MsoNormal, div.MsoNormal
- {mso-style-unhide:no;
- mso-style-qformat:yes;
- mso-style-parent:"";
- margin:0in;
- margin-bottom:.0001pt;
- mso-pagination:widow-orphan;
- font-size:12.0pt;
- font-family:"Times New Roman","serif";
- mso-fareast-font-family:SimSun;
- mso-fareast-theme-font:minor-fareast;}
-h1
- {mso-style-priority:9;
- mso-style-unhide:no;
- mso-style-qformat:yes;
- mso-style-link:"Heading 1 Char";
- mso-margin-top-alt:auto;
- margin-right:0in;
- mso-margin-bottom-alt:auto;
- margin-left:0in;
- mso-pagination:widow-orphan;
- mso-outline-level:1;
- font-size:24.0pt;
- font-family:"Times New Roman","serif";
- mso-fareast-font-family:SimSun;
- mso-fareast-theme-font:minor-fareast;
- font-weight:bold;}
-h2
- {mso-style-priority:9;
- mso-style-unhide:no;
- mso-style-qformat:yes;
- mso-style-link:"Heading 2 Char";
- mso-margin-top-alt:auto;
- margin-right:0in;
- mso-margin-bottom-alt:auto;
- margin-left:0in;
- mso-pagination:widow-orphan;
- mso-outline-level:2;
- font-size:18.0pt;
- font-family:"Times New Roman","serif";
- mso-fareast-font-family:SimSun;
- mso-fareast-theme-font:minor-fareast;
- font-weight:bold;}
-p
- {mso-style-noshow:yes;
- mso-style-priority:99;
- mso-margin-top-alt:auto;
- margin-right:0in;
- mso-margin-bottom-alt:auto;
- margin-left:0in;
- mso-pagination:widow-orphan;
- font-size:12.0pt;
- font-family:"Times New Roman","serif";
- mso-fareast-font-family:SimSun;
- mso-fareast-theme-font:minor-fareast;}
-p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
- {mso-style-noshow:yes;
- mso-style-priority:99;
- mso-style-link:"Balloon Text Char";
- margin:0in;
- margin-bottom:.0001pt;
- mso-pagination:widow-orphan;
- font-size:8.0pt;
- font-family:"Tahoma","sans-serif";
- mso-fareast-font-family:SimSun;
- mso-fareast-theme-font:minor-fareast;}
-span.Heading1Char
- {mso-style-name:"Heading 1 Char";
- mso-style-priority:9;
- mso-style-unhide:no;
- mso-style-locked:yes;
- mso-style-link:"Heading 1";
- mso-ansi-font-size:14.0pt;
- mso-bidi-font-size:14.0pt;
- font-family:"Cambria","serif";
- mso-ascii-font-family:Cambria;
- mso-ascii-theme-font:major-latin;
- mso-fareast-font-family:SimSun;
- mso-fareast-theme-font:major-fareast;
- mso-hansi-font-family:Cambria;
- mso-hansi-theme-font:major-latin;
- mso-bidi-font-family:"Times New Roman";
- mso-bidi-theme-font:major-bidi;
- color:#365F91;
- mso-themecolor:accent1;
- mso-themeshade:191;
- font-weight:bold;}
-span.Heading2Char
- {mso-style-name:"Heading 2 Char";
- mso-style-noshow:yes;
- mso-style-priority:9;
- mso-style-unhide:no;
- mso-style-locked:yes;
- mso-style-link:"Heading 2";
- mso-ansi-font-size:13.0pt;
- mso-bidi-font-size:13.0pt;
- font-family:"Cambria","serif";
- mso-ascii-font-family:Cambria;
- mso-ascii-theme-font:major-latin;
- mso-fareast-font-family:SimSun;
- mso-fareast-theme-font:major-fareast;
- mso-hansi-font-family:Cambria;
- mso-hansi-theme-font:major-latin;
- mso-bidi-font-family:"Times New Roman";
- mso-bidi-theme-font:major-bidi;
- color:#4F81BD;
- mso-themecolor:accent1;
- font-weight:bold;}
-span.BalloonTextChar
- {mso-style-name:"Balloon Text Char";
- mso-style-noshow:yes;
- mso-style-priority:99;
- mso-style-unhide:no;
- mso-style-locked:yes;
- mso-style-link:"Balloon Text";
- mso-ansi-font-size:8.0pt;
- mso-bidi-font-size:8.0pt;
- font-family:"Tahoma","sans-serif";
- mso-ascii-font-family:Tahoma;
- mso-fareast-font-family:SimSun;
- mso-fareast-theme-font:minor-fareast;
- mso-hansi-font-family:Tahoma;
- mso-bidi-font-family:Tahoma;}
-.MsoChpDefault
- {mso-style-type:export-only;
- mso-default-props:yes;
- font-size:10.0pt;
- mso-ansi-font-size:10.0pt;
- mso-bidi-font-size:10.0pt;}
-@page WordSection1
- {size:8.5in 11.0in;
- margin:1.0in 1.0in 1.0in 1.0in;
- mso-header-margin:.5in;
- mso-footer-margin:.5in;
- mso-paper-source:0;}
-div.WordSection1
- {page:WordSection1;}
- /* List Definitions */
- @list l0
- {mso-list-id:161313659;
- mso-list-template-ids:-1972725632;}
-@list l0:level1
- {mso-level-number-format:bullet;
- mso-level-text:\F0B7;
- mso-level-tab-stop:.5in;
- mso-level-number-position:left;
- text-indent:-.25in;
- mso-ansi-font-size:10.0pt;
- font-family:Symbol;}
-@list l1
- {mso-list-id:327680524;
- mso-list-template-ids:-1918465116;}
-@list l1:level1
- {mso-level-number-format:bullet;
- mso-level-text:\F0A7;
- mso-level-tab-stop:.5in;
- mso-level-number-position:left;
- text-indent:-.25in;
- mso-ansi-font-size:10.0pt;
- font-family:Wingdings;}
-@list l1:level2
- {mso-level-number-format:bullet;
- mso-level-text:\F0A7;
- mso-level-tab-stop:1.0in;
- mso-level-number-position:left;
- text-indent:-.25in;
- mso-ansi-font-size:10.0pt;
- font-family:Wingdings;}
-@list l2
- {mso-list-id:790901380;
- mso-list-template-ids:-2087274004;}
-@list l2:level1
- {mso-level-number-format:bullet;
- mso-level-text:\F0B7;
- mso-level-tab-stop:.5in;
- mso-level-number-position:left;
- text-indent:-.25in;
- mso-ansi-font-size:10.0pt;
- font-family:Symbol;}
-@list l3
- {mso-list-id:1204682920;
- mso-list-template-ids:-1571009400;}
-@list l3:level1
- {mso-level-number-format:bullet;
- mso-level-text:\F0B7;
- mso-level-tab-stop:.5in;
- mso-level-number-position:left;
- text-indent:-.25in;
- mso-ansi-font-size:10.0pt;
- font-family:Symbol;}
-@list l4
- {mso-list-id:2006396977;
- mso-list-template-ids:-154367752;}
-@list l4:level1
- {mso-level-number-format:bullet;
- mso-level-text:\F0A7;
- mso-level-tab-stop:.5in;
- mso-level-number-position:left;
- text-indent:-.25in;
- mso-ansi-font-size:10.0pt;
- font-family:Wingdings;}
-@list l4:level2
- {mso-level-number-format:bullet;
- mso-level-text:\F0A7;
- mso-level-tab-stop:1.0in;
- mso-level-number-position:left;
- text-indent:-.25in;
- mso-ansi-font-size:10.0pt;
- font-family:Wingdings;}
-ol
- {margin-bottom:0in;}
-ul
- {margin-bottom:0in;}
--->
-</style>
-<!--[if gte mso 10]>
-<style>
- /* Style Definitions */
- table.MsoNormalTable
- {mso-style-name:"Table Normal";
- mso-tstyle-rowband-size:0;
- mso-tstyle-colband-size:0;
- mso-style-noshow:yes;
- mso-style-priority:99;
- mso-style-qformat:yes;
- mso-style-parent:"";
- mso-padding-alt:0in 5.4pt 0in 5.4pt;
- mso-para-margin:0in;
- mso-para-margin-bottom:.0001pt;
- mso-pagination:widow-orphan;
- font-size:10.0pt;
- font-family:"Times New Roman","serif";}
-</style>
-<![endif]--><!-- For now, we use the doxygen style sheet --><!--[if gte mso 9]><xml>
- <o:shapedefaults v:ext="edit" spidmax="2050"/>
-</xml><![endif]--><!--[if gte mso 9]><xml>
- <o:shapelayout v:ext="edit">
- <o:idmap v:ext="edit" data="1"/>
- </o:shapelayout></xml><![endif]-->
-</head>
-
-<body lang=EN-US link=blue vlink=purple style='tab-interval:.5in'>
-
-<div class=WordSection1>
-
-<table class=MsoNormalTable border=0 cellspacing=3 cellpadding=0 width="100%"
- style='width:100.0%;mso-cellspacing:1.5pt;mso-yfti-tbllook:1184'>
- <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes'>
- <td width=1 style='width:.5pt;background:black;padding:.75pt .75pt .75pt .75pt'>
- <p class=MsoNormal><a href="http://www.ti.com/"><span style='mso-fareast-font-family:
- "Times New Roman";mso-no-proof:yes;text-decoration:none;text-underline:none'><img
- border=0 width=222 height=54 id="_x0000_i1030" src="html/tilogo.gif"></span></a><span
- style='mso-fareast-font-family:"Times New Roman"'><o:p></o:p></span></p>
- </td>
- <td style='background:red;padding:.75pt .75pt .75pt .75pt'>
- <p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman";
- mso-no-proof:yes'><img border=0 width=314 height=26 id="_x0000_i1029"
- src="html/titagline.gif"></span><span style='mso-fareast-font-family:"Times New Roman"'><o:p></o:p></span></p>
- </td>
- </tr>
-</table>
-
-<h1><a name="PLATFORM_TOP"><span style='mso-fareast-font-family:"Times New Roman"'>Platform
-Library User Guide</span></a><span style='mso-fareast-font-family:"Times New Roman"'><o:p></o:p></span></h1>
-
-<p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"'>This
-release note is divided into the following sections: <o:p></o:p></span></p>
-
-<ul type=disc>
- <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
- mso-list:l0 level1 lfo1;tab-stops:list .5in'><span style='mso-fareast-font-family:
- "Times New Roman"'><a href="#Software_Overview">Software Overview</a><o:p></o:p></span></li>
- <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
- mso-list:l0 level1 lfo1;tab-stops:list .5in'><span style='mso-fareast-font-family:
- "Times New Roman"'><a href="#Documentation_Links">Documentation</a><o:p></o:p></span></li>
- <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
- mso-list:l0 level1 lfo1;tab-stops:list .5in'><span style='mso-fareast-font-family:
- "Times New Roman"'><a href="#Unit_Test">Unit Test</a><o:p></o:p></span></li>
- <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
- mso-list:l0 level1 lfo1;tab-stops:list .5in'><span style='mso-fareast-font-family:
- "Times New Roman"'><a href="#Re-compilation_Procedures">Re-compilation
- Procedures</a><o:p></o:p></span></li>
-</ul>
-
-<div class=MsoNormal align=center style='text-align:center'><span
-style='mso-fareast-font-family:"Times New Roman"'>
-
-<hr size=3 width="100%" align=center>
-
-</span></div>
-
-<h2><a name="Software_Overview"><span style='mso-fareast-font-family:"Times New Roman"'>Software
-Overview</span></a><span style='mso-fareast-font-family:"Times New Roman"'><o:p></o:p></span></h2>
-
-<p>The platform library provides a common API across all supported platforms.
-Each platform in turn, will have a library that implements that API with
-respect to the specifics of the hardware.</p>
-
-<ul type=square>
- <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
- mso-list:l4 level1 lfo2;tab-stops:list .5in'><span style='mso-fareast-font-family:
- "Times New Roman";color:black'>The Platform Library package is present in </span><span
- style='mso-fareast-font-family:"Times New Roman"'>the<i> pdk_ ####_#_##_##_##/packages/ti/platform/evm####/platform_lib
- </i>directory <o:p></o:p></span></li>
- <ul type=square>
- <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:
- auto;mso-list:l4 level2 lfo2;tab-stops:list 1.0in'><span
- style='mso-fareast-font-family:"Times New Roman";color:black'>The <b>API
- header files</b> are </span><i><span style='mso-fareast-font-family:"Times New Roman"'>pdk_####_#_##_##_##/packages/ti/platform/<span
- style='color:black'>platform.h and</span> pdk_####_#_##_##_##/packages/ti/platform<span
- style='color:black'>/resource_mgr.h </span></span></i><span
- style='mso-fareast-font-family:"Times New Roman";color:black'>and they
- require <i>stdint.h</i> as they use basic C99 data types.</span><span
- style='mso-fareast-font-family:"Times New Roman"'><o:p></o:p></span></li>
- <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:
- auto;mso-list:l4 level2 lfo2;tab-stops:list 1.0in'><span
- style='mso-fareast-font-family:"Times New Roman";color:black'>The library
- to be included is </span><i><span style='mso-fareast-font-family:"Times New Roman"'>pdk_####_#_##_##_##/packages/ti/platform/evm####/platform_lib/<span
- style='color:black'>lib/debug or release/ti.platform.evm####.ae66</span></span></i><span
- style='mso-fareast-font-family:"Times New Roman";color:black'>; Application
- needs to include the CSL library as well. If you use a RTSC project, you
- can include the CSL libraries in your CFG file by using the following
- statement: var Csl = xdc.useModule('ti.csl.Settings'); If your do
- not use a RTSC project, see the </span><i><span style='mso-fareast-font-family:
- "Times New Roman"'>pdk_####_#_#_#_#/packages/ti/csl/lib directory for the
- list of libraries to include. </span></i><span style='mso-fareast-font-family:
- "Times New Roman"'>You will need the *.ae66 for little endian and *.ae66e
- for big endian.<o:p></o:p></span></li>
- <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:
- auto;mso-list:l4 level2 lfo2;tab-stops:list 1.0in'><span
- style='mso-fareast-font-family:"Times New Roman";color:black'>The library
- is re-buildable as a CCSv5 project. Just import from the platform_lib
- directory as an existing CCS project.</span><span style='mso-fareast-font-family:
- "Times New Roman"'><o:p></o:p></span></li>
- <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:
- auto;mso-list:l4 level2 lfo2;tab-stops:list 1.0in'><span
- style='mso-fareast-font-family:"Times New Roman";color:black'>The <b>unit
- test project</b> is available in the platform_test directory which is at
- the same level as platform_lib.</span><span style='mso-fareast-font-family:
- "Times New Roman"'><o:p></o:p></span></li>
- </ul>
-</ul>
-
-<p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"'><a
-href="#PLATFORM_TOP">back to top</a><o:p></o:p></span></p>
-
-<div class=MsoNormal align=center style='text-align:center'><span
-style='mso-fareast-font-family:"Times New Roman"'>
-
-<hr size=3 width="100%" align=center>
-
-</span></div>
-
-<h2><a name="Documentation_Links"><span style='mso-fareast-font-family:"Times New Roman"'>Documentation</span></a><span
-style='mso-fareast-font-family:"Times New Roman"'><o:p></o:p></span></h2>
-
-<ul type=disc>
- <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
- mso-list:l3 level1 lfo4;tab-stops:list .5in'><b><span style='mso-fareast-font-family:
- "Times New Roman"'>Platform Library API and detailed documentation</span></b><span
- style='mso-fareast-font-family:"Times New Roman"'>: <a
- href="html/index.html">Doxygen output of Platform API</a><o:p></o:p></span></li>
-</ul>
-
-<p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"'><a
-href="platform_library_user_guide.html#PLATFORM_TOP">back to top</a> <o:p></o:p></span></p>
-
-<div class=MsoNormal align=center style='text-align:center'><span
-style='mso-fareast-font-family:"Times New Roman"'>
-
-<hr size=3 width="100%" align=center>
-
-</span></div>
-
-<h2><a name="Unit_Test"><span style='mso-fareast-font-family:"Times New Roman"'>Unit
-Test</span></a><span style='mso-fareast-font-family:"Times New Roman"'><o:p></o:p></span></h2>
-
-<ul type=disc>
- <li class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
- mso-list:l2 level1 lfo5;tab-stops:list .5in'><b><span style='mso-fareast-font-family:
- "Times New Roman"'>Platform Library unit test</span></b><span
- style='mso-fareast-font-family:"Times New Roman"'>: The platform library
- comes with a project which runs basic unit tests on the APIs.
- This CCSv5 project can be opened from <i>pdk_####_#_#_#_#/packages/ti/platform/evm####/platform_test<span
- style='color:black'>. </span></i><span style='color:black'>The unit test
- project (or application) can be controlled from a configuration file </span><i>pdk_####_#_#_#_#/packages/ti/platform/evm####/platform_test/<span
- style='color:black'>testconfig/platform_test_input.txt</span></i><span
- style='color:black'>. The README.txt file present in provides more
- information on running the unit test.</span><o:p></o:p></span></li>
-</ul>
-
-<p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"'> <a
-href="platform_library_user_guide.html#PLATFORM_TOP">back to top</a> <o:p></o:p></span></p>
-
-<div class=MsoNormal align=center style='text-align:center'><span
-style='mso-fareast-font-family:"Times New Roman"'>
-
-<hr size=3 width="100%" align=center>
-
-</span></div>
-
-<h2><a name="Re-compilation_Procedures"><span style='mso-fareast-font-family:
-"Times New Roman"'>Re-compilation Procedures</span></a><span style='mso-fareast-font-family:
-"Times New Roman"'><o:p></o:p></span></h2>
-
-<p class=MsoNormal><span style='mso-fareast-font-family:"Times New Roman"'>The
-library package is pre-compiled at the time of release for Little Endian in
-both Debug and Release formats. You must re-build for Big Endian. To re-build
-you can import the CCSv5 projects into Code Composer 5.x.<br>
- <o:p></o:p></span></p>
-
-<p> <a href="#PLATFORM_TOP">back to top</a> </p>
-
-</div>
-
-</body>
-
-</html>
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/resourcemgr/Doxyfile b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/resourcemgr/Doxyfile
+++ /dev/null
@@ -1,1714 +0,0 @@
-# Doxyfile 1.7.3
-
-# This file describes the settings to be used by the documentation system
-# doxygen (www.doxygen.org) for a project
-#
-# All text after a hash (#) is considered a comment and will be ignored
-# The format is:
-# TAG = value [value, ...]
-# For lists items can also be appended using:
-# TAG += value [value, ...]
-# Values that contain spaces should be placed between quotes (" ")
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-
-# This tag specifies the encoding used for all characters in the config file
-# that follow. The default is UTF-8 which is also the encoding used for all
-# text before the first occurrence of this tag. Doxygen uses libiconv (or the
-# iconv built into libc) for the transcoding. See
-# http://www.gnu.org/software/libiconv for the list of possible encodings.
-
-DOXYFILE_ENCODING = UTF-8
-
-# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
-# by quotes) that should identify the project.
-
-PROJECT_NAME = "Resource Management"
-
-# The PROJECT_NUMBER tag can be used to enter a project or revision number.
-# This could be handy for archiving the generated documentation or
-# if some version control system is used.
-
-PROJECT_NUMBER =
-
-# Using the PROJECT_BRIEF tag one can provide an optional one line description
-# for a project that appears at the top of each page and should give viewer
-# a quick idea about the purpose of the project. Keep the description short.
-
-PROJECT_BRIEF = Describes the APIs for managing resources on the platform including the PA, QMSS and CPPI sub-systems.
-
-# With the PROJECT_LOGO tag one can specify an logo or icon that is
-# included in the documentation. The maximum height of the logo should not
-# exceed 55 pixels and the maximum width should not exceed 200 pixels.
-# Doxygen will copy the logo to the output directory.
-
-PROJECT_LOGO =
-
-# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
-# base path where the generated documentation will be put.
-# If a relative path is entered, it will be relative to the location
-# where doxygen was started. If left blank the current directory will be used.
-
-OUTPUT_DIRECTORY = ./
-
-# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
-# 4096 sub-directories (in 2 levels) under the output directory of each output
-# format and will distribute the generated files over these directories.
-# Enabling this option can be useful when feeding doxygen a huge amount of
-# source files, where putting all generated files in the same directory would
-# otherwise cause performance problems for the file system.
-
-CREATE_SUBDIRS = NO
-
-# The OUTPUT_LANGUAGE tag is used to specify the language in which all
-# documentation generated by doxygen is written. Doxygen will use this
-# information to generate all constant output in the proper language.
-# The default language is English, other supported languages are:
-# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
-# Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German,
-# Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
-# messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
-# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak,
-# Slovene, Spanish, Swedish, Ukrainian, and Vietnamese.
-
-OUTPUT_LANGUAGE = English
-
-# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
-# include brief member descriptions after the members that are listed in
-# the file and class documentation (similar to JavaDoc).
-# Set to NO to disable this.
-
-BRIEF_MEMBER_DESC = YES
-
-# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
-# the brief description of a member or function before the detailed description.
-# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
-# brief descriptions will be completely suppressed.
-
-REPEAT_BRIEF = YES
-
-# This tag implements a quasi-intelligent brief description abbreviator
-# that is used to form the text in various listings. Each string
-# in this list, if found as the leading text of the brief description, will be
-# stripped from the text and the result after processing the whole list, is
-# used as the annotated text. Otherwise, the brief description is used as-is.
-# If left blank, the following values are used ("$name" is automatically
-# replaced with the name of the entity): "The $name class" "The $name widget"
-# "The $name file" "is" "provides" "specifies" "contains"
-# "represents" "a" "an" "the"
-
-ABBREVIATE_BRIEF = "The $name class" \
- "The $name widget" \
- "The $name file" \
- is \
- provides \
- specifies \
- contains \
- represents \
- a \
- an \
- the
-
-# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
-# Doxygen will generate a detailed section even if there is only a brief
-# description.
-
-ALWAYS_DETAILED_SEC = NO
-
-# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
-# inherited members of a class in the documentation of that class as if those
-# members were ordinary class members. Constructors, destructors and assignment
-# operators of the base classes will not be shown.
-
-INLINE_INHERITED_MEMB = NO
-
-# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
-# path before files name in the file list and in the header files. If set
-# to NO the shortest path that makes the file name unique will be used.
-
-FULL_PATH_NAMES = NO
-
-# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
-# can be used to strip a user-defined part of the path. Stripping is
-# only done if one of the specified strings matches the left-hand part of
-# the path. The tag can be used to show relative paths in the file list.
-# If left blank the directory from which doxygen is run is used as the
-# path to strip.
-
-STRIP_FROM_PATH =
-
-# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
-# the path mentioned in the documentation of a class, which tells
-# the reader which header file to include in order to use a class.
-# If left blank only the name of the header file containing the class
-# definition is used. Otherwise one should specify the include paths that
-# are normally passed to the compiler using the -I flag.
-
-STRIP_FROM_INC_PATH =
-
-# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
-# (but less readable) file names. This can be useful if your file system
-# doesn't support long names like on DOS, Mac, or CD-ROM.
-
-SHORT_NAMES = NO
-
-# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
-# will interpret the first line (until the first dot) of a JavaDoc-style
-# comment as the brief description. If set to NO, the JavaDoc
-# comments will behave just like regular Qt-style comments
-# (thus requiring an explicit @brief command for a brief description.)
-
-JAVADOC_AUTOBRIEF = NO
-
-# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
-# interpret the first line (until the first dot) of a Qt-style
-# comment as the brief description. If set to NO, the comments
-# will behave just like regular Qt-style comments (thus requiring
-# an explicit \brief command for a brief description.)
-
-QT_AUTOBRIEF = NO
-
-# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
-# treat a multi-line C++ special comment block (i.e. a block of //! or ///
-# comments) as a brief description. This used to be the default behaviour.
-# The new default is to treat a multi-line C++ comment block as a detailed
-# description. Set this tag to YES if you prefer the old behaviour instead.
-
-MULTILINE_CPP_IS_BRIEF = NO
-
-# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
-# member inherits the documentation from any documented member that it
-# re-implements.
-
-INHERIT_DOCS = YES
-
-# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
-# a new page for each member. If set to NO, the documentation of a member will
-# be part of the file/class/namespace that contains it.
-
-SEPARATE_MEMBER_PAGES = NO
-
-# The TAB_SIZE tag can be used to set the number of spaces in a tab.
-# Doxygen uses this value to replace tabs by spaces in code fragments.
-
-TAB_SIZE = 8
-
-# This tag can be used to specify a number of aliases that acts
-# as commands in the documentation. An alias has the form "name=value".
-# For example adding "sideeffect=\par Side Effects:\n" will allow you to
-# put the command \sideeffect (or @sideeffect) in the documentation, which
-# will result in a user-defined paragraph with heading "Side Effects:".
-# You can put \n's in the value part of an alias to insert newlines.
-
-ALIASES =
-
-# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
-# sources only. Doxygen will then generate output that is more tailored for C.
-# For instance, some of the names that are used will be different. The list
-# of all members will be omitted, etc.
-
-OPTIMIZE_OUTPUT_FOR_C = NO
-
-# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
-# sources only. Doxygen will then generate output that is more tailored for
-# Java. For instance, namespaces will be presented as packages, qualified
-# scopes will look different, etc.
-
-OPTIMIZE_OUTPUT_JAVA = NO
-
-# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
-# sources only. Doxygen will then generate output that is more tailored for
-# Fortran.
-
-OPTIMIZE_FOR_FORTRAN = NO
-
-# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
-# sources. Doxygen will then generate output that is tailored for
-# VHDL.
-
-OPTIMIZE_OUTPUT_VHDL = NO
-
-# Doxygen selects the parser to use depending on the extension of the files it
-# parses. With this tag you can assign which parser to use for a given extension.
-# Doxygen has a built-in mapping, but you can override or extend it using this
-# tag. The format is ext=language, where ext is a file extension, and language
-# is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C,
-# C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make
-# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C
-# (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions
-# you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
-
-EXTENSION_MAPPING =
-
-# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
-# to include (a tag file for) the STL sources as input, then you should
-# set this tag to YES in order to let doxygen match functions declarations and
-# definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
-# func(std::string) {}). This also makes the inheritance and collaboration
-# diagrams that involve STL classes more complete and accurate.
-
-BUILTIN_STL_SUPPORT = NO
-
-# If you use Microsoft's C++/CLI language, you should set this option to YES to
-# enable parsing support.
-
-CPP_CLI_SUPPORT = NO
-
-# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
-# Doxygen will parse them like normal C++ but will assume all classes use public
-# instead of private inheritance when no explicit protection keyword is present.
-
-SIP_SUPPORT = NO
-
-# For Microsoft's IDL there are propget and propput attributes to indicate getter
-# and setter methods for a property. Setting this option to YES (the default)
-# will make doxygen replace the get and set methods by a property in the
-# documentation. This will only work if the methods are indeed getting or
-# setting a simple type. If this is not the case, or you want to show the
-# methods anyway, you should set this option to NO.
-
-IDL_PROPERTY_SUPPORT = YES
-
-# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
-# tag is set to YES, then doxygen will reuse the documentation of the first
-# member in the group (if any) for the other members of the group. By default
-# all members of a group must be documented explicitly.
-
-DISTRIBUTE_GROUP_DOC = NO
-
-# Set the SUBGROUPING tag to YES (the default) to allow class member groups of
-# the same type (for instance a group of public functions) to be put as a
-# subgroup of that type (e.g. under the Public Functions section). Set it to
-# NO to prevent subgrouping. Alternatively, this can be done per class using
-# the \nosubgrouping command.
-
-SUBGROUPING = YES
-
-# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum
-# is documented as struct, union, or enum with the name of the typedef. So
-# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
-# with name TypeT. When disabled the typedef will appear as a member of a file,
-# namespace, or class. And the struct will be named TypeS. This can typically
-# be useful for C code in case the coding convention dictates that all compound
-# types are typedef'ed and only the typedef is referenced, never the tag name.
-
-TYPEDEF_HIDES_STRUCT = NO
-
-# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
-# determine which symbols to keep in memory and which to flush to disk.
-# When the cache is full, less often used symbols will be written to disk.
-# For small to medium size projects (<1000 input files) the default value is
-# probably good enough. For larger projects a too small cache size can cause
-# doxygen to be busy swapping symbols to and from disk most of the time
-# causing a significant performance penalty.
-# If the system has enough physical memory increasing the cache will improve the
-# performance by keeping more symbols in memory. Note that the value works on
-# a logarithmic scale so increasing the size by one will roughly double the
-# memory usage. The cache size is given by this formula:
-# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
-# corresponding to a cache size of 2^16 = 65536 symbols
-
-SYMBOL_CACHE_SIZE = 0
-
-#---------------------------------------------------------------------------
-# Build related configuration options
-#---------------------------------------------------------------------------
-
-# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
-# documentation are documented, even if no documentation was available.
-# Private class members and static file members will be hidden unless
-# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
-
-EXTRACT_ALL = NO
-
-# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
-# will be included in the documentation.
-
-EXTRACT_PRIVATE = NO
-
-# If the EXTRACT_STATIC tag is set to YES all static members of a file
-# will be included in the documentation.
-
-EXTRACT_STATIC = NO
-
-# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
-# defined locally in source files will be included in the documentation.
-# If set to NO only classes defined in header files are included.
-
-EXTRACT_LOCAL_CLASSES = YES
-
-# This flag is only useful for Objective-C code. When set to YES local
-# methods, which are defined in the implementation section but not in
-# the interface are included in the documentation.
-# If set to NO (the default) only methods in the interface are included.
-
-EXTRACT_LOCAL_METHODS = NO
-
-# If this flag is set to YES, the members of anonymous namespaces will be
-# extracted and appear in the documentation as a namespace called
-# 'anonymous_namespace{file}', where file will be replaced with the base
-# name of the file that contains the anonymous namespace. By default
-# anonymous namespaces are hidden.
-
-EXTRACT_ANON_NSPACES = NO
-
-# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
-# undocumented members of documented classes, files or namespaces.
-# If set to NO (the default) these members will be included in the
-# various overviews, but no documentation section is generated.
-# This option has no effect if EXTRACT_ALL is enabled.
-
-HIDE_UNDOC_MEMBERS = YES
-
-# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
-# undocumented classes that are normally visible in the class hierarchy.
-# If set to NO (the default) these classes will be included in the various
-# overviews. This option has no effect if EXTRACT_ALL is enabled.
-
-HIDE_UNDOC_CLASSES = YES
-
-# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
-# friend (class|struct|union) declarations.
-# If set to NO (the default) these declarations will be included in the
-# documentation.
-
-HIDE_FRIEND_COMPOUNDS = NO
-
-# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
-# documentation blocks found inside the body of a function.
-# If set to NO (the default) these blocks will be appended to the
-# function's detailed documentation block.
-
-HIDE_IN_BODY_DOCS = NO
-
-# The INTERNAL_DOCS tag determines if documentation
-# that is typed after a \internal command is included. If the tag is set
-# to NO (the default) then the documentation will be excluded.
-# Set it to YES to include the internal documentation.
-
-INTERNAL_DOCS = NO
-
-# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
-# file names in lower-case letters. If set to YES upper-case letters are also
-# allowed. This is useful if you have classes or files whose names only differ
-# in case and if your file system supports case sensitive file names. Windows
-# and Mac users are advised to set this option to NO.
-
-CASE_SENSE_NAMES = NO
-
-# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
-# will show members with their full class and namespace scopes in the
-# documentation. If set to YES the scope will be hidden.
-
-HIDE_SCOPE_NAMES = NO
-
-# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
-# will put a list of the files that are included by a file in the documentation
-# of that file.
-
-SHOW_INCLUDE_FILES = YES
-
-# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen
-# will list include files with double quotes in the documentation
-# rather than with sharp brackets.
-
-FORCE_LOCAL_INCLUDES = NO
-
-# If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
-# is inserted in the documentation for inline members.
-
-INLINE_INFO = YES
-
-# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
-# will sort the (detailed) documentation of file and class members
-# alphabetically by member name. If set to NO the members will appear in
-# declaration order.
-
-SORT_MEMBER_DOCS = YES
-
-# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
-# brief documentation of file, namespace and class members alphabetically
-# by member name. If set to NO (the default) the members will appear in
-# declaration order.
-
-SORT_BRIEF_DOCS = NO
-
-# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen
-# will sort the (brief and detailed) documentation of class members so that
-# constructors and destructors are listed first. If set to NO (the default)
-# the constructors will appear in the respective orders defined by
-# SORT_MEMBER_DOCS and SORT_BRIEF_DOCS.
-# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO
-# and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
-
-SORT_MEMBERS_CTORS_1ST = NO
-
-# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
-# hierarchy of group names into alphabetical order. If set to NO (the default)
-# the group names will appear in their defined order.
-
-SORT_GROUP_NAMES = NO
-
-# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
-# sorted by fully-qualified names, including namespaces. If set to
-# NO (the default), the class list will be sorted only by class name,
-# not including the namespace part.
-# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
-# Note: This option applies only to the class list, not to the
-# alphabetical list.
-
-SORT_BY_SCOPE_NAME = NO
-
-# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to
-# do proper type resolution of all parameters of a function it will reject a
-# match between the prototype and the implementation of a member function even
-# if there is only one candidate or it is obvious which candidate to choose
-# by doing a simple string match. By disabling STRICT_PROTO_MATCHING doxygen
-# will still accept a match between prototype and implementation in such cases.
-
-STRICT_PROTO_MATCHING = NO
-
-# The GENERATE_TODOLIST tag can be used to enable (YES) or
-# disable (NO) the todo list. This list is created by putting \todo
-# commands in the documentation.
-
-GENERATE_TODOLIST = YES
-
-# The GENERATE_TESTLIST tag can be used to enable (YES) or
-# disable (NO) the test list. This list is created by putting \test
-# commands in the documentation.
-
-GENERATE_TESTLIST = YES
-
-# The GENERATE_BUGLIST tag can be used to enable (YES) or
-# disable (NO) the bug list. This list is created by putting \bug
-# commands in the documentation.
-
-GENERATE_BUGLIST = YES
-
-# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
-# disable (NO) the deprecated list. This list is created by putting
-# \deprecated commands in the documentation.
-
-GENERATE_DEPRECATEDLIST= YES
-
-# The ENABLED_SECTIONS tag can be used to enable conditional
-# documentation sections, marked by \if sectionname ... \endif.
-
-ENABLED_SECTIONS =
-
-# The MAX_INITIALIZER_LINES tag determines the maximum number of lines
-# the initial value of a variable or macro consists of for it to appear in
-# the documentation. If the initializer consists of more lines than specified
-# here it will be hidden. Use a value of 0 to hide initializers completely.
-# The appearance of the initializer of individual variables and macros in the
-# documentation can be controlled using \showinitializer or \hideinitializer
-# command in the documentation regardless of this setting.
-
-MAX_INITIALIZER_LINES = 30
-
-# Set the SHOW_USED_FILES tag to NO to disable the list of files generated
-# at the bottom of the documentation of classes and structs. If set to YES the
-# list will mention the files that were used to generate the documentation.
-
-SHOW_USED_FILES = YES
-
-# If the sources in your project are distributed over multiple directories
-# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
-# in the documentation. The default is NO.
-
-SHOW_DIRECTORIES = NO
-
-# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
-# This will remove the Files entry from the Quick Index and from the
-# Folder Tree View (if specified). The default is YES.
-
-SHOW_FILES = YES
-
-# Set the SHOW_NAMESPACES tag to NO to disable the generation of the
-# Namespaces page. This will remove the Namespaces entry from the Quick Index
-# and from the Folder Tree View (if specified). The default is YES.
-
-SHOW_NAMESPACES = YES
-
-# The FILE_VERSION_FILTER tag can be used to specify a program or script that
-# doxygen should invoke to get the current version for each file (typically from
-# the version control system). Doxygen will invoke the program by executing (via
-# popen()) the command <command> <input-file>, where <command> is the value of
-# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
-# provided by doxygen. Whatever the program writes to standard output
-# is used as the file version. See the manual for examples.
-
-FILE_VERSION_FILTER =
-
-# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
-# by doxygen. The layout file controls the global structure of the generated
-# output files in an output format independent way. The create the layout file
-# that represents doxygen's defaults, run doxygen with the -l option.
-# You can optionally specify a file name after the option, if omitted
-# DoxygenLayout.xml will be used as the name of the layout file.
-
-LAYOUT_FILE =
-
-#---------------------------------------------------------------------------
-# configuration options related to warning and progress messages
-#---------------------------------------------------------------------------
-
-# The QUIET tag can be used to turn on/off the messages that are generated
-# by doxygen. Possible values are YES and NO. If left blank NO is used.
-
-QUIET = NO
-
-# The WARNINGS tag can be used to turn on/off the warning messages that are
-# generated by doxygen. Possible values are YES and NO. If left blank
-# NO is used.
-
-WARNINGS = YES
-
-# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
-# for undocumented members. If EXTRACT_ALL is set to YES then this flag will
-# automatically be disabled.
-
-WARN_IF_UNDOCUMENTED = YES
-
-# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
-# potential errors in the documentation, such as not documenting some
-# parameters in a documented function, or documenting parameters that
-# don't exist or using markup commands wrongly.
-
-WARN_IF_DOC_ERROR = YES
-
-# The WARN_NO_PARAMDOC option can be enabled to get warnings for
-# functions that are documented, but have no documentation for their parameters
-# or return value. If set to NO (the default) doxygen will only warn about
-# wrong or incomplete parameter documentation, but not about the absence of
-# documentation.
-
-WARN_NO_PARAMDOC = NO
-
-# The WARN_FORMAT tag determines the format of the warning messages that
-# doxygen can produce. The string should contain the $file, $line, and $text
-# tags, which will be replaced by the file and line number from which the
-# warning originated and the warning text. Optionally the format may contain
-# $version, which will be replaced by the version of the file (if it could
-# be obtained via FILE_VERSION_FILTER)
-
-WARN_FORMAT = "$file:$line: $text"
-
-# The WARN_LOGFILE tag can be used to specify a file to which warning
-# and error messages should be written. If left blank the output is written
-# to stderr.
-
-WARN_LOGFILE =
-
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-
-# The INPUT tag can be used to specify the files and/or directories that contain
-# documented source files. You may enter file names like "myfile.cpp" or
-# directories like "/usr/src/myproject". Separate the files or directories
-# with spaces.
-
-INPUT = ../../resource_mgr.h
-
-# This tag can be used to specify the character encoding of the source files
-# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
-# also the default input encoding. Doxygen uses libiconv (or the iconv built
-# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
-# the list of possible encodings.
-
-INPUT_ENCODING = UTF-8
-
-# If the value of the INPUT tag contains directories, you can use the
-# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
-# and *.h) to filter out the source-files in the directories. If left
-# blank the following patterns are tested:
-# *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh
-# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
-# *.f90 *.f *.for *.vhd *.vhdl
-
-FILE_PATTERNS = *.c \
- *.cc \
- *.cxx \
- *.cpp \
- *.c++ \
- *.d \
- *.java \
- *.ii \
- *.ixx \
- *.ipp \
- *.i++ \
- *.inl \
- *.h \
- *.hh \
- *.hxx \
- *.hpp \
- *.h++ \
- *.idl \
- *.odl \
- *.cs \
- *.php \
- *.php3 \
- *.inc \
- *.m \
- *.mm \
- *.dox \
- *.py
-
-# The RECURSIVE tag can be used to turn specify whether or not subdirectories
-# should be searched for input files as well. Possible values are YES and NO.
-# If left blank NO is used.
-
-RECURSIVE = NO
-
-# The EXCLUDE tag can be used to specify files and/or directories that should
-# excluded from the INPUT source files. This way you can easily exclude a
-# subdirectory from a directory tree whose root is specified with the INPUT tag.
-
-EXCLUDE =
-
-# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
-# directories that are symbolic links (a Unix file system feature) are excluded
-# from the input.
-
-EXCLUDE_SYMLINKS = NO
-
-# If the value of the INPUT tag contains directories, you can use the
-# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
-# certain files from those directories. Note that the wildcards are matched
-# against the file with absolute path, so to exclude all test directories
-# for example use the pattern */test/*
-
-EXCLUDE_PATTERNS =
-
-# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
-# (namespaces, classes, functions, etc.) that should be excluded from the
-# output. The symbol name can be a fully qualified name, a word, or if the
-# wildcard * is used, a substring. Examples: ANamespace, AClass,
-# AClass::ANamespace, ANamespace::*Test
-
-EXCLUDE_SYMBOLS =
-
-# The EXAMPLE_PATH tag can be used to specify one or more files or
-# directories that contain example code fragments that are included (see
-# the \include command).
-
-EXAMPLE_PATH =
-
-# If the value of the EXAMPLE_PATH tag contains directories, you can use the
-# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
-# and *.h) to filter out the source-files in the directories. If left
-# blank all files are included.
-
-EXAMPLE_PATTERNS = *
-
-# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
-# searched for input files to be used with the \include or \dontinclude
-# commands irrespective of the value of the RECURSIVE tag.
-# Possible values are YES and NO. If left blank NO is used.
-
-EXAMPLE_RECURSIVE = NO
-
-# The IMAGE_PATH tag can be used to specify one or more files or
-# directories that contain image that are included in the documentation (see
-# the \image command).
-
-IMAGE_PATH =
-
-# The INPUT_FILTER tag can be used to specify a program that doxygen should
-# invoke to filter for each input file. Doxygen will invoke the filter program
-# by executing (via popen()) the command <filter> <input-file>, where <filter>
-# is the value of the INPUT_FILTER tag, and <input-file> is the name of an
-# input file. Doxygen will then use the output that the filter program writes
-# to standard output. If FILTER_PATTERNS is specified, this tag will be
-# ignored.
-
-INPUT_FILTER =
-
-# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
-# basis. Doxygen will compare the file name with each pattern and apply the
-# filter if there is a match. The filters are a list of the form:
-# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
-# info on how filters are used. If FILTER_PATTERNS is empty or if
-# non of the patterns match the file name, INPUT_FILTER is applied.
-
-FILTER_PATTERNS =
-
-# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
-# INPUT_FILTER) will be used to filter the input files when producing source
-# files to browse (i.e. when SOURCE_BROWSER is set to YES).
-
-FILTER_SOURCE_FILES = NO
-
-# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
-# pattern. A pattern will override the setting for FILTER_PATTERN (if any)
-# and it is also possible to disable source filtering for a specific pattern
-# using *.ext= (so without naming a filter). This option only has effect when
-# FILTER_SOURCE_FILES is enabled.
-
-FILTER_SOURCE_PATTERNS =
-
-#---------------------------------------------------------------------------
-# configuration options related to source browsing
-#---------------------------------------------------------------------------
-
-# If the SOURCE_BROWSER tag is set to YES then a list of source files will
-# be generated. Documented entities will be cross-referenced with these sources.
-# Note: To get rid of all source code in the generated output, make sure also
-# VERBATIM_HEADERS is set to NO.
-
-SOURCE_BROWSER = NO
-
-# Setting the INLINE_SOURCES tag to YES will include the body
-# of functions and classes directly in the documentation.
-
-INLINE_SOURCES = NO
-
-# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
-# doxygen to hide any special comment blocks from generated source code
-# fragments. Normal C and C++ comments will always remain visible.
-
-STRIP_CODE_COMMENTS = YES
-
-# If the REFERENCED_BY_RELATION tag is set to YES
-# then for each documented function all documented
-# functions referencing it will be listed.
-
-REFERENCED_BY_RELATION = NO
-
-# If the REFERENCES_RELATION tag is set to YES
-# then for each documented function all documented entities
-# called/used by that function will be listed.
-
-REFERENCES_RELATION = NO
-
-# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
-# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
-# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
-# link to the source code. Otherwise they will link to the documentation.
-
-REFERENCES_LINK_SOURCE = YES
-
-# If the USE_HTAGS tag is set to YES then the references to source code
-# will point to the HTML generated by the htags(1) tool instead of doxygen
-# built-in source browser. The htags tool is part of GNU's global source
-# tagging system (see http://www.gnu.org/software/global/global.html). You
-# will need version 4.8.6 or higher.
-
-USE_HTAGS = NO
-
-# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
-# will generate a verbatim copy of the header file for each class for
-# which an include is specified. Set to NO to disable this.
-
-VERBATIM_HEADERS = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the alphabetical class index
-#---------------------------------------------------------------------------
-
-# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
-# of all compounds will be generated. Enable this if the project
-# contains a lot of classes, structs, unions or interfaces.
-
-ALPHABETICAL_INDEX = NO
-
-# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
-# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
-# in which this list will be split (can be a number in the range [1..20])
-
-COLS_IN_ALPHA_INDEX = 5
-
-# In case all classes in a project start with a common prefix, all
-# classes will be put under the same header in the alphabetical index.
-# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
-# should be ignored while generating the index headers.
-
-IGNORE_PREFIX =
-
-#---------------------------------------------------------------------------
-# configuration options related to the HTML output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_HTML tag is set to YES (the default) Doxygen will
-# generate HTML output.
-
-GENERATE_HTML = YES
-
-# The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
-# put in front of it. If left blank `html' will be used as the default path.
-
-HTML_OUTPUT = html
-
-# The HTML_FILE_EXTENSION tag can be used to specify the file extension for
-# each generated HTML page (for example: .htm,.php,.asp). If it is left blank
-# doxygen will generate files with .html extension.
-
-HTML_FILE_EXTENSION = .html
-
-# The HTML_HEADER tag can be used to specify a personal HTML header for
-# each generated HTML page. If it is left blank doxygen will generate a
-# standard header.
-
-HTML_HEADER = ./html/tiheader.htm
-
-# The HTML_FOOTER tag can be used to specify a personal HTML footer for
-# each generated HTML page. If it is left blank doxygen will generate a
-# standard footer.
-
-HTML_FOOTER = ./html/tifooter.htm
-
-# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
-# style sheet that is used by each HTML page. It can be used to
-# fine-tune the look of the HTML output. If the tag is left blank doxygen
-# will generate a default style sheet. Note that doxygen will try to copy
-# the style sheet file to the HTML output directory, so don't put your own
-# stylesheet in the HTML output directory as well, or it will be erased!
-
-HTML_STYLESHEET =
-
-# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output.
-# Doxygen will adjust the colors in the stylesheet and background images
-# according to this color. Hue is specified as an angle on a colorwheel,
-# see http://en.wikipedia.org/wiki/Hue for more information.
-# For instance the value 0 represents red, 60 is yellow, 120 is green,
-# 180 is cyan, 240 is blue, 300 purple, and 360 is red again.
-# The allowed range is 0 to 359.
-
-HTML_COLORSTYLE_HUE = 220
-
-# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of
-# the colors in the HTML output. For a value of 0 the output will use
-# grayscales only. A value of 255 will produce the most vivid colors.
-
-HTML_COLORSTYLE_SAT = 100
-
-# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
-# the luminance component of the colors in the HTML output. Values below
-# 100 gradually make the output lighter, whereas values above 100 make
-# the output darker. The value divided by 100 is the actual gamma applied,
-# so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2,
-# and 100 does not change the gamma.
-
-HTML_COLORSTYLE_GAMMA = 80
-
-# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
-# page will contain the date and time when the page was generated. Setting
-# this to NO can help when comparing the output of multiple runs.
-
-HTML_TIMESTAMP = YES
-
-# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
-# files or namespaces will be aligned in HTML using tables. If set to
-# NO a bullet list will be used.
-
-HTML_ALIGN_MEMBERS = YES
-
-# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
-# documentation will contain sections that can be hidden and shown after the
-# page has loaded. For this to work a browser that supports
-# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox
-# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).
-
-HTML_DYNAMIC_SECTIONS = NO
-
-# If the GENERATE_DOCSET tag is set to YES, additional index files
-# will be generated that can be used as input for Apple's Xcode 3
-# integrated development environment, introduced with OSX 10.5 (Leopard).
-# To create a documentation set, doxygen will generate a Makefile in the
-# HTML output directory. Running make will produce the docset in that
-# directory and running "make install" will install the docset in
-# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find
-# it at startup.
-# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
-# for more information.
-
-GENERATE_DOCSET = NO
-
-# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
-# feed. A documentation feed provides an umbrella under which multiple
-# documentation sets from a single provider (such as a company or product suite)
-# can be grouped.
-
-DOCSET_FEEDNAME = "Doxygen generated docs"
-
-# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
-# should uniquely identify the documentation set bundle. This should be a
-# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
-# will append .docset to the name.
-
-DOCSET_BUNDLE_ID = org.doxygen.Project
-
-# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify
-# the documentation publisher. This should be a reverse domain-name style
-# string, e.g. com.mycompany.MyDocSet.documentation.
-
-DOCSET_PUBLISHER_ID = org.doxygen.Publisher
-
-# The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher.
-
-DOCSET_PUBLISHER_NAME = Publisher
-
-# If the GENERATE_HTMLHELP tag is set to YES, additional index files
-# will be generated that can be used as input for tools like the
-# Microsoft HTML help workshop to generate a compiled HTML help file (.chm)
-# of the generated HTML documentation.
-
-GENERATE_HTMLHELP = YES
-
-# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
-# be used to specify the file name of the resulting .chm file. You
-# can add a path in front of the file if the result should not be
-# written to the html output directory.
-
-CHM_FILE = ../TI_PlatformLibrary_BIOS-MCSDK-API-Guide.chm
-
-# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
-# be used to specify the location (absolute path including file name) of
-# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
-# the HTML help compiler on the generated index.hhp.
-
-HHC_LOCATION = "T:/Doxygen/HTML_Help_Workshop/10-01-2007/hhc.exe"
-
-# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
-# controls if a separate .chi index file is generated (YES) or that
-# it should be included in the master .chm file (NO).
-
-GENERATE_CHI = NO
-
-# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
-# is used to encode HtmlHelp index (hhk), content (hhc) and project file
-# content.
-
-CHM_INDEX_ENCODING =
-
-# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
-# controls whether a binary table of contents is generated (YES) or a
-# normal table of contents (NO) in the .chm file.
-
-BINARY_TOC = NO
-
-# The TOC_EXPAND flag can be set to YES to add extra items for group members
-# to the contents of the HTML help documentation and to the tree view.
-
-TOC_EXPAND = NO
-
-# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
-# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated
-# that can be used as input for Qt's qhelpgenerator to generate a
-# Qt Compressed Help (.qch) of the generated HTML documentation.
-
-GENERATE_QHP = NO
-
-# If the QHG_LOCATION tag is specified, the QCH_FILE tag can
-# be used to specify the file name of the resulting .qch file.
-# The path specified is relative to the HTML output folder.
-
-QCH_FILE =
-
-# The QHP_NAMESPACE tag specifies the namespace to use when generating
-# Qt Help Project output. For more information please see
-# http://doc.trolltech.com/qthelpproject.html#namespace
-
-QHP_NAMESPACE = org.doxygen.Project
-
-# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
-# Qt Help Project output. For more information please see
-# http://doc.trolltech.com/qthelpproject.html#virtual-folders
-
-QHP_VIRTUAL_FOLDER = doc
-
-# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to
-# add. For more information please see
-# http://doc.trolltech.com/qthelpproject.html#custom-filters
-
-QHP_CUST_FILTER_NAME =
-
-# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the
-# custom filter to add. For more information please see
-# <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">
-# Qt Help Project / Custom Filters</a>.
-
-QHP_CUST_FILTER_ATTRS =
-
-# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
-# project's
-# filter section matches.
-# <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">
-# Qt Help Project / Filter Attributes</a>.
-
-QHP_SECT_FILTER_ATTRS =
-
-# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
-# be used to specify the location of Qt's qhelpgenerator.
-# If non-empty doxygen will try to run qhelpgenerator on the generated
-# .qhp file.
-
-QHG_LOCATION =
-
-# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files
-# will be generated, which together with the HTML files, form an Eclipse help
-# plugin. To install this plugin and make it available under the help contents
-# menu in Eclipse, the contents of the directory containing the HTML and XML
-# files needs to be copied into the plugins directory of eclipse. The name of
-# the directory within the plugins directory should be the same as
-# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before
-# the help appears.
-
-GENERATE_ECLIPSEHELP = NO
-
-# A unique identifier for the eclipse help plugin. When installing the plugin
-# the directory name containing the HTML and XML files should also have
-# this name.
-
-ECLIPSE_DOC_ID = org.doxygen.Project
-
-# The DISABLE_INDEX tag can be used to turn on/off the condensed index at
-# top of each HTML page. The value NO (the default) enables the index and
-# the value YES disables it.
-
-DISABLE_INDEX = NO
-
-# This tag can be used to set the number of enum values (range [0,1..20])
-# that doxygen will group on one line in the generated HTML documentation.
-# Note that a value of 0 will completely suppress the enum values from
-# appearing in the overview section.
-
-ENUM_VALUES_PER_LINE = 4
-
-# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
-# structure should be generated to display hierarchical information.
-# If the tag value is set to YES, a side panel will be generated
-# containing a tree-like index structure (just like the one that
-# is generated for HTML Help). For this to work a browser that supports
-# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
-# Windows users are probably better off using the HTML help feature.
-
-GENERATE_TREEVIEW = NO
-
-# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
-# and Class Hierarchy pages using a tree view instead of an ordered list.
-
-USE_INLINE_TREES = NO
-
-# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
-# used to set the initial width (in pixels) of the frame in which the tree
-# is shown.
-
-TREEVIEW_WIDTH = 250
-
-# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open
-# links to external symbols imported via tag files in a separate window.
-
-EXT_LINKS_IN_WINDOW = NO
-
-# Use this tag to change the font size of Latex formulas included
-# as images in the HTML documentation. The default is 10. Note that
-# when you change the font size after a successful doxygen run you need
-# to manually remove any form_*.png images from the HTML output directory
-# to force them to be regenerated.
-
-FORMULA_FONTSIZE = 10
-
-# Use the FORMULA_TRANPARENT tag to determine whether or not the images
-# generated for formulas are transparent PNGs. Transparent PNGs are
-# not supported properly for IE 6.0, but are supported on all modern browsers.
-# Note that when changing this option you need to delete any form_*.png files
-# in the HTML output before the changes have effect.
-
-FORMULA_TRANSPARENT = YES
-
-# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax
-# (see http://www.mathjax.org) which uses client side Javascript for the
-# rendering instead of using prerendered bitmaps. Use this if you do not
-# have LaTeX installed or if you want to formulas look prettier in the HTML
-# output. When enabled you also need to install MathJax separately and
-# configure the path to it using the MATHJAX_RELPATH option.
-
-USE_MATHJAX = NO
-
-# When MathJax is enabled you need to specify the location relative to the
-# HTML output directory using the MATHJAX_RELPATH option. The destination
-# directory should contain the MathJax.js script. For instance, if the mathjax
-# directory is located at the same level as the HTML output directory, then
-# MATHJAX_RELPATH should be ../mathjax. The default value points to the
-# mathjax.org site, so you can quickly see the result without installing
-# MathJax, but it is strongly recommended to install a local copy of MathJax
-# before deployment.
-
-MATHJAX_RELPATH = http://www.mathjax.org/mathjax
-
-# When the SEARCHENGINE tag is enabled doxygen will generate a search box
-# for the HTML output. The underlying search engine uses javascript
-# and DHTML and should work on any modern browser. Note that when using
-# HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets
-# (GENERATE_DOCSET) there is already a search function so this one should
-# typically be disabled. For large projects the javascript based search engine
-# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
-
-SEARCHENGINE = NO
-
-# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
-# implemented using a PHP enabled web server instead of at the web client
-# using Javascript. Doxygen will generate the search PHP script and index
-# file to put on the web server. The advantage of the server
-# based approach is that it scales better to large projects and allows
-# full text search. The disadvantages are that it is more difficult to setup
-# and does not have live searching capabilities.
-
-SERVER_BASED_SEARCH = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the LaTeX output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
-# generate Latex output.
-
-GENERATE_LATEX = NO
-
-# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
-# put in front of it. If left blank `latex' will be used as the default path.
-
-LATEX_OUTPUT = latex
-
-# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
-# invoked. If left blank `latex' will be used as the default command name.
-# Note that when enabling USE_PDFLATEX this option is only used for
-# generating bitmaps for formulas in the HTML output, but not in the
-# Makefile that is written to the output directory.
-
-LATEX_CMD_NAME = latex
-
-# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
-# generate index for LaTeX. If left blank `makeindex' will be used as the
-# default command name.
-
-MAKEINDEX_CMD_NAME = makeindex
-
-# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
-# LaTeX documents. This may be useful for small projects and may help to
-# save some trees in general.
-
-COMPACT_LATEX = NO
-
-# The PAPER_TYPE tag can be used to set the paper type that is used
-# by the printer. Possible values are: a4, letter, legal and
-# executive. If left blank a4wide will be used.
-
-PAPER_TYPE = a4wide
-
-# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
-# packages that should be included in the LaTeX output.
-
-EXTRA_PACKAGES =
-
-# The LATEX_HEADER tag can be used to specify a personal LaTeX header for
-# the generated latex document. The header should contain everything until
-# the first chapter. If it is left blank doxygen will generate a
-# standard header. Notice: only use this tag if you know what you are doing!
-
-LATEX_HEADER =
-
-# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
-# is prepared for conversion to pdf (using ps2pdf). The pdf file will
-# contain links (just like the HTML output) instead of page references
-# This makes the output suitable for online browsing using a pdf viewer.
-
-PDF_HYPERLINKS = NO
-
-# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
-# plain latex in the generated Makefile. Set this option to YES to get a
-# higher quality PDF documentation.
-
-USE_PDFLATEX = NO
-
-# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
-# command to the generated LaTeX files. This will instruct LaTeX to keep
-# running if errors occur, instead of asking the user for help.
-# This option is also used when generating formulas in HTML.
-
-LATEX_BATCHMODE = NO
-
-# If LATEX_HIDE_INDICES is set to YES then doxygen will not
-# include the index chapters (such as File Index, Compound Index, etc.)
-# in the output.
-
-LATEX_HIDE_INDICES = NO
-
-# If LATEX_SOURCE_CODE is set to YES then doxygen will include
-# source code with syntax highlighting in the LaTeX output.
-# Note that which sources are shown also depends on other settings
-# such as SOURCE_BROWSER.
-
-LATEX_SOURCE_CODE = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the RTF output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
-# The RTF output is optimized for Word 97 and may not look very pretty with
-# other RTF readers or editors.
-
-GENERATE_RTF = NO
-
-# The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
-# put in front of it. If left blank `rtf' will be used as the default path.
-
-RTF_OUTPUT = rtf
-
-# If the COMPACT_RTF tag is set to YES Doxygen generates more compact
-# RTF documents. This may be useful for small projects and may help to
-# save some trees in general.
-
-COMPACT_RTF = NO
-
-# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
-# will contain hyperlink fields. The RTF file will
-# contain links (just like the HTML output) instead of page references.
-# This makes the output suitable for online browsing using WORD or other
-# programs which support those fields.
-# Note: wordpad (write) and others do not support links.
-
-RTF_HYPERLINKS = NO
-
-# Load stylesheet definitions from file. Syntax is similar to doxygen's
-# config file, i.e. a series of assignments. You only have to provide
-# replacements, missing definitions are set to their default value.
-
-RTF_STYLESHEET_FILE =
-
-# Set optional variables used in the generation of an rtf document.
-# Syntax is similar to doxygen's config file.
-
-RTF_EXTENSIONS_FILE =
-
-#---------------------------------------------------------------------------
-# configuration options related to the man page output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_MAN tag is set to YES (the default) Doxygen will
-# generate man pages
-
-GENERATE_MAN = NO
-
-# The MAN_OUTPUT tag is used to specify where the man pages will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
-# put in front of it. If left blank `man' will be used as the default path.
-
-MAN_OUTPUT = man
-
-# The MAN_EXTENSION tag determines the extension that is added to
-# the generated man pages (default is the subroutine's section .3)
-
-MAN_EXTENSION = .3
-
-# If the MAN_LINKS tag is set to YES and Doxygen generates man output,
-# then it will generate one additional man file for each entity
-# documented in the real man page(s). These additional files
-# only source the real man page, but without them the man command
-# would be unable to find the correct page. The default is NO.
-
-MAN_LINKS = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the XML output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_XML tag is set to YES Doxygen will
-# generate an XML file that captures the structure of
-# the code including all documentation.
-
-GENERATE_XML = NO
-
-# The XML_OUTPUT tag is used to specify where the XML pages will be put.
-# If a relative path is entered the value of OUTPUT_DIRECTORY will be
-# put in front of it. If left blank `xml' will be used as the default path.
-
-XML_OUTPUT = xml
-
-# The XML_SCHEMA tag can be used to specify an XML schema,
-# which can be used by a validating XML parser to check the
-# syntax of the XML files.
-
-XML_SCHEMA =
-
-# The XML_DTD tag can be used to specify an XML DTD,
-# which can be used by a validating XML parser to check the
-# syntax of the XML files.
-
-XML_DTD =
-
-# If the XML_PROGRAMLISTING tag is set to YES Doxygen will
-# dump the program listings (including syntax highlighting
-# and cross-referencing information) to the XML output. Note that
-# enabling this will significantly increase the size of the XML output.
-
-XML_PROGRAMLISTING = YES
-
-#---------------------------------------------------------------------------
-# configuration options for the AutoGen Definitions output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
-# generate an AutoGen Definitions (see autogen.sf.net) file
-# that captures the structure of the code including all
-# documentation. Note that this feature is still experimental
-# and incomplete at the moment.
-
-GENERATE_AUTOGEN_DEF = NO
-
-#---------------------------------------------------------------------------
-# configuration options related to the Perl module output
-#---------------------------------------------------------------------------
-
-# If the GENERATE_PERLMOD tag is set to YES Doxygen will
-# generate a Perl module file that captures the structure of
-# the code including all documentation. Note that this
-# feature is still experimental and incomplete at the
-# moment.
-
-GENERATE_PERLMOD = NO
-
-# If the PERLMOD_LATEX tag is set to YES Doxygen will generate
-# the necessary Makefile rules, Perl scripts and LaTeX code to be able
-# to generate PDF and DVI output from the Perl module output.
-
-PERLMOD_LATEX = NO
-
-# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
-# nicely formatted so it can be parsed by a human reader. This is useful
-# if you want to understand what is going on. On the other hand, if this
-# tag is set to NO the size of the Perl module output will be much smaller
-# and Perl will parse it just the same.
-
-PERLMOD_PRETTY = YES
-
-# The names of the make variables in the generated doxyrules.make file
-# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX.
-# This is useful so different doxyrules.make files included by the same
-# Makefile don't overwrite each other's variables.
-
-PERLMOD_MAKEVAR_PREFIX =
-
-#---------------------------------------------------------------------------
-# Configuration options related to the preprocessor
-#---------------------------------------------------------------------------
-
-# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
-# evaluate all C-preprocessor directives found in the sources and include
-# files.
-
-ENABLE_PREPROCESSING = YES
-
-# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
-# names in the source code. If set to NO (the default) only conditional
-# compilation will be performed. Macro expansion can be done in a controlled
-# way by setting EXPAND_ONLY_PREDEF to YES.
-
-MACRO_EXPANSION = NO
-
-# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
-# then the macro expansion is limited to the macros specified with the
-# PREDEFINED and EXPAND_AS_DEFINED tags.
-
-EXPAND_ONLY_PREDEF = NO
-
-# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
-# in the INCLUDE_PATH (see below) will be search if a #include is found.
-
-SEARCH_INCLUDES = YES
-
-# The INCLUDE_PATH tag can be used to specify one or more directories that
-# contain include files that are not input files but should be processed by
-# the preprocessor.
-
-INCLUDE_PATH =
-
-# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
-# patterns (like *.h and *.hpp) to filter out the header-files in the
-# directories. If left blank, the patterns specified with FILE_PATTERNS will
-# be used.
-
-INCLUDE_FILE_PATTERNS =
-
-# The PREDEFINED tag can be used to specify one or more macro names that
-# are defined before the preprocessor is started (similar to the -D option of
-# gcc). The argument of the tag is a list of macros of the form: name
-# or name=definition (no spaces). If the definition and the = are
-# omitted =1 is assumed. To prevent a macro definition from being
-# undefined via #undef or recursively expanded use the := operator
-# instead of the = operator.
-
-PREDEFINED =
-
-# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
-# this tag can be used to specify a list of macro names that should be expanded.
-# The macro definition that is found in the sources will be used.
-# Use the PREDEFINED tag if you want to use a different macro definition that
-# overrules the definition found in the source code.
-
-EXPAND_AS_DEFINED =
-
-# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
-# doxygen's preprocessor will remove all references to function-like macros
-# that are alone on a line, have an all uppercase name, and do not end with a
-# semicolon, because these will confuse the parser if not removed.
-
-SKIP_FUNCTION_MACROS = YES
-
-#---------------------------------------------------------------------------
-# Configuration::additions related to external references
-#---------------------------------------------------------------------------
-
-# The TAGFILES option can be used to specify one or more tagfiles.
-# Optionally an initial location of the external documentation
-# can be added for each tagfile. The format of a tag file without
-# this location is as follows:
-# TAGFILES = file1 file2 ...
-# Adding location for the tag files is done as follows:
-# TAGFILES = file1=loc1 "file2 = loc2" ...
-# where "loc1" and "loc2" can be relative or absolute paths or
-# URLs. If a location is present for each tag, the installdox tool
-# does not have to be run to correct the links.
-# Note that each tag file must have a unique name
-# (where the name does NOT include the path)
-# If a tag file is not located in the directory in which doxygen
-# is run, you must also specify the path to the tagfile here.
-
-TAGFILES =
-
-# When a file name is specified after GENERATE_TAGFILE, doxygen will create
-# a tag file that is based on the input files it reads.
-
-GENERATE_TAGFILE =
-
-# If the ALLEXTERNALS tag is set to YES all external classes will be listed
-# in the class index. If set to NO only the inherited external classes
-# will be listed.
-
-ALLEXTERNALS = NO
-
-# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
-# in the modules index. If set to NO, only the current project's groups will
-# be listed.
-
-EXTERNAL_GROUPS = YES
-
-# The PERL_PATH should be the absolute path and name of the perl script
-# interpreter (i.e. the result of `which perl').
-
-PERL_PATH = /usr/bin/perl
-
-#---------------------------------------------------------------------------
-# Configuration options related to the dot tool
-#---------------------------------------------------------------------------
-
-# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
-# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
-# or super classes. Setting the tag to NO turns the diagrams off. Note that
-# this option also works with HAVE_DOT disabled, but it is recommended to
-# install and use dot, since it yields more powerful graphs.
-
-CLASS_DIAGRAMS = YES
-
-# You can define message sequence charts within doxygen comments using the \msc
-# command. Doxygen will then run the mscgen tool (see
-# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
-# documentation. The MSCGEN_PATH tag allows you to specify the directory where
-# the mscgen tool resides. If left empty the tool is assumed to be found in the
-# default search path.
-
-MSCGEN_PATH =
-
-# If set to YES, the inheritance and collaboration graphs will hide
-# inheritance and usage relations if the target is undocumented
-# or is not a class.
-
-HIDE_UNDOC_RELATIONS = YES
-
-# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
-# available from the path. This tool is part of Graphviz, a graph visualization
-# toolkit from AT&T and Lucent Bell Labs. The other options in this section
-# have no effect if this option is set to NO (the default)
-
-HAVE_DOT = NO
-
-# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
-# allowed to run in parallel. When set to 0 (the default) doxygen will
-# base this on the number of processors available in the system. You can set it
-# explicitly to a value larger than 0 to get control over the balance
-# between CPU load and processing speed.
-
-DOT_NUM_THREADS = 0
-
-# By default doxygen will write a font called Helvetica to the output
-# directory and reference it in all dot files that doxygen generates.
-# When you want a differently looking font you can specify the font name
-# using DOT_FONTNAME. You need to make sure dot is able to find the font,
-# which can be done by putting it in a standard location or by setting the
-# DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory
-# containing the font.
-
-DOT_FONTNAME = Helvetica
-
-# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
-# The default size is 10pt.
-
-DOT_FONTSIZE = 10
-
-# By default doxygen will tell dot to use the output directory to look for the
-# FreeSans.ttf font (which doxygen will put there itself). If you specify a
-# different font using DOT_FONTNAME you can set the path where dot
-# can find it using this tag.
-
-DOT_FONTPATH =
-
-# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
-# will generate a graph for each documented class showing the direct and
-# indirect inheritance relations. Setting this tag to YES will force the
-# the CLASS_DIAGRAMS tag to NO.
-
-CLASS_GRAPH = YES
-
-# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
-# will generate a graph for each documented class showing the direct and
-# indirect implementation dependencies (inheritance, containment, and
-# class references variables) of the class with other documented classes.
-
-COLLABORATION_GRAPH = YES
-
-# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
-# will generate a graph for groups, showing the direct groups dependencies
-
-GROUP_GRAPHS = YES
-
-# If the UML_LOOK tag is set to YES doxygen will generate inheritance and
-# collaboration diagrams in a style similar to the OMG's Unified Modeling
-# Language.
-
-UML_LOOK = NO
-
-# If set to YES, the inheritance and collaboration graphs will show the
-# relations between templates and their instances.
-
-TEMPLATE_RELATIONS = NO
-
-# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
-# tags are set to YES then doxygen will generate a graph for each documented
-# file showing the direct and indirect include dependencies of the file with
-# other documented files.
-
-INCLUDE_GRAPH = YES
-
-# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
-# HAVE_DOT tags are set to YES then doxygen will generate a graph for each
-# documented header file showing the documented files that directly or
-# indirectly include this file.
-
-INCLUDED_BY_GRAPH = YES
-
-# If the CALL_GRAPH and HAVE_DOT options are set to YES then
-# doxygen will generate a call dependency graph for every global function
-# or class method. Note that enabling this option will significantly increase
-# the time of a run. So in most cases it will be better to enable call graphs
-# for selected functions only using the \callgraph command.
-
-CALL_GRAPH = NO
-
-# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
-# doxygen will generate a caller dependency graph for every global function
-# or class method. Note that enabling this option will significantly increase
-# the time of a run. So in most cases it will be better to enable caller
-# graphs for selected functions only using the \callergraph command.
-
-CALLER_GRAPH = NO
-
-# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
-# will generate a graphical hierarchy of all classes instead of a textual one.
-
-GRAPHICAL_HIERARCHY = YES
-
-# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
-# then doxygen will show the dependencies a directory has on other directories
-# in a graphical way. The dependency relations are determined by the #include
-# relations between the files in the directories.
-
-DIRECTORY_GRAPH = YES
-
-# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
-# generated by dot. Possible values are png, svg, gif or svg.
-# If left blank png will be used.
-
-DOT_IMAGE_FORMAT = png
-
-# The tag DOT_PATH can be used to specify the path where the dot tool can be
-# found. If left blank, it is assumed the dot tool can be found in the path.
-
-DOT_PATH =
-
-# The DOTFILE_DIRS tag can be used to specify one or more directories that
-# contain dot files that are included in the documentation (see the
-# \dotfile command).
-
-DOTFILE_DIRS =
-
-# The MSCFILE_DIRS tag can be used to specify one or more directories that
-# contain msc files that are included in the documentation (see the
-# \mscfile command).
-
-MSCFILE_DIRS =
-
-# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
-# nodes that will be shown in the graph. If the number of nodes in a graph
-# becomes larger than this value, doxygen will truncate the graph, which is
-# visualized by representing a node as a red box. Note that doxygen if the
-# number of direct children of the root node in a graph is already larger than
-# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
-# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
-
-DOT_GRAPH_MAX_NODES = 50
-
-# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
-# graphs generated by dot. A depth value of 3 means that only nodes reachable
-# from the root by following a path via at most 3 edges will be shown. Nodes
-# that lay further from the root node will be omitted. Note that setting this
-# option to 1 or 2 may greatly reduce the computation time needed for large
-# code bases. Also note that the size of a graph can be further restricted by
-# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
-
-MAX_DOT_GRAPH_DEPTH = 1000
-
-# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
-# background. This is disabled by default, because dot on Windows does not
-# seem to support this out of the box. Warning: Depending on the platform used,
-# enabling this option may lead to badly anti-aliased labels on the edges of
-# a graph (i.e. they become hard to read).
-
-DOT_TRANSPARENT = NO
-
-# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
-# files in one run (i.e. multiple -o and -T options on the command line). This
-# makes dot run faster, but since only newer versions of dot (>1.8.10)
-# support this, this feature is disabled by default.
-
-DOT_MULTI_TARGETS = NO
-
-# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
-# generate a legend page explaining the meaning of the various boxes and
-# arrows in the dot generated graphs.
-
-GENERATE_LEGEND = YES
-
-# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
-# remove the intermediate dot files that are used to generate
-# the various graphs.
-
-DOT_CLEANUP = YES
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/resourcemgr/html/tifooter.htm b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/resourcemgr/html/tifooter.htm
+++ /dev/null
@@ -1,4 +0,0 @@
-<hr size="1"><small>
-Copyright $year, Texas Instruments Incorporated</small>
-</body>
-</html>
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/resourcemgr/html/tiheader.htm b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/resourcemgr/html/tiheader.htm
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
-<title>$title</title>
-<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css">
-<link href="$relpath$tabs.css" rel="stylesheet" type="text/css">
-</head><body>
-<table width=100%>
-<tr>
- <td bgcolor="black" width="1"><a href="http://www.ti.com"><img border=0 src="./tilogo.gif"></a></td>
- <td bgcolor="red"><img src="./titagline.gif"></td>
-</tr>
-</table>
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/resourcemgr/html/tilogo.gif b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/resourcemgr/html/tilogo.gif
deleted file mode 100644 (file)
index f2fab2d..0000000
Binary files a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/resourcemgr/html/tilogo.gif and /dev/null differ
index f2fab2d..0000000
Binary files a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/resourcemgr/html/tilogo.gif and /dev/null differ
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/resourcemgr/html/titagline.gif b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/resourcemgr/html/titagline.gif
deleted file mode 100644 (file)
index 743a024..0000000
Binary files a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/resourcemgr/html/titagline.gif and /dev/null differ
index 743a024..0000000
Binary files a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/resourcemgr/html/titagline.gif and /dev/null differ
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/resourcemgr/resource_manager_user_guide.html b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/docs/resourcemgr/resource_manager_user_guide.html
+++ /dev/null
@@ -1,51 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><title>Platform Library User Guides</title><!-- For now, we use the doxygen style sheet -->
-
-
-<link href="" rel="stylesheet" type="text/css">
-<style type="text/css">
-</style>
-<style type="text/css">
-</style></head>
-<body>
-<table width="100%">
-<tbody>
-<tr>
-<td bgcolor="black" width="1"><a href="http://www.ti.com"><img src="html/tilogo.gif" border="0" height="54" width="222"></a></td>
-<td bgcolor="red"><img src="html/titagline.gif" height="26" width="314"></td>
-</tr>
-</tbody>
-</table>
-<h1><a name="PLATFORM_TOP">Resource Manager User
-Guide</a></h1>
-This guide is divided into the following sections:
-<br>
-<ul>
-<li><a href="#Software_Overview">Software Overview</a></li>
-<li><a href="#Documentation_Links">Documentation</a></li>
-</ul>
-<hr>
-<h2><a name="Software_Overview">Software Overview</a></h2>
-<p>The resource manager provides a common API across all supported platforms for
-managing platform resources and providing common APIs for working with the PA,
-QMSS and CPPI subsystems. These APIs are either called from the respective Low
-Level Drivers or the the NIMU or Platform library and must be implemented by the
-application.</p>
-<ul type="square">
-<li><span style="color: black;">The Resource Manager definitions are present in </span>
-<i> pdk_C####_#_#_#_#/packages/ti/platform/resource_mgr.h
-</i>header file.<li>An example implementation for that is included in the MCSDK
-demo and example applications in the platform_osal.c and resourcemgr.c source
-files.
-</ul>
-<a href="#PLATFORM_TOP">back to top</a><br>
-<hr>
-<h2><a name="Documentation_Links">Documentation</a></h2>
-<ul>
-<li><a href="html/index.html"><span style="font-weight: 700">Resource Manager
-</span><span style="font-weight: bold;">API and detailed documentation</span></a></li>
-</ul>
-<a href="platform_library_user_guide.html#PLATFORM_TOP">back
-to top</a>
-<hr>
-</body></html>
\ No newline at end of file
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/.executables b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/.executables
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/.xdcenv.mak b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/.xdcenv.mak
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-_XDCBUILDCOUNT = 0
-ifneq (,$(findstring path,$(_USEXDCENV_)))
-override XDCPATH =
-override XDCROOT = C:/ti/xdctools_3_25_06_96
-override XDCBUILDCFG = ./config.bld
-endif
-ifneq (,$(findstring args,$(_USEXDCENV_)))
-override XDCARGS =
-override XDCTARGETS =
-endif
-#
-ifeq (0,1)
-PKGPATH = C:/ti/xdctools_3_25_06_96/packages;../../..
-HOSTOS = Windows
-endif
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/Settings.h b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/Settings.h
+++ /dev/null
@@ -1,248 +0,0 @@
-/*
- * Do not modify this file; it is automatically
- * generated and any modifications will be overwritten.
- *
- * @(#) xdc-z63
- */
-
-/*
- * ======== GENERATED SECTIONS ========
- *
- * PROLOGUE
- * INCLUDES
- *
- * INTERNAL DEFINITIONS
- * MODULE-WIDE CONFIGS
- * FUNCTION DECLARATIONS
- * SYSTEM FUNCTIONS
- *
- * EPILOGUE
- * STATE STRUCTURES
- * PREFIX ALIASES
- */
-
-
-/*
- * ======== PROLOGUE ========
- */
-
-#ifndef ti_platform_evmk2g_Settings__include
-#define ti_platform_evmk2g_Settings__include
-
-#ifndef __nested__
-#define __nested__
-#define ti_platform_evmk2g_Settings__top__
-#endif
-
-#ifdef __cplusplus
-#define __extern extern "C"
-#else
-#define __extern extern
-#endif
-
-#define ti_platform_evmk2g_Settings___VERS 160
-
-
-/*
- * ======== INCLUDES ========
- */
-
-#include <xdc/std.h>
-
-#include <xdc/runtime/xdc.h>
-#include <xdc/runtime/Types.h>
-#include <ti/platform/evmk2g/package/package.defs.h>
-
-#include <xdc/runtime/IModule.h>
-
-
-/*
- * ======== AUXILIARY DEFINITIONS ========
- */
-
-
-/*
- * ======== INTERNAL DEFINITIONS ========
- */
-
-
-/*
- * ======== MODULE-WIDE CONFIGS ========
- */
-
-/* Module__diagsEnabled */
-typedef xdc_Bits32 CT__ti_platform_evmk2g_Settings_Module__diagsEnabled;
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_Module__diagsEnabled ti_platform_evmk2g_Settings_Module__diagsEnabled__C;
-
-/* Module__diagsIncluded */
-typedef xdc_Bits32 CT__ti_platform_evmk2g_Settings_Module__diagsIncluded;
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_Module__diagsIncluded ti_platform_evmk2g_Settings_Module__diagsIncluded__C;
-
-/* Module__diagsMask */
-typedef xdc_Bits16* CT__ti_platform_evmk2g_Settings_Module__diagsMask;
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_Module__diagsMask ti_platform_evmk2g_Settings_Module__diagsMask__C;
-
-/* Module__gateObj */
-typedef xdc_Ptr CT__ti_platform_evmk2g_Settings_Module__gateObj;
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_Module__gateObj ti_platform_evmk2g_Settings_Module__gateObj__C;
-
-/* Module__gatePrms */
-typedef xdc_Ptr CT__ti_platform_evmk2g_Settings_Module__gatePrms;
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_Module__gatePrms ti_platform_evmk2g_Settings_Module__gatePrms__C;
-
-/* Module__id */
-typedef xdc_runtime_Types_ModuleId CT__ti_platform_evmk2g_Settings_Module__id;
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_Module__id ti_platform_evmk2g_Settings_Module__id__C;
-
-/* Module__loggerDefined */
-typedef xdc_Bool CT__ti_platform_evmk2g_Settings_Module__loggerDefined;
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_Module__loggerDefined ti_platform_evmk2g_Settings_Module__loggerDefined__C;
-
-/* Module__loggerObj */
-typedef xdc_Ptr CT__ti_platform_evmk2g_Settings_Module__loggerObj;
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_Module__loggerObj ti_platform_evmk2g_Settings_Module__loggerObj__C;
-
-/* Module__loggerFxn0 */
-typedef xdc_runtime_Types_LoggerFxn0 CT__ti_platform_evmk2g_Settings_Module__loggerFxn0;
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_Module__loggerFxn0 ti_platform_evmk2g_Settings_Module__loggerFxn0__C;
-
-/* Module__loggerFxn1 */
-typedef xdc_runtime_Types_LoggerFxn1 CT__ti_platform_evmk2g_Settings_Module__loggerFxn1;
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_Module__loggerFxn1 ti_platform_evmk2g_Settings_Module__loggerFxn1__C;
-
-/* Module__loggerFxn2 */
-typedef xdc_runtime_Types_LoggerFxn2 CT__ti_platform_evmk2g_Settings_Module__loggerFxn2;
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_Module__loggerFxn2 ti_platform_evmk2g_Settings_Module__loggerFxn2__C;
-
-/* Module__loggerFxn4 */
-typedef xdc_runtime_Types_LoggerFxn4 CT__ti_platform_evmk2g_Settings_Module__loggerFxn4;
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_Module__loggerFxn4 ti_platform_evmk2g_Settings_Module__loggerFxn4__C;
-
-/* Module__loggerFxn8 */
-typedef xdc_runtime_Types_LoggerFxn8 CT__ti_platform_evmk2g_Settings_Module__loggerFxn8;
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_Module__loggerFxn8 ti_platform_evmk2g_Settings_Module__loggerFxn8__C;
-
-/* Module__startupDoneFxn */
-typedef xdc_Bool (*CT__ti_platform_evmk2g_Settings_Module__startupDoneFxn)(void);
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_Module__startupDoneFxn ti_platform_evmk2g_Settings_Module__startupDoneFxn__C;
-
-/* Object__count */
-typedef xdc_Int CT__ti_platform_evmk2g_Settings_Object__count;
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_Object__count ti_platform_evmk2g_Settings_Object__count__C;
-
-/* Object__heap */
-typedef xdc_runtime_IHeap_Handle CT__ti_platform_evmk2g_Settings_Object__heap;
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_Object__heap ti_platform_evmk2g_Settings_Object__heap__C;
-
-/* Object__sizeof */
-typedef xdc_SizeT CT__ti_platform_evmk2g_Settings_Object__sizeof;
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_Object__sizeof ti_platform_evmk2g_Settings_Object__sizeof__C;
-
-/* Object__table */
-typedef xdc_Ptr CT__ti_platform_evmk2g_Settings_Object__table;
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_Object__table ti_platform_evmk2g_Settings_Object__table__C;
-
-/* platformLibVersionString */
-#define ti_platform_evmk2g_Settings_platformLibVersionString (ti_platform_evmk2g_Settings_platformLibVersionString__C)
-typedef xdc_String CT__ti_platform_evmk2g_Settings_platformLibVersionString;
-__extern __FAR__ const CT__ti_platform_evmk2g_Settings_platformLibVersionString ti_platform_evmk2g_Settings_platformLibVersionString__C;
-
-
-/*
- * ======== FUNCTION DECLARATIONS ========
- */
-
-/* Module_startup */
-#define ti_platform_evmk2g_Settings_Module_startup( state ) (-1)
-
-/* Module__startupDone__S */
-xdc__CODESECT(ti_platform_evmk2g_Settings_Module__startupDone__S, "ti_platform_evmk2g_Settings_Module__startupDone")
-__extern xdc_Bool ti_platform_evmk2g_Settings_Module__startupDone__S( void );
-
-
-/*
- * ======== SYSTEM FUNCTIONS ========
- */
-
-/* Module_startupDone */
-#define ti_platform_evmk2g_Settings_Module_startupDone() ti_platform_evmk2g_Settings_Module__startupDone__S()
-
-/* Object_heap */
-#define ti_platform_evmk2g_Settings_Object_heap() ti_platform_evmk2g_Settings_Object__heap__C
-
-/* Module_heap */
-#define ti_platform_evmk2g_Settings_Module_heap() ti_platform_evmk2g_Settings_Object__heap__C
-
-/* Module_id */
-static inline CT__ti_platform_evmk2g_Settings_Module__id ti_platform_evmk2g_Settings_Module_id( void )
-{
- return ti_platform_evmk2g_Settings_Module__id__C;
-}
-
-/* Module_hasMask */
-static inline xdc_Bool ti_platform_evmk2g_Settings_Module_hasMask( void )
-{
- return ti_platform_evmk2g_Settings_Module__diagsMask__C != NULL;
-}
-
-/* Module_getMask */
-static inline xdc_Bits16 ti_platform_evmk2g_Settings_Module_getMask( void )
-{
- return ti_platform_evmk2g_Settings_Module__diagsMask__C != NULL ? *ti_platform_evmk2g_Settings_Module__diagsMask__C : 0;
-}
-
-/* Module_setMask */
-static inline xdc_Void ti_platform_evmk2g_Settings_Module_setMask( xdc_Bits16 mask )
-{
- if (ti_platform_evmk2g_Settings_Module__diagsMask__C != NULL) *ti_platform_evmk2g_Settings_Module__diagsMask__C = mask;
-}
-
-
-/*
- * ======== EPILOGUE ========
- */
-
-#ifdef ti_platform_evmk2g_Settings__top__
-#undef __nested__
-#endif
-
-#endif /* ti_platform_evmk2g_Settings__include */
-
-
-/*
- * ======== STATE STRUCTURES ========
- */
-
-#if defined(__config__) || (!defined(__nested__) && defined(ti_platform_evmk2g_Settings__internalaccess))
-
-#ifndef ti_platform_evmk2g_Settings__include_state
-#define ti_platform_evmk2g_Settings__include_state
-
-
-#endif /* ti_platform_evmk2g_Settings__include_state */
-
-#endif
-
-/*
- * ======== PREFIX ALIASES ========
- */
-
-#if !defined(__nested__) && !defined(ti_platform_evmk2g_Settings__nolocalnames)
-
-#ifndef ti_platform_evmk2g_Settings__localnames__done
-#define ti_platform_evmk2g_Settings__localnames__done
-
-/* module prefix */
-#define Settings_platformLibVersionString ti_platform_evmk2g_Settings_platformLibVersionString
-#define Settings_Module_name ti_platform_evmk2g_Settings_Module_name
-#define Settings_Module_id ti_platform_evmk2g_Settings_Module_id
-#define Settings_Module_startup ti_platform_evmk2g_Settings_Module_startup
-#define Settings_Module_startupDone ti_platform_evmk2g_Settings_Module_startupDone
-#define Settings_Module_hasMask ti_platform_evmk2g_Settings_Module_hasMask
-#define Settings_Module_getMask ti_platform_evmk2g_Settings_Module_getMask
-#define Settings_Module_setMask ti_platform_evmk2g_Settings_Module_setMask
-#define Settings_Object_heap ti_platform_evmk2g_Settings_Object_heap
-#define Settings_Module_heap ti_platform_evmk2g_Settings_Module_heap
-
-#endif /* ti_platform_evmk2g_Settings__localnames__done */
-#endif
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/Settings.xdc b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/Settings.xdc
+++ /dev/null
@@ -1,5 +0,0 @@
-module Settings
-{
- config string platformLibVersionString = "3.02.00.00";
-}
-
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/config.bld b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/config.bld
+++ /dev/null
@@ -1,20 +0,0 @@
-/******************************************************************************
- * FILE PURPOSE: Configuration Script for the platform lib
- ******************************************************************************
- * FILE NAME: config.bld
- *
- * DESCRIPTION:
- * This file contains the build configuration script for platform lib
- * and is responsible for configuration of the paths for the various tools
- * required to build platform lib.
- *
- * Copyright (C) 2014, Texas Instruments, Inc.
- *****************************************************************************/
-
-var toolsBaseDir = java.lang.System.getenv("XDCCGROOT");
-
-var C66LE = xdc.useModule('ti.targets.elf.C66');
-C66LE.rootDir = toolsBaseDir;
-
-
-
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/makefile b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/makefile
+++ /dev/null
@@ -1,96 +0,0 @@
-#*******************************************************************************
-#* FILE PURPOSE: Top level makefile for Creating Platform Libraries
-#*******************************************************************************
-#* FILE NAME: makefile
-#*
-#* DESCRIPTION: Defines Compiler tools paths, libraries , Build Options
-#*
-#*
-#*******************************************************************************
-#*
-# (Mandatory) Specify where various tools are installed.
-
-# Output for prebuilt generated libraries
-export LIBDIR ?= platform_lib/lib
-
-# INCLUDE Directory for platform library
-export LIB_INCDIR := platform_lib/include;../../..;../;../../csl;$(XDC_INSTALL_PATH)/packages;$(PDK_INSTALL_PATH)/.;$(C6X_GEN_INSTALL_PATH)/include;$(ROOTDIR);$(PDK_INSTALL_PATH)/ti/csl;$(PDK_INSTALL_PATH)/ti/platform;
-
-# Common Macros used in make
-
-ifndef RM
-export RM = rm -f
-endif
-
-ifndef CP
-export CP = cp -p
-endif
-
-export MKDIR = mkdir -p
-
-ifndef RMDIR
-export RMDIR = rm -rf
-endif
-
-ifndef SED
-export SED = sed
-endif
-
-ifndef MAKE
-export MAKE = make
-endif
-
-# PHONY Targets
-.PHONY: all clean cleanall
-
-# FORCE Targets
-FORCE:
-
-# all rule
-all: .executables
-.executables: .libraries
-.libraries:
-
-# Clean Rule
-clean:: clean_package
-# Clean Top Level Object Directory
-
-clean_package:
- $(RMDIR) $(LIBDIR)/*/
- $(RMDIR) package/cfg
-
-
-# Make rule to create $(LIBDIR)/debug/ti.platform.evmk2g.ae66 library
-.libraries: $(LIBDIR)/debug/ti.platform.evmk2g.ae66
-$(LIBDIR)/debug/ti.platform.evmk2g.ae66: FORCE
- $(MAKE) -f ./platform_lib/build/platform_lib_debug.mk $@
-# Rule to clean $(LIBDIR)/debug/ti.platform.evmk2g.ae66 library
-clean ::
- $(RM) $(LIBDIR)/debug/ti.platform.evmk2g.ae66
-
-
-# Make rule to create $(LIBDIR)/release/ti.platform.evmk2g.ae66 library
-.libraries: $(LIBDIR)/release/ti.platform.evmk2g.ae66
-$(LIBDIR)/release/ti.platform.evmk2g.ae66: FORCE
- $(MAKE) -f ./platform_lib/build/platform_lib_release.mk $@
-# Rule to clean $(LIBDIR)/release/ti.platform.evmk2g.ae66 library
-clean ::
- $(RM) $(LIBDIR)/release/ti.platform.evmk2g.ae66
-
-
-# Make rule to create $(LIBDIR)/debug/ti.platform.evmk2g.lite.lib library
-.libraries: $(LIBDIR)/debug/ti.platform.evmk2g.lite.lib
-$(LIBDIR)/debug/ti.platform.evmk2g.lite.lib: FORCE
- $(MAKE) -f ./platform_lib/build/platform_lib_debug_lite.mk $@
-# Rule to clean $(LIBDIR)/debug/ti.platform.evmk2g.lite.lib library
-clean ::
- $(RM) $(LIBDIR)/debug/ti.platform.evmk2g.lite.lib
-
-
-# Make rule to create $(LIBDIR)/release/ti.platform.evmk2g.lite.lib library
-.libraries: $(LIBDIR)/release/ti.platform.evmk2g.lite.lib
-$(LIBDIR)/release/ti.platform.evmk2g.lite.lib: FORCE
- $(MAKE) -f ./platform_lib/build/platform_lib_release_lite.mk $@
-# Rule to clean $(LIBDIR)/release/ti.platform.evmk2g.lite.lib library
-clean ::
- $(RM) $(LIBDIR)/release/ti.platform.evmk2g.lite.lib
\ No newline at end of file
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package.bld b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package.bld
+++ /dev/null
@@ -1,12 +0,0 @@
-/******************************************************************************
- * FILE PURPOSE: Build description for the platform Package
- ******************************************************************************
- * FILE NAME: package.bld
- *
- * DESCRIPTION:
- * This file contains the build specification and description for the platform
- * library
- *
- *
- * Copyright (C) 2014, Texas Instruments, Inc.
- *****************************************************************************/
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package.mak b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package.mak
+++ /dev/null
@@ -1,174 +0,0 @@
-#
-# Do not edit this file. This file is generated from
-# package.bld. Any modifications to this file will be
-# overwritten whenever makefiles are re-generated.
-#
-
-unexport MAKEFILE_LIST
-MK_NOGENDEPS := $(filter clean,$(MAKECMDGOALS))
-override PKGDIR = ti/platform/evmk2g
-XDCINCS = -I. -I$(strip $(subst ;, -I,$(subst $(space),\$(space),$(XPKGPATH))))
-XDCCFGDIR = package/cfg/
-
-#
-# The following dependencies ensure package.mak is rebuilt
-# in the event that some included BOM script changes.
-#
-ifneq (clean,$(MAKECMDGOALS))
-C:/ti/xdctools_3_25_06_96/packages/xdc/utils.js:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/utils.js
-C:/ti/xdctools_3_25_06_96/packages/xdc/xdc.tci:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/xdc.tci
-C:/ti/xdctools_3_25_06_96/packages/xdc/template.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/template.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/om2.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/om2.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/xmlgen.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/xmlgen.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/xmlgen2.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/xmlgen2.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/Warnings.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/Warnings.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/IPackage.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/IPackage.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/package.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/package.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/services/global/Clock.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/services/global/Clock.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/services/global/Trace.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/services/global/Trace.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/bld/bld.js:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/bld/bld.js
-C:/ti/xdctools_3_25_06_96/packages/xdc/bld/BuildEnvironment.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/bld/BuildEnvironment.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/bld/PackageContents.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/bld/PackageContents.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/bld/_gen.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/bld/_gen.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/bld/Library.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/bld/Library.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/bld/Executable.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/bld/Executable.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/bld/Repository.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/bld/Repository.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/bld/Configuration.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/bld/Configuration.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/bld/Script.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/bld/Script.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/bld/Manifest.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/bld/Manifest.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/bld/Utils.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/bld/Utils.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/bld/ITarget.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/bld/ITarget.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/bld/ITarget2.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/bld/ITarget2.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/bld/ITarget3.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/bld/ITarget3.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/bld/ITargetFilter.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/bld/ITargetFilter.xs
-C:/ti/xdctools_3_25_06_96/packages/xdc/bld/package.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/xdc/bld/package.xs
-package.mak: config.bld
-C:/ti/xdctools_3_25_06_96/packages/ti/targets/ITarget.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/ti/targets/ITarget.xs
-C:/ti/xdctools_3_25_06_96/packages/ti/targets/C28_large.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/ti/targets/C28_large.xs
-C:/ti/xdctools_3_25_06_96/packages/ti/targets/C28_float.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/ti/targets/C28_float.xs
-C:/ti/xdctools_3_25_06_96/packages/ti/targets/package.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/ti/targets/package.xs
-C:/ti/xdctools_3_25_06_96/packages/ti/targets/elf/ITarget.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/ti/targets/elf/ITarget.xs
-C:/ti/xdctools_3_25_06_96/packages/ti/targets/elf/package.xs:
-package.mak: C:/ti/xdctools_3_25_06_96/packages/ti/targets/elf/package.xs
-package.mak: package.bld
-endif
-
-
-all: .executables
-.executables: .libraries .dlls
-.libraries: .interfaces
-
-PKGCFGS := $(wildcard package.xs) package/build.cfg
-.interfaces: package/package.xdc.inc package/package.defs.h package.xdc $(PKGCFGS)
-
--include package/package.xdc.dep
-package/%.xdc.inc package/%_ti.platform.evmk2g.c package/%.defs.h: %.xdc $(PKGCFGS)
- @$(MSG) generating interfaces for package ti.platform.evmk2g" (because $@ is older than $(firstword $?))" ...
- $(XSRUN) -f xdc/services/intern/cmd/build.xs $(MK_IDLOPTS) -m package/package.xdc.dep -i package/package.xdc.inc package.xdc
-
-ifeq (,$(MK_NOGENDEPS))
--include package/package.cfg.dep
-endif
-
-package/rel/undefinedti/platform/evmk2gpackage/package.rel.xml: package/package.cfg.xdc.inc
-package/package.cfg.xdc.inc: $(XDCROOT)/packages/xdc/cfg/cfginc.js package.xdc
- @$(MSG) generating schema include file list ...
- $(CONFIG) -f $(XDCROOT)/packages/xdc/cfg/cfginc.js ti.platform.evmk2g $@
-
-test:;
-%,copy:
- @$(if $<,,$(MSG) don\'t know how to build $*; exit 1)
- @$(MSG) cp $< $@
- $(RM) $@
- $(CP) $< $@
-
-$(XDCCFGDIR)%.c $(XDCCFGDIR)%.h $(XDCCFGDIR)%.xdl: $(XDCCFGDIR)%.cfg .interfaces $(XDCROOT)/packages/xdc/cfg/Main.xs
- @$(MSG) "configuring $(_PROG_NAME) from $< ..."
- $(CONFIG) $(_PROG_XSOPTS) xdc.cfg $(_PROG_NAME) $(XDCCFGDIR)$*.cfg $(XDCCFGDIR)$*
-
-.PHONY: release,ti_platform_evmk2g
-ti_platform_evmk2g.tar: package/package.bld.xml
-ti_platform_evmk2g.tar: package/build.cfg
-ti_platform_evmk2g.tar: package/package.xdc.inc
-ti_platform_evmk2g.tar: package/package.cfg.xdc.inc
-ifeq (,$(MK_NOGENDEPS))
--include package/rel/ti_platform_evmk2g.tar.dep
-endif
-package/rel/ti_platform_evmk2g/ti/platform/evmk2g/package/package.rel.xml: .force
- @$(MSG) generating external release references $@ ...
- $(XS) $(JSENV) -f $(XDCROOT)/packages/xdc/bld/rel.js $(MK_RELOPTS) . $@
-
-ti_platform_evmk2g.tar: package/rel/ti_platform_evmk2g.xdc.inc package/rel/ti_platform_evmk2g/ti/platform/evmk2g/package/package.rel.xml
- @$(MSG) making release file $@ "(because of $(firstword $?))" ...
- -$(RM) $@
- $(call MKRELTAR,package/rel/ti_platform_evmk2g.xdc.inc,package/rel/ti_platform_evmk2g.tar.dep)
-
-
-release release,ti_platform_evmk2g: all ti_platform_evmk2g.tar
-clean:: .clean
- -$(RM) ti_platform_evmk2g.tar
- -$(RM) package/rel/ti_platform_evmk2g.xdc.inc
- -$(RM) package/rel/ti_platform_evmk2g.tar.dep
-
-clean:: .clean
- -$(RM) .libraries .libraries,*
-clean::
- -$(RM) .dlls .dlls,*
-#
-# The following clean rule removes user specified
-# generated files or directories.
-#
-
-ifneq (clean,$(MAKECMDGOALS))
-ifeq (,$(wildcard package))
- $(shell $(MKDIR) package)
-endif
-ifeq (,$(wildcard package/cfg))
- $(shell $(MKDIR) package/cfg)
-endif
-ifeq (,$(wildcard package/lib))
- $(shell $(MKDIR) package/lib)
-endif
-ifeq (,$(wildcard package/rel))
- $(shell $(MKDIR) package/rel)
-endif
-ifeq (,$(wildcard package/internal))
- $(shell $(MKDIR) package/internal)
-endif
-endif
-clean::
- -$(RMDIR) package
-
-
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package.xdc b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package.xdc
+++ /dev/null
@@ -1,17 +0,0 @@
-/******************************************************************************
- * FILE PURPOSE: Package specification file
- ******************************************************************************
- * FILE NAME: package.xdc
- *
- * DESCRIPTION:
- * This file contains the package specification for the platform library
- *
- * Copyright (C) 2014, Texas Instruments, Inc.
- *****************************************************************************/
-
-requires ti.csl;
-
-package ti.platform.evmk2g[1, 0, 0, 0] {
- module Settings;
-}
-
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package.xs b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package.xs
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- * ======== package.xs ========
- *
- */
-
-
-/*
- * ======== Package.getLibs ========
- * This function is called when a program's configuration files are
- * being generated and it returns the name of a library appropriate
- * for the program's configuration.
- */
-
-function getLibs(prog)
-{
- var lib = "";
-
- if (prog.build.target.suffix == "e66")
- {
- if (this.profile.match(/debug/))
- {
- lib = "platform_lib/lib/debug/ti.platform.evmk2g.ae66";
- } else
- {
- lib = "platform_lib/lib/release/ti.platform.evmk2g.ae66";
- }
- }
- else if (prog.build.target.suffix == "e66e")
- {
- /* Big-Endian mode is not supported */
- }
-
- if (java.io.File(this.packageBase + lib).exists()) {
- return lib;
- }
-
- /* could not find any library, throw exception */
- throw Error("Library not found: " + this.packageBase + lib);
-}
-
-/*
- * ======== package.close ========
- */
-function close()
-{
- if (xdc.om.$name != 'cfg') {
- return;
- }
-}
-
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/.vers_b160 b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/.vers_b160
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/.vers_g180 b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/.vers_g180
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/.vers_r170 b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/.vers_r170
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/.xdc-z63 b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/.xdc-z63
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/build.cfg b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/build.cfg
+++ /dev/null
@@ -1,9 +0,0 @@
-if (pkg.$vers.length >= 3) {
- pkg.$vers.push(Packages.xdc.services.global.Vers.getDate(xdc.csd() + '/..'));
-}
-
-pkg.build.libraries = [
-];
-
-pkg.build.libDesc = [
-];
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/internal/Settings.xdc.h b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/internal/Settings.xdc.h
+++ /dev/null
@@ -1,75 +0,0 @@
-/*
- * Do not modify this file; it is automatically
- * generated and any modifications will be overwritten.
- *
- * @(#) xdc-z63
- */
-
-#ifndef ti_platform_evmk2g_Settings__INTERNAL__
-#define ti_platform_evmk2g_Settings__INTERNAL__
-
-#ifndef ti_platform_evmk2g_Settings__internalaccess
-#define ti_platform_evmk2g_Settings__internalaccess
-#endif
-
-#include <ti/platform/evmk2g/Settings.h>
-
-#undef xdc_FILE__
-#ifndef xdc_FILE
-#define xdc_FILE__ NULL
-#else
-#define xdc_FILE__ xdc_FILE
-#endif
-
-/* Module_startup */
-#undef ti_platform_evmk2g_Settings_Module_startup
-#define ti_platform_evmk2g_Settings_Module_startup ti_platform_evmk2g_Settings_Module_startup__F
-
-/* Instance_init */
-#undef ti_platform_evmk2g_Settings_Instance_init
-#define ti_platform_evmk2g_Settings_Instance_init ti_platform_evmk2g_Settings_Instance_init__F
-
-/* Instance_finalize */
-#undef ti_platform_evmk2g_Settings_Instance_finalize
-#define ti_platform_evmk2g_Settings_Instance_finalize ti_platform_evmk2g_Settings_Instance_finalize__F
-
-/* per-module runtime symbols */
-#undef Module__MID
-#define Module__MID ti_platform_evmk2g_Settings_Module__id__C
-#undef Module__DGSINCL
-#define Module__DGSINCL ti_platform_evmk2g_Settings_Module__diagsIncluded__C
-#undef Module__DGSENAB
-#define Module__DGSENAB ti_platform_evmk2g_Settings_Module__diagsEnabled__C
-#undef Module__DGSMASK
-#define Module__DGSMASK ti_platform_evmk2g_Settings_Module__diagsMask__C
-#undef Module__LOGDEF
-#define Module__LOGDEF ti_platform_evmk2g_Settings_Module__loggerDefined__C
-#undef Module__LOGOBJ
-#define Module__LOGOBJ ti_platform_evmk2g_Settings_Module__loggerObj__C
-#undef Module__LOGFXN0
-#define Module__LOGFXN0 ti_platform_evmk2g_Settings_Module__loggerFxn0__C
-#undef Module__LOGFXN1
-#define Module__LOGFXN1 ti_platform_evmk2g_Settings_Module__loggerFxn1__C
-#undef Module__LOGFXN2
-#define Module__LOGFXN2 ti_platform_evmk2g_Settings_Module__loggerFxn2__C
-#undef Module__LOGFXN4
-#define Module__LOGFXN4 ti_platform_evmk2g_Settings_Module__loggerFxn4__C
-#undef Module__LOGFXN8
-#define Module__LOGFXN8 ti_platform_evmk2g_Settings_Module__loggerFxn8__C
-#undef Module__G_OBJ
-#define Module__G_OBJ ti_platform_evmk2g_Settings_Module__gateObj__C
-#undef Module__G_PRMS
-#define Module__G_PRMS ti_platform_evmk2g_Settings_Module__gatePrms__C
-#undef Module__GP_create
-#define Module__GP_create ti_platform_evmk2g_Settings_Module_GateProxy_create
-#undef Module__GP_delete
-#define Module__GP_delete ti_platform_evmk2g_Settings_Module_GateProxy_delete
-#undef Module__GP_enter
-#define Module__GP_enter ti_platform_evmk2g_Settings_Module_GateProxy_enter
-#undef Module__GP_leave
-#define Module__GP_leave ti_platform_evmk2g_Settings_Module_GateProxy_leave
-#undef Module__GP_query
-#define Module__GP_query ti_platform_evmk2g_Settings_Module_GateProxy_query
-
-
-#endif /* ti_platform_evmk2g_Settings__INTERNAL____ */
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/package.bld.xml b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/package.bld.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="windows-1252"?>
-<!-- This file conforms to the DTD xdc/bld/build.dtd -->
-<package name="ti.platform.evmk2g" version="1, 0, 0, 0" producerId="undefined">
- <units>
- <module name="Settings"/>
- </units>
- <sources>
- </sources>
- <configscripts>
- </configscripts>
- <makefiles>
- <srcFile name="package.mak" src="package.bld"/>
- <srcFile name="package/package.xdc.dep" src="package.xdc"/>
- <srcFile name="package/package.cfg.dep" src="package.xdc"/>
- <srcFile name="package/rel/ti_platform_evmk2g.tar.dep" src="package/rel/ti_platform_evmk2g.xdc.inc"/>
- </makefiles>
- <targets>
- </targets>
- <libraries>
- </libraries>
- <configurations>
- </configurations>
- <executables>
- </executables>
- <tests>
- </tests>
- <releases relDir="package/rel/">
- <release name="ti_platform_evmk2g"
- pname="ti_platform_evmk2g.tar"
- label="default"
- >
- <file name="package/package.bld.xml"/>
- <file name="package/build.cfg"/>
- <file name="package/package.xdc.inc"/>
- <file name="package/package.cfg.xdc.inc"/>
- </release>
- </releases>
- <repositories>
- </repositories>
-</package>
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/package.defs.h b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/package.defs.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Do not modify this file; it is automatically
- * generated and any modifications will be overwritten.
- *
- * @(#) xdc-z63
- */
-
-#ifndef ti_platform_evmk2g__
-#define ti_platform_evmk2g__
-
-
-/*
- * ======== module ti.platform.evmk2g.Settings ========
- */
-
-
-
-#endif /* ti_platform_evmk2g__ */
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/package.xdc.dep b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/package.xdc.dep
+++ /dev/null
@@ -1,60 +0,0 @@
-clean::
- $(RM) package/ti.platform.evmk2g.sch
- $(RM) package/.vers_g180
- $(RM) package/.vers_r170
- $(RM) package/.vers_b160
- $(RM) package/.xdc-z63
- $(RM) package/ti_platform_evmk2g.java
- $(RM) package/ti_platform_evmk2g.class
- $(RM) package/package_ti.platform.evmk2g.c
- $(RM) package/package.defs.h
- $(RM) Settings.h
- $(RM) package/internal/Settings.xdc.h
- $(RM) package/ti.platform.evmk2g.ccs
-
-.interfaces: package/ti.platform.evmk2g.sch package/.vers_g180 package/.vers_r170 package/.vers_b160 package/.xdc-z63 package/ti_platform_evmk2g.java package/package_ti.platform.evmk2g.c package/package.defs.h Settings.h package/internal/Settings.xdc.h package/ti.platform.evmk2g.ccs
-package/package.xdc.inc: package/.vers_g180
-package/.vers_g180:
-package/package.xdc.inc: package/.vers_r170
-package/.vers_r170:
-package/package.xdc.inc: package/.vers_b160
-package/.vers_b160:
-
-.interfaces: Settings.xdc
-
-# schema include file dependencies
-package.xs:
-package/package.xdc.inc: package.xs
-
-# schema update dependencies
-package/package.xdc.inc: Settings.xdc
-package/package.xdc.inc: xdc/IPackage.xdc
-xdc/IPackage.xdc:
-vpath xdc/IPackage.xdc $(XPKGVPATH)
-
-ifneq (clean,$(MAKECMDGOALS))
-C:/ti/xdctools_3_25_06_96/packages/xdc/shelf/java/tar.jar:
-package/package.xdc.inc: C:/ti/xdctools_3_25_06_96/packages/xdc/shelf/java/tar.jar
-C:/ti/xdctools_3_25_06_96/packages/xdc/services/intern/xsr/java/package.jar:
-package/package.xdc.inc: C:/ti/xdctools_3_25_06_96/packages/xdc/services/intern/xsr/java/package.jar
-C:/ti/xdctools_3_25_06_96/packages/xdc/services/global/java/package.jar:
-package/package.xdc.inc: C:/ti/xdctools_3_25_06_96/packages/xdc/services/global/java/package.jar
-C:/ti/xdctools_3_25_06_96/packages/xdc/services/spec/java/package.jar:
-package/package.xdc.inc: C:/ti/xdctools_3_25_06_96/packages/xdc/services/spec/java/package.jar
-C:/ti/xdctools_3_25_06_96/packages/xdc/services/intern/gen/java/package.jar:
-package/package.xdc.inc: C:/ti/xdctools_3_25_06_96/packages/xdc/services/intern/gen/java/package.jar
-C:/ti/xdctools_3_25_06_96/packages/xdc/shelf/java/antlr.jar:
-package/package.xdc.inc: C:/ti/xdctools_3_25_06_96/packages/xdc/shelf/java/antlr.jar
-C:/ti/xdctools_3_25_06_96/packages/xdc/shelf/java/ecj.jar:
-package/package.xdc.inc: C:/ti/xdctools_3_25_06_96/packages/xdc/shelf/java/ecj.jar
-C:/ti/xdctools_3_25_06_96/packages/xdc/services/intern/cmd/java/package.jar:
-package/package.xdc.inc: C:/ti/xdctools_3_25_06_96/packages/xdc/services/intern/cmd/java/package.jar
-C:/ti/xdctools_3_25_06_96/packages/xdc/shelf/java/js.jar:
-package/package.xdc.inc: C:/ti/xdctools_3_25_06_96/packages/xdc/shelf/java/js.jar
-endif
-# goals for files generated during schema generation but unspecified by schema's pattern rule
-package/package.xdc.inc: Settings.h
-Settings.h:
-package/package.xdc.inc: package/internal/Settings.xdc.h
-package/internal/Settings.xdc.h:
-
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/package.xdc.inc b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/package.xdc.inc
+++ /dev/null
@@ -1,15 +0,0 @@
-package.xdc
-package.xs
-Settings.xdc
-package/ti.platform.evmk2g.sch
-package/.vers_g180
-package/.vers_r170
-package/.vers_b160
-package/.xdc-z63
-package/ti_platform_evmk2g.java
-package/ti_platform_evmk2g.class
-package/package_ti.platform.evmk2g.c
-package/package.defs.h
-Settings.h
-package/internal/Settings.xdc.h
-package/ti.platform.evmk2g.ccs
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/package_ti.platform.evmk2g.c b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/package_ti.platform.evmk2g.c
--- a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/package_ti.platform.evmk2g.c
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Do not modify this file; it is automatically
- * generated and any modifications will be overwritten.
- *
- * @(#) xdc-z63
- */
-
-#include <xdc/std.h>
-
-__FAR__ char ti_platform_evmk2g__dummy__;
-
-#define __xdc_PKGVERS 1, 0, 0, 0
-#define __xdc_PKGNAME ti.platform.evmk2g
-#define __xdc_PKGPREFIX ti_platform_evmk2g_
-
-#ifdef __xdc_bld_pkg_c__
-#define __stringify(a) #a
-#define __local_include(a) __stringify(a)
-#include __local_include(__xdc_bld_pkg_c__)
-#endif
-
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/rel/ti_platform_evmk2g.xdc.inc b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/rel/ti_platform_evmk2g.xdc.inc
--- a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/rel/ti_platform_evmk2g.xdc.inc
+++ /dev/null
@@ -1,4 +0,0 @@
-package/package.bld.xml
-package/build.cfg
-package/package.xdc.inc
-package/package.cfg.xdc.inc
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/rel/ti_platform_evmk2g.xdc.ninc b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/rel/ti_platform_evmk2g.xdc.ninc
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/ti.platform.evmk2g.ccs b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/ti.platform.evmk2g.ccs
deleted file mode 100644 (file)
index 1070a6b..0000000
Binary files a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/ti.platform.evmk2g.ccs and /dev/null differ
index 1070a6b..0000000
Binary files a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/ti.platform.evmk2g.ccs and /dev/null differ
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/ti.platform.evmk2g.sch b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/ti.platform.evmk2g.sch
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/ti_platform_evmk2g.class b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/ti_platform_evmk2g.class
deleted file mode 100644 (file)
index 367f337..0000000
Binary files a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/ti_platform_evmk2g.class and /dev/null differ
index 367f337..0000000
Binary files a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/ti_platform_evmk2g.class and /dev/null differ
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/ti_platform_evmk2g.java b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/package/ti_platform_evmk2g.java
+++ /dev/null
@@ -1,300 +0,0 @@
-/*
- * Do not modify this file; it is automatically
- * generated and any modifications will be overwritten.
- *
- * @(#) xdc-z63
- */
-import java.util.*;
-import org.mozilla.javascript.*;
-import xdc.services.intern.xsr.*;
-import xdc.services.spec.Session;
-
-public class ti_platform_evmk2g
-{
- static final String VERS = "@(#) xdc-z63\n";
-
- static final Proto.Elm $$T_Bool = Proto.Elm.newBool();
- static final Proto.Elm $$T_Num = Proto.Elm.newNum();
- static final Proto.Elm $$T_Str = Proto.Elm.newStr();
- static final Proto.Elm $$T_Obj = Proto.Elm.newObj();
-
- static final Proto.Fxn $$T_Met = new Proto.Fxn(null, null, 0, -1, false);
- static final Proto.Map $$T_Map = new Proto.Map($$T_Obj);
- static final Proto.Arr $$T_Vec = new Proto.Arr($$T_Obj);
-
- static final XScriptO $$DEFAULT = Value.DEFAULT;
- static final Object $$UNDEF = Undefined.instance;
-
- static final Proto.Obj $$Package = (Proto.Obj)Global.get("$$Package");
- static final Proto.Obj $$Module = (Proto.Obj)Global.get("$$Module");
- static final Proto.Obj $$Instance = (Proto.Obj)Global.get("$$Instance");
- static final Proto.Obj $$Params = (Proto.Obj)Global.get("$$Params");
-
- static final Object $$objFldGet = Global.get("$$objFldGet");
- static final Object $$objFldSet = Global.get("$$objFldSet");
- static final Object $$proxyGet = Global.get("$$proxyGet");
- static final Object $$proxySet = Global.get("$$proxySet");
- static final Object $$delegGet = Global.get("$$delegGet");
- static final Object $$delegSet = Global.get("$$delegSet");
-
- Scriptable xdcO;
- Session ses;
- Value.Obj om;
-
- boolean isROV;
- boolean isCFG;
-
- Proto.Obj pkgP;
- Value.Obj pkgV;
-
- ArrayList<Object> imports = new ArrayList<Object>();
- ArrayList<Object> loggables = new ArrayList<Object>();
- ArrayList<Object> mcfgs = new ArrayList<Object>();
- ArrayList<Object> icfgs = new ArrayList<Object>();
- ArrayList<String> inherits = new ArrayList<String>();
- ArrayList<Object> proxies = new ArrayList<Object>();
- ArrayList<Object> sizes = new ArrayList<Object>();
- ArrayList<Object> tdefs = new ArrayList<Object>();
-
- void $$IMPORTS()
- {
- Global.callFxn("loadPackage", xdcO, "ti.csl");
- Global.callFxn("loadPackage", xdcO, "xdc");
- Global.callFxn("loadPackage", xdcO, "xdc.corevers");
- Global.callFxn("loadPackage", xdcO, "xdc.runtime");
- }
-
- void $$OBJECTS()
- {
- pkgP = (Proto.Obj)om.bind("ti.platform.evmk2g.Package", new Proto.Obj());
- pkgV = (Value.Obj)om.bind("ti.platform.evmk2g", new Value.Obj("ti.platform.evmk2g", pkgP));
- }
-
- void Settings$$OBJECTS()
- {
- Proto.Obj po, spo;
- Value.Obj vo;
-
- po = (Proto.Obj)om.bind("ti.platform.evmk2g.Settings.Module", new Proto.Obj());
- vo = (Value.Obj)om.bind("ti.platform.evmk2g.Settings", new Value.Obj("ti.platform.evmk2g.Settings", po));
- pkgV.bind("Settings", vo);
- // decls
- }
-
- void Settings$$CONSTS()
- {
- // module Settings
- }
-
- void Settings$$CREATES()
- {
- Proto.Fxn fxn;
- StringBuilder sb;
-
- }
-
- void Settings$$FUNCTIONS()
- {
- Proto.Fxn fxn;
-
- }
-
- void Settings$$SIZES()
- {
- Proto.Str so;
- Object fxn;
-
- }
-
- void Settings$$TYPES()
- {
- Scriptable cap;
- Proto.Obj po;
- Proto.Str ps;
- Proto.Typedef pt;
- Object fxn;
-
- po = (Proto.Obj)om.findStrict("ti.platform.evmk2g.Settings.Module", "ti.platform.evmk2g");
- po.init("ti.platform.evmk2g.Settings.Module", om.findStrict("xdc.runtime.IModule.Module", "ti.platform.evmk2g"));
- po.addFld("$hostonly", $$T_Num, 0, "r");
- if (isCFG) {
- po.addFld("platformLibVersionString", $$T_Str, "3.02.00.00", "w");
- }//isCFG
- }
-
- void Settings$$ROV()
- {
- Proto.Obj po;
- Value.Obj vo;
-
- vo = (Value.Obj)om.findStrict("ti.platform.evmk2g.Settings", "ti.platform.evmk2g");
- }
-
- void $$SINGLETONS()
- {
- pkgP.init("ti.platform.evmk2g.Package", (Proto.Obj)om.findStrict("xdc.IPackage.Module", "ti.platform.evmk2g"));
- Scriptable cap = (Scriptable)Global.callFxn("loadCapsule", xdcO, "ti/platform/evmk2g/package.xs");
- om.bind("xdc.IPackage$$capsule", cap);
- Object fxn;
- fxn = Global.get(cap, "init");
- if (fxn != null) pkgP.addFxn("init", (Proto.Fxn)om.findStrict("xdc.IPackage$$init", "ti.platform.evmk2g"), fxn);
- fxn = Global.get(cap, "close");
- if (fxn != null) pkgP.addFxn("close", (Proto.Fxn)om.findStrict("xdc.IPackage$$close", "ti.platform.evmk2g"), fxn);
- fxn = Global.get(cap, "validate");
- if (fxn != null) pkgP.addFxn("validate", (Proto.Fxn)om.findStrict("xdc.IPackage$$validate", "ti.platform.evmk2g"), fxn);
- fxn = Global.get(cap, "exit");
- if (fxn != null) pkgP.addFxn("exit", (Proto.Fxn)om.findStrict("xdc.IPackage$$exit", "ti.platform.evmk2g"), fxn);
- fxn = Global.get(cap, "getLibs");
- if (fxn != null) pkgP.addFxn("getLibs", (Proto.Fxn)om.findStrict("xdc.IPackage$$getLibs", "ti.platform.evmk2g"), fxn);
- fxn = Global.get(cap, "getSects");
- if (fxn != null) pkgP.addFxn("getSects", (Proto.Fxn)om.findStrict("xdc.IPackage$$getSects", "ti.platform.evmk2g"), fxn);
- pkgP.bind("$capsule", cap);
- pkgV.init2(pkgP, "ti.platform.evmk2g", Value.DEFAULT, false);
- pkgV.bind("$name", "ti.platform.evmk2g");
- pkgV.bind("$category", "Package");
- pkgV.bind("$$qn", "ti.platform.evmk2g.");
- pkgV.bind("$vers", Global.newArray("1, 0, 0, 0"));
- Value.Map atmap = (Value.Map)pkgV.getv("$attr");
- atmap.seal("length");
- imports.clear();
- imports.add(Global.newArray("ti.csl", Global.newArray()));
- pkgV.bind("$imports", imports);
- StringBuilder sb = new StringBuilder();
- sb.append("var pkg = xdc.om['ti.platform.evmk2g'];\n");
- sb.append("if (pkg.$vers.length >= 3) {\n");
- sb.append("pkg.$vers.push(Packages.xdc.services.global.Vers.getDate(xdc.csd() + '/..'));\n");
- sb.append("}\n");
- sb.append("pkg.build.libraries = [\n");
- sb.append("];\n");
- sb.append("pkg.build.libDesc = [\n");
- sb.append("];\n");
- Global.eval(sb.toString());
- }
-
- void Settings$$SINGLETONS()
- {
- Proto.Obj po;
- Value.Obj vo;
-
- vo = (Value.Obj)om.findStrict("ti.platform.evmk2g.Settings", "ti.platform.evmk2g");
- po = (Proto.Obj)om.findStrict("ti.platform.evmk2g.Settings.Module", "ti.platform.evmk2g");
- vo.init2(po, "ti.platform.evmk2g.Settings", $$DEFAULT, false);
- vo.bind("Module", po);
- vo.bind("$category", "Module");
- vo.bind("$capsule", $$UNDEF);
- vo.bind("$package", om.findStrict("ti.platform.evmk2g", "ti.platform.evmk2g"));
- tdefs.clear();
- proxies.clear();
- mcfgs.clear();
- icfgs.clear();
- inherits.clear();
- mcfgs.add("Module__diagsEnabled");
- icfgs.add("Module__diagsEnabled");
- mcfgs.add("Module__diagsIncluded");
- icfgs.add("Module__diagsIncluded");
- mcfgs.add("Module__diagsMask");
- icfgs.add("Module__diagsMask");
- mcfgs.add("Module__gateObj");
- icfgs.add("Module__gateObj");
- mcfgs.add("Module__gatePrms");
- icfgs.add("Module__gatePrms");
- mcfgs.add("Module__id");
- icfgs.add("Module__id");
- mcfgs.add("Module__loggerDefined");
- icfgs.add("Module__loggerDefined");
- mcfgs.add("Module__loggerObj");
- icfgs.add("Module__loggerObj");
- mcfgs.add("Module__loggerFxn0");
- icfgs.add("Module__loggerFxn0");
- mcfgs.add("Module__loggerFxn1");
- icfgs.add("Module__loggerFxn1");
- mcfgs.add("Module__loggerFxn2");
- icfgs.add("Module__loggerFxn2");
- mcfgs.add("Module__loggerFxn4");
- icfgs.add("Module__loggerFxn4");
- mcfgs.add("Module__loggerFxn8");
- icfgs.add("Module__loggerFxn8");
- mcfgs.add("Module__startupDoneFxn");
- icfgs.add("Module__startupDoneFxn");
- mcfgs.add("Object__count");
- icfgs.add("Object__count");
- mcfgs.add("Object__heap");
- icfgs.add("Object__heap");
- mcfgs.add("Object__sizeof");
- icfgs.add("Object__sizeof");
- mcfgs.add("Object__table");
- icfgs.add("Object__table");
- mcfgs.add("platformLibVersionString");
- vo.bind("$$tdefs", Global.newArray(tdefs.toArray()));
- vo.bind("$$proxies", Global.newArray(proxies.toArray()));
- vo.bind("$$mcfgs", Global.newArray(mcfgs.toArray()));
- vo.bind("$$icfgs", Global.newArray(icfgs.toArray()));
- inherits.add("xdc.runtime");
- vo.bind("$$inherits", Global.newArray(inherits.toArray()));
- ((Value.Arr)pkgV.getv("$modules")).add(vo);
- ((Value.Arr)om.findStrict("$modules", "ti.platform.evmk2g")).add(vo);
- vo.bind("$$instflag", 0);
- vo.bind("$$iobjflag", 0);
- vo.bind("$$sizeflag", 1);
- vo.bind("$$dlgflag", 0);
- vo.bind("$$iflag", 0);
- vo.bind("$$romcfgs", "|");
- vo.bind("$$nortsflag", 0);
- if (isCFG) {
- Proto.Str ps = (Proto.Str)vo.find("Module_State");
- if (ps != null) vo.bind("$object", ps.newInstance());
- vo.bind("$$meta_iobj", 1);
- }//isCFG
- vo.bind("$$fxntab", Global.newArray("ti_platform_evmk2g_Settings_Module__startupDone__E"));
- vo.bind("$$logEvtCfgs", Global.newArray());
- vo.bind("$$errorDescCfgs", Global.newArray());
- vo.bind("$$assertDescCfgs", Global.newArray());
- Value.Map atmap = (Value.Map)vo.getv("$attr");
- atmap.seal("length");
- vo.bind("MODULE_STARTUP$", 0);
- vo.bind("PROXY$", 0);
- loggables.clear();
- vo.bind("$$loggables", loggables.toArray());
- pkgV.bind("Settings", vo);
- ((Value.Arr)pkgV.getv("$unitNames")).add("Settings");
- }
-
- void $$INITIALIZATION()
- {
- Value.Obj vo;
-
- if (isCFG) {
- }//isCFG
- Global.callFxn("module$meta$init", (Scriptable)om.findStrict("ti.platform.evmk2g.Settings", "ti.platform.evmk2g"));
- Global.callFxn("init", pkgV);
- ((Value.Obj)om.getv("ti.platform.evmk2g.Settings")).bless();
- ((Value.Arr)om.findStrict("$packages", "ti.platform.evmk2g")).add(pkgV);
- }
-
- public void exec( Scriptable xdcO, Session ses )
- {
- this.xdcO = xdcO;
- this.ses = ses;
- om = (Value.Obj)xdcO.get("om", null);
-
- Object o = om.geto("$name");
- String s = o instanceof String ? (String)o : null;
- isCFG = s != null && s.equals("cfg");
- isROV = s != null && s.equals("rov");
-
- $$IMPORTS();
- $$OBJECTS();
- Settings$$OBJECTS();
- Settings$$CONSTS();
- Settings$$CREATES();
- Settings$$FUNCTIONS();
- Settings$$SIZES();
- Settings$$TYPES();
- if (isROV) {
- Settings$$ROV();
- }//isROV
- $$SINGLETONS();
- Settings$$SINGLETONS();
- $$INITIALIZATION();
- }
-}
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/platform_audio_test/analog/.ccsproject b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/platform_audio_test/analog/.ccsproject
--- a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/platform_audio_test/analog/.ccsproject
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<?ccsproject version="1.0"?>
-<projectOptions>
- <deviceVariant value="com.ti.ccstudio.deviceModel.C6000.GenericC66xxDevice"/>
- <deviceFamily value="C6000"/>
- <deviceEndianness value="little"/>
- <codegenToolVersion value="7.4.11"/>
- <isElfFormat value="true"/>
- <rts value="libc.a"/>
- <templateProperties value="id=org.eclipse.rtsc.project.templates.EmptyRtscApplication,buildProfile=release,isHybrid=true,"/>
- <isTargetManual value="false"/>
-</projectOptions>
diff --git a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/platform_audio_test/analog/.cproject b/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/platform_audio_test/analog/.cproject
--- a/psdk_cust/pdk_k2g_1_0_1_0_eng/packages/ti/platform_org/evmk2g/platform_audio_test/analog/.cproject
+++ /dev/null
@@ -1,206 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?fileVersion 4.0.0?>
-
-<cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
- <storageModule configRelations="2" moduleId="org.eclipse.cdt.core.settings">
- <cconfiguration id="com.ti.ccstudio.buildDefinitions.C6000.Debug.1301012910">
- <storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="com.ti.ccstudio.buildDefinitions.C6000.Debug.1301012910" moduleId="org.eclipse.cdt.core.settings" name="Debug">
- <externalSettings/>
- <extensions>
- <extension id="com.ti.ccstudio.binaryparser.CoffParser" point="org.eclipse.cdt.core.BinaryParser"/>
- <extension id="com.ti.ccstudio.errorparser.CoffErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- <extension id="com.ti.ccstudio.errorparser.LinkErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- <extension id="com.ti.ccstudio.errorparser.AsmErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- <extension id="org.eclipse.rtsc.xdctools.parsers.ErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- </extensions>
- </storageModule>
- <storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <configuration artifactExtension="out" artifactName="${ProjName}" buildProperties="" cleanCommand="${CG_CLEAN_CMD}" description="" errorParsers="org.eclipse.rtsc.xdctools.parsers.ErrorParser;com.ti.ccstudio.errorparser.CoffErrorParser;com.ti.ccstudio.errorparser.LinkErrorParser;com.ti.ccstudio.errorparser.AsmErrorParser" id="com.ti.ccstudio.buildDefinitions.C6000.Debug.1301012910" name="Debug" parent="com.ti.ccstudio.buildDefinitions.C6000.Debug">
- <folderInfo id="com.ti.ccstudio.buildDefinitions.C6000.Debug.1301012910." name="/" resourcePath="">
- <toolChain id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.DebugToolchain.57400755" name="TI Build Tools" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.DebugToolchain" targetTool="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.linkerDebug.419610609">
- <option id="com.ti.ccstudio.buildDefinitions.core.OPT_TAGS.1777046440" superClass="com.ti.ccstudio.buildDefinitions.core.OPT_TAGS" valueType="stringList">
- <listOptionValue builtIn="false" value="DEVICE_CONFIGURATION_ID=com.ti.ccstudio.deviceModel.C6000.GenericC66xxDevice"/>
- <listOptionValue builtIn="false" value="DEVICE_ENDIANNESS=little"/>
- <listOptionValue builtIn="false" value="OUTPUT_FORMAT=ELF"/>
- <listOptionValue builtIn="false" value="CCS_MBS_VERSION=5.5.0"/>
- <listOptionValue builtIn="false" value="LINKER_COMMAND_FILE="/>
- <listOptionValue builtIn="false" value="RUNTIME_SUPPORT_LIBRARY=libc.a"/>
- <listOptionValue builtIn="false" value="RTSC_MBS_VERSION=2.2.0"/>
- <listOptionValue builtIn="false" value="XDC_VERSION=3.30.6.67"/>
- <listOptionValue builtIn="false" value="RTSC_PRODUCTS=com.ti.sdo.edma3:2.12.0;ti.pdk:3.2.0.0;com.ti.rtsc.SYSBIOS:6.41.2.41;"/>
- <listOptionValue builtIn="false" value="INACTIVE_REPOS="/>
- <listOptionValue builtIn="false" value="OUTPUT_TYPE=rtscApplication:executable"/>
- </option>
- <option id="com.ti.ccstudio.buildDefinitions.core.OPT_CODEGEN_VERSION.529142415" name="Compiler version" superClass="com.ti.ccstudio.buildDefinitions.core.OPT_CODEGEN_VERSION" value="7.4.4" valueType="string"/>
- <targetPlatform id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.targetPlatformDebug.814648182" name="Platform" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.targetPlatformDebug"/>
- <builder buildPath="${BuildDirectory}" id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.builderDebug.701763170" keepEnvironmentInBuildfile="false" name="GNU Make" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.builderDebug"/>
- <tool id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.compilerDebug.2070531924" name="C6000 Compiler" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.compilerDebug">
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.SILICON_VERSION.1972059374" name="Target processor version (--silicon_version, -mv)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.SILICON_VERSION" value="6600" valueType="string"/>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.ABI.1960988507" name="Application binary interface (coffabi, eabi) [See 'General' page to edit] (--abi)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.ABI" value="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.ABI.eabi" valueType="enumerated"/>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DEBUGGING_MODEL.349167097" name="Debugging model" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DEBUGGING_MODEL" value="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DEBUGGING_MODEL.SYMDEBUG__DWARF" valueType="enumerated"/>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.INCLUDE_PATH.1732046372" name="Add dir to #include search path (--include_path, -I)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.INCLUDE_PATH" valueType="includePath">
- <listOptionValue builtIn="false" value=""${CG_TOOL_ROOT}/include""/>
- <listOptionValue builtIn="false" value=""${PROJECT_ROOT}/../../platform_lib/include""/>
- <listOptionValue builtIn="false" value=""${PROJECT_ROOT}/include""/>
- <listOptionValue builtIn="false" value=""${PDK_INSTALL_PATH}/drv/mcasp""/>
- <listOptionValue builtIn="false" value=""${PDK_INSTALL_PATH}/platform""/>
- <listOptionValue builtIn="false" value=""${CSL_INSTALL_PATH}""/>
- </option>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DEFINE.1517032436" name="Pre-define NAME (--define, -D)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DEFINE" valueType="definedSymbols">
- <listOptionValue builtIn="false" value="DEVICE_K2G"/>
- </option>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DISPLAY_ERROR_NUMBER.774934794" name="Emit diagnostic identifier numbers (--display_error_number, -pden)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DISPLAY_ERROR_NUMBER" value="true" valueType="boolean"/>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DIAG_WARNING.1458489792" name="Treat diagnostic <id> as warning (--diag_warning, -pdsw)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DIAG_WARNING" valueType="stringList">
- <listOptionValue builtIn="false" value="225"/>
- </option>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DIAG_WRAP.489378058" name="Wrap diagnostic messages (--diag_wrap)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DIAG_WRAP" value="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DIAG_WRAP.off" valueType="enumerated"/>
- <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__C_SRCS.934144395" name="C Sources" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__C_SRCS"/>
- <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__CPP_SRCS.60687040" name="C++ Sources" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__CPP_SRCS"/>
- <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__ASM_SRCS.1352630426" name="Assembly Sources" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__ASM_SRCS"/>
- <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__ASM2_SRCS.663819763" name="Assembly Sources" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__ASM2_SRCS"/>
- </tool>
- <tool id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.linkerDebug.419610609" name="C6000 Linker" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.linkerDebug">
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.OUTPUT_FILE.1455445997" name="Specify output file name (--output_file, -o)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.OUTPUT_FILE" value=""${ProjName}.out"" valueType="string"/>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.MAP_FILE.220183622" name="Input and output sections listed into <file> (--map_file, -m)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.MAP_FILE" value=""${ProjName}.map"" valueType="string"/>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.SEARCH_PATH.4488055" name="Add <dir> to library search path (--search_path, -i)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.SEARCH_PATH" valueType="libPaths">
- <listOptionValue builtIn="false" value=""${CG_TOOL_ROOT}/lib""/>
- <listOptionValue builtIn="false" value=""${CG_TOOL_ROOT}/include""/>
- </option>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.DISPLAY_ERROR_NUMBER.134915250" name="Emit diagnostic identifier numbers (--display_error_number)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.DISPLAY_ERROR_NUMBER" value="true" valueType="boolean"/>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.DIAG_WRAP.572665655" name="Wrap diagnostic messages (--diag_wrap)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.DIAG_WRAP" value="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.DIAG_WRAP.off" valueType="enumerated"/>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.XML_LINK_INFO.1822406915" name="Detailed link information data-base into <file> (--xml_link_info, -xml_link_info)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.XML_LINK_INFO" value=""${ProjName}_linkInfo.xml"" valueType="string"/>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.LIBRARY.1785077566" name="Include library file or command file as input (--library, -l)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.LIBRARY" valueType="libs">
- <listOptionValue builtIn="false" value=""libc.a""/>
- </option>
- <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exeLinker.inputType__CMD_SRCS.1351408214" name="Linker Command Files" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exeLinker.inputType__CMD_SRCS"/>
- <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exeLinker.inputType__CMD2_SRCS.216375749" name="Linker Command Files" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exeLinker.inputType__CMD2_SRCS"/>
- <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exeLinker.inputType__GEN_CMDS.1250067170" name="Generated Linker Command Files" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exeLinker.inputType__GEN_CMDS"/>
- </tool>
- <tool id="com.ti.ccstudio.buildDefinitions.C6000_7.4.hex.558304492" name="C6000 Hex Utility" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.hex"/>
- <tool id="com.ti.rtsc.buildDefinitions.XDC_3.16.tool.189562461" name="XDCtools" superClass="com.ti.rtsc.buildDefinitions.XDC_3.16.tool">
- <option id="com.ti.rtsc.buildDefinitions.XDC_3.16.tool.XDC_PATH.1332743061" name="Package repositories (--xdcpath)" superClass="com.ti.rtsc.buildDefinitions.XDC_3.16.tool.XDC_PATH" valueType="stringList">
- <listOptionValue builtIn="false" value=""${EDMA3_LLD_INSTALL_DIR}/packages""/>
- <listOptionValue builtIn="false" value=""${TI_PDK_INSTALL_DIR}/packages""/>
- <listOptionValue builtIn="false" value=""${TARGET_CONTENT_BASE}""/>
- <listOptionValue builtIn="false" value=""${BIOS_CG_ROOT}/packages""/>
- </option>
- <option id="com.ti.rtsc.buildDefinitions.XDC_3.16.tool.TARGET.570149937" name="Target (-t)" superClass="com.ti.rtsc.buildDefinitions.XDC_3.16.tool.TARGET" value="ti.targets.elf.C66" valueType="string"/>
- <option id="com.ti.rtsc.buildDefinitions.XDC_3.16.tool.PLATFORM.25336841" name="Platform (-p)" superClass="com.ti.rtsc.buildDefinitions.XDC_3.16.tool.PLATFORM" value="ti.platforms.evmTCI66AK2G02" valueType="string"/>
- <option id="com.ti.rtsc.buildDefinitions.XDC_3.16.tool.PLATFORM_RAW.562128339" name="Platform (-p)" superClass="com.ti.rtsc.buildDefinitions.XDC_3.16.tool.PLATFORM_RAW" value="ti.platforms.evmTCI66AK2G02" valueType="string"/>
- <option id="com.ti.rtsc.buildDefinitions.XDC_3.16.tool.BUILD_PROFILE.1667146107" name="Build-profile (-r)" superClass="com.ti.rtsc.buildDefinitions.XDC_3.16.tool.BUILD_PROFILE" value="debug" valueType="string"/>
- <option id="com.ti.rtsc.buildDefinitions.XDC_3.16.tool.CODEGEN_TOOL_DIR.2078824621" name="Compiler tools directory (-c)" superClass="com.ti.rtsc.buildDefinitions.XDC_3.16.tool.CODEGEN_TOOL_DIR" value=""${CG_TOOL_ROOT}"" valueType="string"/>
- </tool>
- </toolChain>
- </folderInfo>
- </configuration>
- </storageModule>
- <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
- </cconfiguration>
- <cconfiguration id="com.ti.ccstudio.buildDefinitions.C6000.Release.361549806">
- <storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="com.ti.ccstudio.buildDefinitions.C6000.Release.361549806" moduleId="org.eclipse.cdt.core.settings" name="Release">
- <externalSettings/>
- <extensions>
- <extension id="com.ti.ccstudio.binaryparser.CoffParser" point="org.eclipse.cdt.core.BinaryParser"/>
- <extension id="com.ti.ccstudio.errorparser.CoffErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- <extension id="com.ti.ccstudio.errorparser.LinkErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- <extension id="com.ti.ccstudio.errorparser.AsmErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- <extension id="org.eclipse.rtsc.xdctools.parsers.ErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
- </extensions>
- </storageModule>
- <storageModule moduleId="cdtBuildSystem" version="4.0.0">
- <configuration artifactExtension="out" artifactName="${ProjName}" buildProperties="" cleanCommand="${CG_CLEAN_CMD}" description="" errorParsers="org.eclipse.rtsc.xdctools.parsers.ErrorParser;com.ti.ccstudio.errorparser.CoffErrorParser;com.ti.ccstudio.errorparser.LinkErrorParser;com.ti.ccstudio.errorparser.AsmErrorParser" id="com.ti.ccstudio.buildDefinitions.C6000.Release.361549806" name="Release" parent="com.ti.ccstudio.buildDefinitions.C6000.Release">
- <folderInfo id="com.ti.ccstudio.buildDefinitions.C6000.Release.361549806." name="/" resourcePath="">
- <toolChain id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.ReleaseToolchain.95022308" name="TI Build Tools" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.ReleaseToolchain" targetTool="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.linkerRelease.970619825">
- <option id="com.ti.ccstudio.buildDefinitions.core.OPT_TAGS.1852469070" superClass="com.ti.ccstudio.buildDefinitions.core.OPT_TAGS" valueType="stringList">
- <listOptionValue builtIn="false" value="DEVICE_CONFIGURATION_ID=com.ti.ccstudio.deviceModel.C6000.GenericC66xxDevice"/>
- <listOptionValue builtIn="false" value="DEVICE_ENDIANNESS=little"/>
- <listOptionValue builtIn="false" value="OUTPUT_FORMAT=ELF"/>
- <listOptionValue builtIn="false" value="CCS_MBS_VERSION=5.5.0"/>
- <listOptionValue builtIn="false" value="LINKER_COMMAND_FILE="/>
- <listOptionValue builtIn="false" value="RUNTIME_SUPPORT_LIBRARY=libc.a"/>
- <listOptionValue builtIn="false" value="RTSC_MBS_VERSION=2.2.0"/>
- <listOptionValue builtIn="false" value="XDC_VERSION=3.30.6.67"/>
- <listOptionValue builtIn="false" value="RTSC_PRODUCTS=com.ti.sdo.edma3:2.12.0;ti.pdk:3.2.0.0;com.ti.rtsc.SYSBIOS:6.41.2.41;"/>
- <listOptionValue builtIn="false" value="INACTIVE_REPOS="/>
- <listOptionValue builtIn="false" value="OUTPUT_TYPE=rtscApplication:executable"/>
- </option>
- <option id="com.ti.ccstudio.buildDefinitions.core.OPT_CODEGEN_VERSION.1022175571" name="Compiler version" superClass="com.ti.ccstudio.buildDefinitions.core.OPT_CODEGEN_VERSION" value="7.4.4" valueType="string"/>
- <targetPlatform id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.targetPlatformRelease.1769307832" name="Platform" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.targetPlatformRelease"/>
- <builder buildPath="${BuildDirectory}" id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.builderRelease.1027260639" keepEnvironmentInBuildfile="false" name="GNU Make" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.builderRelease"/>
- <tool id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.compilerRelease.1791684850" name="C6000 Compiler" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.compilerRelease">
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.SILICON_VERSION.1757788119" name="Target processor version (--silicon_version, -mv)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.SILICON_VERSION" value="6600" valueType="string"/>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.ABI.1987760516" name="Application binary interface (coffabi, eabi) [See 'General' page to edit] (--abi)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.ABI" value="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.ABI.eabi" valueType="enumerated"/>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.INCLUDE_PATH.1255239387" name="Add dir to #include search path (--include_path, -I)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.INCLUDE_PATH" valueType="includePath">
- <listOptionValue builtIn="false" value=""${CG_TOOL_ROOT}/include""/>
- <listOptionValue builtIn="false" value=""${PROJECT_ROOT}/../../platform_lib/include""/>
- <listOptionValue builtIn="false" value=""${PROJECT_ROOT}/include""/>
- <listOptionValue builtIn="false" value=""${PDK_INSTALL_PATH}/drv/mcasp""/>
- <listOptionValue builtIn="false" value=""${PDK_INSTALL_PATH}/platform""/>
- <listOptionValue builtIn="false" value=""${CSL_INSTALL_PATH}""/>
- </option>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DEFINE.1408812542" name="Pre-define NAME (--define, -D)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DEFINE" valueType="definedSymbols">
- <listOptionValue builtIn="false" value="DEVICE_K2G"/>
- </option>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DISPLAY_ERROR_NUMBER.1059312103" name="Emit diagnostic identifier numbers (--display_error_number, -pden)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DISPLAY_ERROR_NUMBER" value="true" valueType="boolean"/>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DIAG_WARNING.1540053556" name="Treat diagnostic <id> as warning (--diag_warning, -pdsw)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DIAG_WARNING" valueType="stringList">
- <listOptionValue builtIn="false" value="225"/>
- </option>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DIAG_WRAP.746488045" name="Wrap diagnostic messages (--diag_wrap)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DIAG_WRAP" value="com.ti.ccstudio.buildDefinitions.C6000_7.4.compilerID.DIAG_WRAP.off" valueType="enumerated"/>
- <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__C_SRCS.1713511263" name="C Sources" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__C_SRCS"/>
- <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__CPP_SRCS.1338118469" name="C++ Sources" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__CPP_SRCS"/>
- <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__ASM_SRCS.1554403223" name="Assembly Sources" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__ASM_SRCS"/>
- <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__ASM2_SRCS.587578136" name="Assembly Sources" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.compiler.inputType__ASM2_SRCS"/>
- </tool>
- <tool id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.linkerRelease.970619825" name="C6000 Linker" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exe.linkerRelease">
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.OUTPUT_FILE.1616734943" name="Specify output file name (--output_file, -o)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.OUTPUT_FILE" value=""${ProjName}.out"" valueType="string"/>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.MAP_FILE.1063491895" name="Input and output sections listed into <file> (--map_file, -m)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.MAP_FILE" value=""${ProjName}.map"" valueType="string"/>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.SEARCH_PATH.6111485" name="Add <dir> to library search path (--search_path, -i)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.SEARCH_PATH" valueType="libPaths">
- <listOptionValue builtIn="false" value=""${CG_TOOL_ROOT}/lib""/>
- <listOptionValue builtIn="false" value=""${CG_TOOL_ROOT}/include""/>
- </option>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.DISPLAY_ERROR_NUMBER.561633704" name="Emit diagnostic identifier numbers (--display_error_number)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.DISPLAY_ERROR_NUMBER" value="true" valueType="boolean"/>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.DIAG_WRAP.1691696668" name="Wrap diagnostic messages (--diag_wrap)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.DIAG_WRAP" value="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.DIAG_WRAP.off" valueType="enumerated"/>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.XML_LINK_INFO.1946265745" name="Detailed link information data-base into <file> (--xml_link_info, -xml_link_info)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.XML_LINK_INFO" value=""${ProjName}_linkInfo.xml"" valueType="string"/>
- <option id="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.LIBRARY.1629614850" name="Include library file or command file as input (--library, -l)" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.linkerID.LIBRARY" valueType="libs">
- <listOptionValue builtIn="false" value=""libc.a""/>
- </option>
- <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exeLinker.inputType__CMD_SRCS.290687348" name="Linker Command Files" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exeLinker.inputType__CMD_SRCS"/>
- <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exeLinker.inputType__CMD2_SRCS.1059391156" name="Linker Command Files" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exeLinker.inputType__CMD2_SRCS"/>
- <inputType id="com.ti.ccstudio.buildDefinitions.C6000_7.4.exeLinker.inputType__GEN_CMDS.452088790" name="Generated Linker Command Files" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.exeLinker.inputType__GEN_CMDS"/>
- </tool>
- <tool id="com.ti.ccstudio.buildDefinitions.C6000_7.4.hex.881943148" name="C6000 Hex Utility" superClass="com.ti.ccstudio.buildDefinitions.C6000_7.4.hex"/>
- <tool id="com.ti.rtsc.buildDefinitions.XDC_3.16.tool.813410185" name="XDCtools" superClass="com.ti.rtsc.buildDefinitions.XDC_3.16.tool">
- <option id="com.ti.rtsc.buildDefinitions.XDC_3.16.tool.XDC_PATH.394019807" name="Package repositories (--xdcpath)" superClass="com.ti.rtsc.buildDefinitions.XDC_3.16.tool.XDC_PATH" valueType="stringList">
- <listOptionValue builtIn="false" value=""${TI_PDK_INSTALL_DIR}/packages""/>
- <listOptionValue builtIn="false" value=""${TARGET_CONTENT_BASE}""/>
- <listOptionValue builtIn="false" value=""${EDMA3_LLD_INSTALL_DIR}/packages""/>
-