i2c_eeprom_writer.pjt
来自「用于dm6467 开发平台的uboot源码」· PJT 代码 · 共 43 行
PJT
43 行
; 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\i2c_eeprom_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_eeprom.c"
Source="..\source\davincihd_i2c.c"
Source="..\source\davincihd_i2c_gpio.c"
Source="..\source\davincihd_pll.c"
Source="..\source\davincihd_psc.c"
Source="..\source\eeprom_test.c"
Source="..\source\main.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\i2c_eeprom_writer.map" -o".\Debug\i2c_eeprom_writer.out" -w -x
["Linker" Settings: "Release"]
Options=-c -m".\Release\i2c_eeprom_writer.map" -o".\Release\i2c_eeprom_writer.out" -w -x
["linker.cmd" Settings: "Debug"]
LinkOrder=1
["linker.cmd" Settings: "Release"]
LinkOrder=1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?