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

📄 nand interface with adsp-21262.mak

📁 ADSP与NANDFLASH的连接
💻 MAK
字号:
# Generated by the VisualDSP++ IDDE

# Note:  Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE.  If you wish to preserve
# changes, rename this file and run it externally to the IDDE.

# The syntax of this Makefile is such that GNU Make v3.77 or higher is
# required.

# The current working directory should be the directory in which this
# Makefile resides.

# Supported targets:
#     NAND Interface with ADSP-21262_Debug
#     NAND Interface with ADSP-21262_Debug_clean

# Define this variable if you wish to run this Makefile on a host
# other than the host that created it and VisualDSP++ may be installed
# in a different directory.

ADI_DSP=C:\Program Files\Analog Devices\VisualDSP 4.0

ifndef ADI_DSP_MAKE
ADI_DSP_MAKE=C:/Program\ Files/Analog\ Devices/VisualDSP\ 4.0
endif

# $VDSP is a gmake-friendly version of ADI_DIR

empty:=
space:= $(empty) $(empty)
VDSP_INTERMEDIATE=$(subst \,/,$(ADI_DSP))
VDSP=$(subst $(space),\$(space),$(VDSP_INTERMEDIATE))

# Define the command to use to delete files (which is different on Win95/98
# and Windows NT/2000)

ifeq ($(OS),Windows_NT)
RM=cmd /C del /F /Q
else
RM=command /C del
endif

#
# Begin "NAND Interface with ADSP-21262_Debug" configuration
#

ifeq ($(MAKECMDGOALS),NAND Interface with ADSP-21262_Debug)

NAND\ Interface\ with\ ADSP-21262_Debug : ./Debug/NAND\ Interface\ with\ ADSP-21262.dxe 

./Debug/BlockErase.doj :./BlockErase.asm $(ADI_DSP_MAKE)/212xx/include/def21262.h $(ADI_DSP_MAKE)/212xx/include/def21266.h $(ADI_DSP_MAKE)/212xx/include/def2126x.h 
	@echo ".\BlockErase.asm"
	$(VDSP)/easm21k.exe .\BlockErase.asm -proc ADSP-21262 -g -si-revision 0.1 -o .\Debug\BlockErase.doj -MM

./Debug/configdai.doj :./configdai.asm $(ADI_DSP_MAKE)/212xx/include/def21262.h $(ADI_DSP_MAKE)/212xx/include/def21266.h $(ADI_DSP_MAKE)/212xx/include/def2126x.h $(ADI_DSP_MAKE)/212xx/include/sru.h $(ADI_DSP_MAKE)/212xx/include/sru21262.h $(ADI_DSP_MAKE)/212xx/include/sru21266.h 
	@echo ".\configdai.asm"
	$(VDSP)/easm21k.exe .\configdai.asm -proc ADSP-21262 -g -si-revision 0.1 -o .\Debug\configdai.doj -MM

./Debug/delayfunc.doj :./delayfunc.asm 
	@echo ".\delayfunc.asm"
	$(VDSP)/easm21k.exe .\delayfunc.asm -proc ADSP-21262 -g -si-revision 0.1 -o .\Debug\delayfunc.doj -MM

./Debug/main.doj :./main.asm $(ADI_DSP_MAKE)/212xx/include/def21262.h $(ADI_DSP_MAKE)/212xx/include/def21266.h $(ADI_DSP_MAKE)/212xx/include/def2126x.h 
	@echo ".\main.asm"
	$(VDSP)/easm21k.exe .\main.asm -proc ADSP-21262 -g -si-revision 0.1 -o .\Debug\main.doj -MM

./Debug/PageProgram.doj :./PageProgram.asm $(ADI_DSP_MAKE)/212xx/include/def21262.h $(ADI_DSP_MAKE)/212xx/include/def21266.h $(ADI_DSP_MAKE)/212xx/include/def2126x.h 
	@echo ".\PageProgram.asm"
	$(VDSP)/easm21k.exe .\PageProgram.asm -proc ADSP-21262 -g -si-revision 0.1 -o .\Debug\PageProgram.doj -MM

./Debug/PageRead.doj :./PageRead.asm $(ADI_DSP_MAKE)/212xx/include/def21262.h $(ADI_DSP_MAKE)/212xx/include/def21266.h $(ADI_DSP_MAKE)/212xx/include/def2126x.h 
	@echo ".\PageRead.asm"
	$(VDSP)/easm21k.exe .\PageRead.asm -proc ADSP-21262 -g -si-revision 0.1 -o .\Debug\PageRead.doj -MM

./Debug/PPDMA.doj :./PPDMA.asm $(ADI_DSP_MAKE)/212xx/include/def21262.h $(ADI_DSP_MAKE)/212xx/include/def21266.h $(ADI_DSP_MAKE)/212xx/include/def2126x.h 
	@echo ".\PPDMA.asm"
	$(VDSP)/easm21k.exe .\PPDMA.asm -proc ADSP-21262 -g -si-revision 0.1 -o .\Debug\PPDMA.doj -MM

./Debug/ReadStatus.doj :./ReadStatus.asm $(ADI_DSP_MAKE)/212xx/include/def21262.h $(ADI_DSP_MAKE)/212xx/include/def21266.h $(ADI_DSP_MAKE)/212xx/include/def2126x.h 
	@echo ".\ReadStatus.asm"
	$(VDSP)/easm21k.exe .\ReadStatus.asm -proc ADSP-21262 -g -si-revision 0.1 -o .\Debug\ReadStatus.doj -MM

./Debug/NAND\ Interface\ with\ ADSP-21262.dxe :./NAND\ Interface\ with\ ADSP-21262.ldf ./Debug/BlockErase.doj ./Debug/configdai.doj ./Debug/delayfunc.doj ./Debug/main.doj ./Debug/PageProgram.doj ./Debug/PageRead.doj ./Debug/PPDMA.doj ./Debug/ReadStatus.doj $(ADI_DSP_MAKE)/212xx/lib/2126x_rev_0.0/libc26x.dlb $(ADI_DSP_MAKE)/212xx/lib/2126x_rev_0.0/libio.dlb $(ADI_DSP_MAKE)/212xx/lib/2126x_rev_0.0/libdsp26x.dlb 
	@echo "Linking..."
	$(VDSP)/cc21k.exe .\Debug\BlockErase.doj .\Debug\configdai.doj .\Debug\delayfunc.doj .\Debug\main.doj .\Debug\PageProgram.doj .\Debug\PageRead.doj .\Debug\PPDMA.doj .\Debug\ReadStatus.doj -T .\NAND\ Interface\ with\ ADSP-21262.ldf -L .\Debug -flags-link -od,.\Debug -o .\Debug\NAND\ Interface\ with\ ADSP-21262.dxe -proc ADSP-21262 -si-revision 0.1 -flags-link -MM

endif

ifeq ($(MAKECMDGOALS),NAND Interface with ADSP-21262_Debug_clean)

NAND\ Interface\ with\ ADSP-21262_Debug_clean:
	$(RM) ".\Debug\BlockErase.doj"
	$(RM) ".\Debug\configdai.doj"
	$(RM) ".\Debug\delayfunc.doj"
	$(RM) ".\Debug\main.doj"
	$(RM) ".\Debug\PageProgram.doj"
	$(RM) ".\Debug\PageRead.doj"
	$(RM) ".\Debug\PPDMA.doj"
	$(RM) ".\Debug\ReadStatus.doj"
	$(RM) ".\Debug\NAND Interface with ADSP-21262.dxe"
	$(RM) ".\Debug\*.ipa"
	$(RM) ".\Debug\*.opa"
	$(RM) ".\Debug\*.ti"
	$(RM) ".\*.rbld"

endif


⌨️ 快捷键说明

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