📄 t1.lpj
字号:
object TProjectNode
Name = 'Project'
Description = 'The repository of configuration options for an IP2000 project.'
DefineName = 'PROJECT'
FileName = 'F:\projects\8.31\rtp_rev无队列_xu\config\t1.lpj'
Lists = <
item
List.Strings = (
'0'
'1'
'2'
'3'
'4'
'5'
'6'
'7')
ListName = 'ALL_PINS'
end
item
List.Strings = (
'NULL'
'RA'
'RB'
'RC'
'RD'
'RE'
'RF')
ListName = 'INPUT_PORTS'
end
item
List.Strings = (
'NULL'
'RA'
'RB'
'RC'
'RD'
'RE'
'RF'
'RG')
ListName = 'OUTPUT_PORTS'
end
item
List.Strings = (
'NULL'
'RB')
ListName = 'INTERRUPT_PORTS'
end
item
List.Strings = (
'NULL'
'RA'
'RB'
'RC'
'RD'
'RE'
'RF'
'RG'
'LAT')
ListName = 'ALL_PORTS'
end
item
List.Strings = (
'NULL'
'RA'
'RB'
'RC'
'RD'
'RE'
'RF')
ListName = 'IO_PORTS'
end
item
List.Strings = (
'NULL'
'RB'
'RC'
'RD'
'RE'
'RF')
ListName = 'IO_BUS_PORTS'
end
item
List.Strings = (
'NULL'
'RB'
'RC'
'RD'
'RE'
'RF'
'RG'
'LAT')
ListName = 'OUTPUT_BUS_PORTS'
end
item
List.Strings = (
'0'
'1'
'2'
'3'
'-1')
ListName = 'LFSR_BLOCKS'
end
item
List.Strings = (
'0'
'1'
'2'
'3'
'4'
'5'
'6'
'7')
ListName = 'ADDRSEL_LIST'
end
item
List.Strings = (
'NATIVE'
'VM')
ListName = 'MACHINE_SPACE_LIST'
end>
LastModified = 1126844099
object TSectionNode
Name = 'Global settings'
Description = 'Settings that affect the entire project.'
DefineName = 'SECTION_GLOBAL_SETTINGS'
ConfigType = kMakeFile
FileName = '0'
Lists = <>
object TSectionNode
Name = 'Debugging'
Description = 'Settings relating to debugging.'#13#10
DefineName = 'SECTION_DEBUGGING'
ConfigType = kMakeHeaderFile
FileName = '0'
Lists = <>
object TYesNoNode
Name = 'Debugging enabled'
Description =
'Debugging enabled.'#13#10#13#10'This is a global option to disable all deb' +
'ug features.'
DefineName = 'DEBUG'
ConfigType = kMakeHeaderFile
FileName = '0'
Lists = <>
Value = True
end
object TYesNoNode
Name = 'Use assertions'
Description = 'Whether to compile code with assertions enabled'
OptionDependencies.Strings = (
'DEBUG')
DefineName = 'USE_ASSERTIONS'
ConfigType = kMakeHeaderFile
FileName = '0'
Lists = <>
Value = True
end
end
object TSectionNode
Name = 'Internal settings'
Description = 'Settings used internally by the configuration tool.'
DefineName = 'SECTION_INTERNAL'
FileName = '0'
Lists = <>
object TExpressionNode
Name = 'Build directory path'
DefineName = 'BUILD_DIR'
ConfigType = kMakeFile
FileName = '0'
Lists = <>
Value = '$(PROJECT_DIR)/build'
end
object TStringNode
Name = 'Original file name'
Description = 'This is used to keep the settings up to date.'
DefineName = 'PKG_FILE_NAME'
FileName = '0'
Lists = <>
Value = 'Template.lpj'
end
end
object TSectionNode
Name = 'Tools'
Description = 'Tools and parameters'
DefineName = 'SECTION_TOOLS'
ConfigType = kMakeFile
FileName = '0'
Lists = <>
object TStringNode
Name = 'Compiler'
Description =
'Compiler to use (gcc).'#13#10#13#10'Optional parameters may also be specif' +
'ied.'
DefineName = 'CC'
ConfigType = kMakeFile
FileName = '0'
Lists = <>
Value = 'ip2k-elf-gcc'
end
object TStringNode
Name = 'Assembler'
Description =
'Assembler to use (as)'#13#10#13#10'Optional parameters may also be specifi' +
'ed.'
DefineName = 'AS'
ConfigType = kMakeFile
FileName = '0'
Lists = <>
Value = 'ip2k-elf-as --gstabs'
end
object TStringNode
Name = 'Linker'
Description = 'Linker to use (ld)'#13#10#13#10'Optional parameters may also be specified.'
DefineName = 'LD'
ConfigType = kMakeFile
FileName = '0'
Lists = <>
Value = 'ip2k-elf-ld'
end
object TStringNode
Name = 'Archiver'
Description =
'Archiver to use (ar)'#13#10#13#10'Optional parameters may also be specifie' +
'd.'
DefineName = 'AR'
ConfigType = kMakeFile
FileName = '0'
Lists = <>
Value = 'ip2k-elf-ar'
end
object TStringNode
Name = 'Make'
Description = 'Make program to use (make)'
DefineName = 'MAKE'
ConfigType = kMakeFile
FileName = '0'
Lists = <>
Value = 'make'
end
object TStringNode
Name = 'Objcopy'
Description =
'Objcopy to use (objcopy)'#13#10#13#10'Optional parameters may also be spec' +
'ified.'
DefineName = 'OBJCOPY'
ConfigType = kMakeFile
FileName = '0'
Lists = <>
Value = 'ip2k-elf-objcopy'
end
object TStringNode
Name = 'Debugger'
Description =
'Debugger to use (gdb).'#13#10#13#10'Optional parameters may also be specif' +
'ied.'
DefineName = 'DB'
ConfigType = kMakeFile
FileName = '0'
Lists = <>
Value = 'ip2k-elf-gdb'
end
end
object TDirectoryNode
Name = 'SDK directory'
Description = 'The directory that the SDK is installed in.'
DefineName = 'SDK_DIR'
ConfigType = kMakeFile
FileName = '0'
Lists = <>
Value = '/cygdrive/e/Ubicom/sdk'
end
object TStringNode
Name = 'Compiler flags'
Description =
'Flags that should be passed to the compiler every time it is inv' +
'oked.'#13#10#13#10'After changing the compiler flags you should perform a ' +
#39'make clean'#39' to ensure that all files are recompiled with the ne' +
'w flags.'
DefineName = 'GLOBAL_CFLAGS'
ConfigType = kMakeFile
FileName = '0'
Lists = <>
Value = '-Os -g'
end
object TExpressionNode
Name = 'Architecture directory'
Description =
'Directory containing architecture specific files. If the archite' +
'cture is '#39'IP2K'#39' then the Architecture directory should be '#39'ip2k'#39 +
'.'
DefineName = 'ARCH_DIR'
ConfigType = kMakeFile
FileName = '0'
Lists = <>
Value = 'ip2k'
end
object TExpressionNode
Name = 'Project name'
Description =
'Name of the project. This name will be used to name files, so it' +
' must be a valid filename and must not contain spaces.'
DefineName = 'PROJECT_NAME'
ConfigType = kMakeFile
FileName = '0'
Lists = <>
Value = 't1'
end
object TListNode
Name = 'Architecture'
Description =
'The CPU architecture the project should be compiled for. This di' +
'rective controls which header files are included. It does not de' +
'termine which tool-chain is used. You must specify the tools in ' +
'the Tools Section.'
DefineName = 'ARCH'
ConfigType = kMakeHeaderFile
FileName = '0'
Lists = <
item
List.Strings = (
'IP2K')
ListName = 'Architectures'
end>
Value = 'IP2K'
ListName = 'Architectures'
end
end
object TPackageNode
Name = 'ipEthMux - Ethernet-style muliplexer/demultiplexer'
Description = 'Ethernet-style multiplexer/demultiplexer.'
OptionDependencies.Strings = (
'')
PackageDependencies.Strings = (
'IPHAL'
'IPOS'
'IPLIBC')
DefineName = 'IPETHMUX'
ConfigType = kMakeHeaderFile
FileName = 'tcpip_config.h'
Lists = <>
LastModified = 1049760106
RootDirectory = 'src/lib'
object TSectionNode
Name = 'Package Options'
Description = 'Options that are common to all packages.'
DefineName = 'PKG_OPTIONS'
ConfigType = kMakeFile
FileName = '0'
Lists = <>
object TStringNode
Name = 'Version'
Description = 'Version of the package.'
DefineName = 'IPETHMUX_PKG_VERSION'
ConfigType = kMakeHeaderFile
FileName = '0'
Lists = <>
Value = '${VERSION}'
end
object TStringNode
Name = 'Package name'
Description = 'Name of the package.'
DefineName = 'IPETHMUX_PKG_NAME'
ConfigType = kMakeFile
FileName = '0'
Lists = <>
Value = 'ipEthMux'
end
object TExpressionNode
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -