nand_flash_writer.pjt

来自「用于dm6467 开发平台的uboot源码」· PJT 代码 · 共 47 行

PJT
47
字号
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectDir="D:\Projects\Davinci-HD\Releases\0.5.0\nand_flash_writer\build\"
ProjectType=Executable
CPUFamily=TMS470R2X
Tool="Compiler"
Tool="CustomBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\source\davincihd.c"
Source="..\source\davincihd_ddr.c"
Source="..\source\davincihd_i2c.c"
Source="..\source\davincihd_i2c_gpio.c"
Source="..\source\davincihd_nandflash.c"
Source="..\source\davincihd_nandflash_erase.c"
Source="..\source\davincihd_nandflash_id.c"
Source="..\source\davincihd_nandflash_read.c"
Source="..\source\davincihd_nandflash_write.c"
Source="..\source\davincihd_pll.c"
Source="..\source\davincihd_psc.c"
Source="..\source\main.c"
Source="..\source\nandflash_test.c"
Source="linker.cmd"

["Compiler" Settings: "Debug"]
Options=-g -fr"$(Proj_dir)\Debug" -i".\..\include" -d"_DEBUG" -me -mv5e --abi=ti_arm9_abi

["Compiler" Settings: "Release"]
Options=-o3 -fr"$(Proj_dir)\Release" -mv5e --abi=ti_arm9_abi

["Linker" Settings: "Debug"]
Options=-c -m".\Debug\nand_flash_writer.map" -o".\Debug\nand_flash_writer.out" -w -x

["Linker" Settings: "Release"]
Options=-c -m".\Release\nand_flash_writer.map" -o".\Release\nand_flash_writer.out" -w -x

["linker.cmd" Settings: "Debug"]
LinkOrder=1

["linker.cmd" Settings: "Release"]
LinkOrder=1

⌨️ 快捷键说明

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