⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 c2812adcpwmtest.mk

📁 由MATLAB生成的AD的源代码
💻 MK
字号:
# $RCSfile: c2812adcpwmtest.mk,v $
# $Revision: 1.1.6.5 $ $Date: 2005/06/30 17:25:06 $
# Copyright 2003-2005 The MathWorks, Inc.
# 
# Abstract: Template for generating makefile in the
#           Embedded Real-Time Embedded Target for TI C2000(tm) DSP. 
#           This file is not used in the current implementation. 
#           Tokens (|>...<|) are expanded by make_rtw.
#
#       Real-Time Workshop's build mechanism checks to confirm the
#       type of "make" utility being used is consistent. As a result,
#       to avoid early termination by RTW, this file defines "gmake". 

MAKECMD         = dummytemplatemakefile_noerror
HOST            = PC
BUILD           = no
SYS_TARGET_FILE = ti_c2000_ert.tlc


#---------------------- Tokens expanded by make_rtw ---------------------------
#
# The following tokens, when wrapped with "|>" and "<|" are expanded by the 
# Real-Time Workshop build procedure.
#   
#  ---  ERT-only symbols:
#  INTEGER_CODE        - yes (1) or no (0): Is generated code purely integer
#  MAT_FILE            - yes (1) or no (0): Should mat file logging be done; if 0, the generated code runs indefinitely
#  MULTI_INSTANCE_CODE - Is the generated code multi instantiable (1/0)?
#  ADD_MDL_NAME_TO_GLOBALS - Do we add the model name to global 
#                        identifiers (1/0)?
#  TERMFCN             - include terminate function
#  ONESTEPFCN          - include one-step function
#  --- Shared with ERT and GRT formats:
#  MODEL_NAME          - Name of the Simulink block diagram
#  MODEL_MODULES       - Any additional generated source modules
#  MAKEFILE_NAME       - Name of makefile created from template makefile <model>.mk
#  MATLAB_ROOT         - Path to were MATLAB is installed.
#  MATLAB_BIN          - Path to MATLAB executable.
#  S_FUNCTIONS         - List of additional S-function modules.
#  S_FUNCTIONS_LIB     - List of S-functions libraries to link.  Also includes user-specified libs.
#  HASCPPSFUNCTION     - Are we compiling any C++ S-Function as .obj(1/0)
#  NUMST               - Number of sample times
#  NCSTATES            - Number of continuous states
#  BUILDARGS           - Options passed in at the command line.
#  MULTITASKING        - yes (1) or no (0): Is solver mode multitasking
#  EXT_MODE            - yes (1) or no (0): Build for external mode
#  EXTMODE_TRANSPORT   - Index of transport mechanism (e.g. tcpip, serial) for extmode
#  EXTMODE_STATIC      - yes (1) or no (0): Use static instead of dynamic mem alloc.
#  EXTMODE_STATIC_SIZE - Size of static memory allocation buffer.
#  START_EXPAND_INCLUDES
#  EXPAND_DIR_NAME
#  END_EXPAND_INCLUDES


#------------------------------ Include Path ----------------------------------
INCLUDES = "."  "$(MATLAB_ROOT)\toolbox\rtw\targets\tic2000\tic2000demos"  "$(MATLAB_ROOT)\work"  "$(MATLAB_ROOT)\work\c2812adcpwmtest_c2000_rtw"  "$(MATLAB_ROOT)\rtw\c\libsrc"  "F:\sun\simulink\include" "F:\sun\extern\include" "F:\sun\rtw\c\src" "F:\sun\rtw\c\src\ext_mode\common"

#----------------------------- Preprocessor Symbols -----------------------
DEFINES = "MODEL=c2812adcpwmtest" "RT" "NUMST=2" "TID01EQ=0" "NCSTATES=0" "MT=1" "USE_RTMODEL" "INTEGER_CODE=0" "MULTI_INSTANCE_CODE=0" "ADD_MDL_NAME_TO_GLOBALS=1" "TERMFCN=|>TERMFCN<|" "ONESTEPFCN=|>ONESTEPFCN<|"

#----------------------------- Source Files -----------------------------------
SRCS  = c2812adcpwmtest.c MW_c28xx_csl.c c2812adcpwmtest_data.c c2812adcpwmtest_main.c   

#------------------------------ Search Paths ----------------------------------
SRC_PATHS =  "$(MATLAB_ROOT)\rtw\c\libsrc"  

#----------------------------- User -specified libraries ------------------------
LIBS  = 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -