mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Update workspace for use with Ganymede.
This commit is contained in:
parent
27934607e5
commit
25644cbf5d
|
@ -17,3 +17,7 @@
|
||||||
*** SESSION Aug 26, 2007 17:35:44.937 ------------------------------------------
|
*** SESSION Aug 26, 2007 17:35:44.937 ------------------------------------------
|
||||||
*** SESSION Aug 27, 2007 10:56:42.953 ------------------------------------------
|
*** SESSION Aug 27, 2007 10:56:42.953 ------------------------------------------
|
||||||
*** SESSION Aug 27, 2007 13:13:37.593 ------------------------------------------
|
*** SESSION Aug 27, 2007 13:13:37.593 ------------------------------------------
|
||||||
|
*** SESSION May 19, 2009 12:45:26.544 ------------------------------------------
|
||||||
|
*** SESSION May 19, 2009 14:04:21.908 ------------------------------------------
|
||||||
|
*** SESSION May 19, 2009 14:10:00.66 -------------------------------------------
|
||||||
|
*** SESSION May 21, 2009 13:38:50.32 -------------------------------------------
|
||||||
|
|
|
@ -4,6 +4,19 @@
|
||||||
<scannerInfo id="org.eclipse.cdt.make.core.discoveredScannerInfo">
|
<scannerInfo id="org.eclipse.cdt.make.core.discoveredScannerInfo">
|
||||||
<instance id="0.1109417601">
|
<instance id="0.1109417601">
|
||||||
<collector id="org.eclipse.cdt.make.core.PerProjectSICollector">
|
<collector id="org.eclipse.cdt.make.core.PerProjectSICollector">
|
||||||
|
<includePath path="C:/E/Dev/FreeRTOS/WorkingCopy3/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo"/>
|
||||||
|
<includePath path="C:/E/Dev/FreeRTOS/WorkingCopy3/Source/include"/>
|
||||||
|
<includePath path="C:/E/Dev/FreeRTOS/WorkingCopy3/Source/portable/GCC/ARM_CM3"/>
|
||||||
|
<includePath path="C:/E/Dev/FreeRTOS/WorkingCopy3/Demo/Common/include"/>
|
||||||
|
<includePath path="C:/E/Dev/FreeRTOS/WorkingCopy3/Demo/Common/ethernet/uIP/uip-1.0/uip"/>
|
||||||
|
<includePath path="C:/E/Dev/FreeRTOS/WorkingCopy3/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver"/>
|
||||||
|
<includePath path="C:/E/Dev/FreeRTOS/WorkingCopy3/Demo/Common/drivers/LuminaryMicro"/>
|
||||||
|
<includePath path="c:\devtools\codesourcery\sourcery g++ lite arm\bin\../lib/gcc/arm-none-eabi/4.3.2/include"/>
|
||||||
|
<includePath path="c:\devtools\codesourcery\sourcery g++ lite arm\bin\../lib/gcc/arm-none-eabi/4.3.2/include-fixed"/>
|
||||||
|
<includePath path="c:\devtools\codesourcery\sourcery g++ lite arm\bin\../lib/gcc/arm-none-eabi/4.3.2/../../../../arm-none-eabi/include"/>
|
||||||
|
<includePath path="c:/devtools/codesourcery/sourcery g++ lite arm/lib/gcc/../../lib/gcc/arm-none-eabi/4.3.2/include"/>
|
||||||
|
<includePath path="c:/devtools/codesourcery/sourcery g++ lite arm/lib/gcc/../../lib/gcc/arm-none-eabi/4.3.2/include-fixed"/>
|
||||||
|
<includePath path="c:/devtools/codesourcery/sourcery g++ lite arm/lib/gcc/../../lib/gcc/arm-none-eabi/4.3.2/../../../../arm-none-eabi/include"/>
|
||||||
<includePath path="c:/devtools/codesourcery/sourcery g++ lite/bin/../lib/gcc/arm-none-eabi/4.2.0/include"/>
|
<includePath path="c:/devtools/codesourcery/sourcery g++ lite/bin/../lib/gcc/arm-none-eabi/4.2.0/include"/>
|
||||||
<includePath path="c:/devtools/codesourcery/sourcery g++ lite/bin/../lib/gcc/arm-none-eabi/4.2.0/include-fixed"/>
|
<includePath path="c:/devtools/codesourcery/sourcery g++ lite/bin/../lib/gcc/arm-none-eabi/4.2.0/include-fixed"/>
|
||||||
<includePath path="c:/devtools/codesourcery/sourcery g++ lite/bin/../lib/gcc/arm-none-eabi/4.2.0/../../../../arm-none-eabi/include"/>
|
<includePath path="c:/devtools/codesourcery/sourcery g++ lite/bin/../lib/gcc/arm-none-eabi/4.2.0/../../../../arm-none-eabi/include"/>
|
||||||
|
@ -14,7 +27,9 @@
|
||||||
<definedSymbol symbol="__STDC_HOSTED__=1"/>
|
<definedSymbol symbol="__STDC_HOSTED__=1"/>
|
||||||
<definedSymbol symbol="__GNUC__=4"/>
|
<definedSymbol symbol="__GNUC__=4"/>
|
||||||
<definedSymbol symbol="__GNUC_MINOR__=2"/>
|
<definedSymbol symbol="__GNUC_MINOR__=2"/>
|
||||||
|
<definedSymbol symbol="__GNUC_MINOR__=3"/>
|
||||||
<definedSymbol symbol="__GNUC_PATCHLEVEL__=0"/>
|
<definedSymbol symbol="__GNUC_PATCHLEVEL__=0"/>
|
||||||
|
<definedSymbol symbol="__GNUC_PATCHLEVEL__=2"/>
|
||||||
<definedSymbol symbol="__SIZE_TYPE__=unsigned int"/>
|
<definedSymbol symbol="__SIZE_TYPE__=unsigned int"/>
|
||||||
<definedSymbol symbol="__PTRDIFF_TYPE__=int"/>
|
<definedSymbol symbol="__PTRDIFF_TYPE__=int"/>
|
||||||
<definedSymbol symbol="__WCHAR_TYPE__=unsigned int"/>
|
<definedSymbol symbol="__WCHAR_TYPE__=unsigned int"/>
|
||||||
|
@ -97,6 +112,7 @@
|
||||||
<definedSymbol symbol="__REGISTER_PREFIX__"/>
|
<definedSymbol symbol="__REGISTER_PREFIX__"/>
|
||||||
<definedSymbol symbol="__USER_LABEL_PREFIX__"/>
|
<definedSymbol symbol="__USER_LABEL_PREFIX__"/>
|
||||||
<definedSymbol symbol="__VERSION__="4.2.0 20070413 (prerelease)""/>
|
<definedSymbol symbol="__VERSION__="4.2.0 20070413 (prerelease)""/>
|
||||||
|
<definedSymbol symbol="__VERSION__="4.3.2""/>
|
||||||
<definedSymbol symbol="__GNUC_GNU_INLINE__=1"/>
|
<definedSymbol symbol="__GNUC_GNU_INLINE__=1"/>
|
||||||
<definedSymbol symbol="__NO_INLINE__=1"/>
|
<definedSymbol symbol="__NO_INLINE__=1"/>
|
||||||
<definedSymbol symbol="__FINITE_MATH_ONLY__=0"/>
|
<definedSymbol symbol="__FINITE_MATH_ONLY__=0"/>
|
||||||
|
@ -112,6 +128,30 @@
|
||||||
<definedSymbol symbol="__GXX_TYPEINFO_EQUALITY_INLINE=0"/>
|
<definedSymbol symbol="__GXX_TYPEINFO_EQUALITY_INLINE=0"/>
|
||||||
<definedSymbol symbol="__ELF__=1"/>
|
<definedSymbol symbol="__ELF__=1"/>
|
||||||
<definedSymbol symbol="__USES_INITFINI__=1"/>
|
<definedSymbol symbol="__USES_INITFINI__=1"/>
|
||||||
|
<definedSymbol symbol="GCC_ARMCM3_LM3S102=1"/>
|
||||||
|
<definedSymbol symbol="inline="/>
|
||||||
|
<definedSymbol symbol="PACK_STRUCT_END=__attribute\(\(packed\)\)"/>
|
||||||
|
<definedSymbol symbol="ALIGN_STRUCT_END=__attribute\(\(aligned\(4\)\)\)"/>
|
||||||
|
<definedSymbol symbol="sprintf=usprintf"/>
|
||||||
|
<definedSymbol symbol="snprintf=usnprintf"/>
|
||||||
|
<definedSymbol symbol="printf=uipprintf"/>
|
||||||
|
<definedSymbol symbol="__OPTIMIZE__=1"/>
|
||||||
|
<definedSymbol symbol="__SIZEOF_INT__=4"/>
|
||||||
|
<definedSymbol symbol="__SIZEOF_LONG__=4"/>
|
||||||
|
<definedSymbol symbol="__SIZEOF_LONG_LONG__=8"/>
|
||||||
|
<definedSymbol symbol="__SIZEOF_SHORT__=2"/>
|
||||||
|
<definedSymbol symbol="__SIZEOF_FLOAT__=4"/>
|
||||||
|
<definedSymbol symbol="__SIZEOF_DOUBLE__=8"/>
|
||||||
|
<definedSymbol symbol="__SIZEOF_LONG_DOUBLE__=8"/>
|
||||||
|
<definedSymbol symbol="__SIZEOF_SIZE_T__=4"/>
|
||||||
|
<definedSymbol symbol="__SIZEOF_WCHAR_T__=4"/>
|
||||||
|
<definedSymbol symbol="__SIZEOF_WINT_T__=4"/>
|
||||||
|
<definedSymbol symbol="__SIZEOF_PTRDIFF_T__=4"/>
|
||||||
|
<definedSymbol symbol="__SIZEOF_POINTER__=4"/>
|
||||||
|
<definedSymbol symbol="__thumb__=1"/>
|
||||||
|
<definedSymbol symbol="__thumb2__=1"/>
|
||||||
|
<definedSymbol symbol="__THUMBEL__=1"/>
|
||||||
|
<definedSymbol symbol="__ARM_ARCH_7M__=1"/>
|
||||||
</collector>
|
</collector>
|
||||||
</instance>
|
</instance>
|
||||||
</scannerInfo>
|
</scannerInfo>
|
||||||
|
|
|
@ -9,4 +9,6 @@
|
||||||
</section>
|
</section>
|
||||||
<section name="PDOMSearchPage">
|
<section name="PDOMSearchPage">
|
||||||
</section>
|
</section>
|
||||||
|
<section name="org.eclipse.cdt.ui.text.hover.CMacroExpansion">
|
||||||
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,3 +1,3 @@
|
||||||
#Sun Aug 26 14:26:57 BST 2007
|
#Tue May 19 17:39:33 BST 2009
|
||||||
eclipse.preferences.version=1
|
eclipse.preferences.version=1
|
||||||
properties/RTOSDemo.null.976634949/0.1109417601=\#\r\n\#Sun Aug 26 14\:26\:57 BST 2007\r\n0.1109417601\=\\\#\\r\\n\\\#Sun Aug 26 14\\\:26\\\:57 BST 2007\\r\\nrcState\\\=0\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.settings.holder.1502006385\=\\\#\\r\\n\\\#Sun Aug 26 14\\\:26\\\:57 BST 2007\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.settings.holder.1021181093\=\\\#\\r\\n\\\#Sun Aug 26 14\\\:26\\\:57 BST 2007\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.settings.holder.164584712\=\\\#\\r\\n\\\#Sun Aug 26 14\\\:26\\\:57 BST 2007\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.settings.holder.libs.260784574\=\\\#\\r\\n\\\#Sun Aug 26 14\\\:26\\\:57 BST 2007\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.prefbase.toolchain.1816209921\=\\\#\\r\\n\\\#Sun Aug 26 14\\\:26\\\:57 BST 2007\\r\\nrebuildState\\\=false\\r\\n\r\n
|
properties/RTOSDemo.null.976634949/0.1109417601=\#\r\n\#Tue May 19 17\:39\:33 BST 2009\r\n0.1109417601\=\\\#\\r\\n\\\#Tue May 19 17\\\:39\\\:33 BST 2009\\r\\nrcState\\\=0\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.settings.holder.1502006385\=\\\#\\r\\n\\\#Tue May 19 17\\\:39\\\:33 BST 2009\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.settings.holder.1021181093\=\\\#\\r\\n\\\#Tue May 19 17\\\:39\\\:33 BST 2009\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.settings.holder.164584712\=\\\#\\r\\n\\\#Tue May 19 17\\\:39\\\:33 BST 2009\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.settings.holder.libs.260784574\=\\\#\\r\\n\\\#Tue May 19 17\\\:39\\\:33 BST 2009\\r\\nrebuildState\\\=false\\r\\n\r\norg.eclipse.cdt.build.core.prefbase.toolchain.1816209921\=\\\#\\r\\n\\\#Tue May 19 17\\\:39\\\:33 BST 2009\\r\\nrebuildState\\\=false\\r\\n\r\n
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
#Thu Aug 23 20:22:58 BST 2007
|
#Tue May 19 14:04:10 BST 2009
|
||||||
useQuickDiffPrefPage=true
|
useQuickDiffPrefPage=true
|
||||||
closeBrackets=false
|
closeBrackets=false
|
||||||
ensureNewlineAtEOF=true
|
ensureNewlineAtEOF=true
|
||||||
useAnnotationsPrefPage=true
|
useAnnotationsPrefPage=true
|
||||||
|
spelling_locale=en_GB
|
||||||
closeAngularBrackets=false
|
closeAngularBrackets=false
|
||||||
|
spelling_locale_initialized=true
|
||||||
eclipse.preferences.version=1
|
eclipse.preferences.version=1
|
||||||
org.eclipse.cdt.ui.text.templates.custom=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
|
org.eclipse.cdt.ui.text.templates.custom=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/>
|
||||||
hoverModifierMasks=org.eclipse.cdt.ui.BestMatchHover;0;org.eclipse.cdt.ui.CSourceHover;131072;org.eclipse.cdt.debug.internal.ui.editors.DebugTextHover;0;org.eclipse.cdt.ui.CDocHover;0;org.eclipse.cdt.ui.AnnotationHover;0;
|
hoverModifierMasks=org.eclipse.cdt.ui.BestMatchHover;0;org.eclipse.cdt.ui.CSourceHover;131072;org.eclipse.cdt.debug.internal.ui.editors.DebugTextHover;0;org.eclipse.cdt.ui.CDocHover;0;org.eclipse.cdt.ui.AnnotationHover;0;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#Mon Aug 27 13:15:37 BST 2007
|
#Tue May 19 12:50:28 BST 2009
|
||||||
version=1
|
version=1
|
||||||
eclipse.preferences.version=1
|
eclipse.preferences.version=1
|
||||||
pathvariable.FreeRTOS_ROOT=C\:/Dev/FreeRTOS
|
pathvariable.FreeRTOS_ROOT=C\:/E/Dev/FreeRTOS/WorkingCopy3
|
||||||
description.autobuilding=false
|
description.autobuilding=false
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
#Tue May 19 12:45:33 BST 2009
|
||||||
|
org.eclipse.epp.usagedata.recording.last-upload=1242733533421
|
||||||
|
eclipse.preferences.version=1
|
|
@ -0,0 +1,3 @@
|
||||||
|
#Tue May 19 12:45:30 BST 2009
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
autoUpdateInit=true
|
|
@ -0,0 +1,3 @@
|
||||||
|
#Tue May 19 12:45:31 BST 2009
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
mylyn.attention.migrated=true
|
|
@ -0,0 +1,3 @@
|
||||||
|
#Tue May 19 14:04:10 BST 2009
|
||||||
|
pref_first_startup=false
|
||||||
|
eclipse.preferences.version=1
|
|
@ -0,0 +1,3 @@
|
||||||
|
#Tue May 19 14:04:10 BST 2009
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
org.eclipse.team.ui.first_time=false
|
|
@ -1,4 +1,5 @@
|
||||||
#Sun Aug 19 20:45:58 BST 2007
|
#Thu May 21 13:39:40 BST 2009
|
||||||
eclipse.preferences.version=1
|
eclipse.preferences.version=1
|
||||||
tipsAndTricks=true
|
tipsAndTricks=true
|
||||||
platformState=1187207632220
|
platformState=1242909501727
|
||||||
|
PROBLEMS_FILTERS_MIGRATE=true
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
#Mon Aug 20 21:59:49 BST 2007
|
#Tue May 19 12:45:31 BST 2009
|
||||||
eclipse.preferences.version=1
|
eclipse.preferences.version=1
|
||||||
org.eclipse.ui.commands=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<org.eclipse.ui.commands>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+B"/>\r\n<keyBinding commandId\="org.eclipse.ui.project.buildAll" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F7"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F11"/>\r\n<keyBinding contextId\="org.eclipse.debug.ui.debugging" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F5"/>\r\n<keyBinding commandId\="org.eclipse.debug.ui.commands.StepInto" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F11"/>\r\n<keyBinding contextId\="org.eclipse.debug.ui.debugging" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F6"/>\r\n<keyBinding commandId\="org.eclipse.debug.ui.commands.StepOver" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F10"/>\r\n<keyBinding commandId\="org.eclipse.debug.ui.commands.DebugLast" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+D"/>\r\n<keyBinding contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+D"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+F11"/>\r\n<keyBinding commandId\="org.eclipse.debug.ui.commands.RunLast" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F5"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F5"/>\r\n<keyBinding contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+K"/>\r\n<keyBinding commandId\="org.eclipse.ui.edit.findNext" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F3"/>\r\n<keyBinding contextId\="org.eclipse.cdt.make.ui.makefileEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F3"/>\r\n<keyBinding contextId\="org.eclipse.cdt.ui.cEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F3"/>\r\n<keyBinding contextId\="org.eclipse.cdt.ui.cViewScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F3"/>\r\n</org.eclipse.ui.commands>
|
org.eclipse.ui.commands=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<org.eclipse.ui.commands>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+B"/>\r\n<keyBinding commandId\="org.eclipse.ui.project.buildAll" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F7"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F11"/>\r\n<keyBinding contextId\="org.eclipse.debug.ui.debugging" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F5"/>\r\n<keyBinding commandId\="org.eclipse.debug.ui.commands.StepInto" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F11"/>\r\n<keyBinding contextId\="org.eclipse.debug.ui.debugging" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F6"/>\r\n<keyBinding commandId\="org.eclipse.debug.ui.commands.StepOver" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F10"/>\r\n<keyBinding commandId\="org.eclipse.debug.ui.commands.DebugLast" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+D"/>\r\n<keyBinding contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+D"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+F11"/>\r\n<keyBinding commandId\="org.eclipse.debug.ui.commands.RunLast" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F5"/>\r\n<keyBinding contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F5"/>\r\n<keyBinding contextId\="org.eclipse.ui.textEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="CTRL+K"/>\r\n<keyBinding commandId\="org.eclipse.ui.edit.findNext" contextId\="org.eclipse.ui.contexts.window" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F3"/>\r\n<keyBinding contextId\="org.eclipse.cdt.make.ui.makefileEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F3"/>\r\n<keyBinding contextId\="org.eclipse.cdt.ui.cEditorScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F3"/>\r\n<keyBinding contextId\="org.eclipse.cdt.ui.cViewScope" keyConfigurationId\="org.eclipse.ui.defaultAcceleratorConfiguration" keySequence\="F3"/>\r\n</org.eclipse.ui.commands>
|
||||||
|
ENABLED_DECORATORS=org.eclipse.cdt.ui.indexedFiles\:false,org.eclipse.mylyn.context.ui.decorator.interest\:true,org.eclipse.mylyn.tasks.ui.decorators.task\:true,org.eclipse.mylyn.team.ui.changeset.decorator\:true,org.eclipse.team.cvs.ui.decorator\:true,org.eclipse.ui.LinkedResourceDecorator\:true,org.eclipse.ui.ContentTypeDecorator\:true,
|
||||||
|
|
|
@ -1,5 +1,25 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<launchConfiguration type="org.eclipse.cdt.debug.gdbjtag.launchConfigurationType">
|
<launchConfiguration type="org.eclipse.cdt.debug.gdbjtag.launchConfigurationType">
|
||||||
|
<intAttribute key="org.eclipse.cdt.debug.gdbjtag.core.delay" value="3"/>
|
||||||
|
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doHalt" value="false"/>
|
||||||
|
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doReset" value="false"/>
|
||||||
|
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.imageFileName" value="${workspace_loc:\RTOSDemo\RTOSDemo.axf}"/>
|
||||||
|
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.imageOffset" value=""/>
|
||||||
|
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.initCommands" value="target extended-remote localhost:3333 monitor sleep 1000 b main monitor sleep 1000 monitor soft_reset_halt monitor sleep 1000 "/>
|
||||||
|
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.ipAddress" value="localhost"/>
|
||||||
|
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.jtagDevice" value="Generic"/>
|
||||||
|
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.loadImage" value="false"/>
|
||||||
|
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.loadSymbols" value="false"/>
|
||||||
|
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.pcRegister" value="a"/>
|
||||||
|
<intAttribute key="org.eclipse.cdt.debug.gdbjtag.core.portNumber" value="3333"/>
|
||||||
|
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.runCommands" value=""/>
|
||||||
|
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setPcRegister" value="false"/>
|
||||||
|
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setResume" value="false"/>
|
||||||
|
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setStopAt" value="false"/>
|
||||||
|
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.stopAt" value=""/>
|
||||||
|
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.symbolsFileName" value="${workspace_loc:\RTOSDemo\RTOSDemo.axf}"/>
|
||||||
|
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.symbolsOffset" value=""/>
|
||||||
|
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.useRemoteTarget" value="false"/>
|
||||||
<stringAttribute key="org.eclipse.cdt.debug.gdbremote.core.imageFileName" value="C:\E\Dev\FreeRTOS\Demo\CORTEX_LM3S8962_Eclipse\RTOSDemo\RTOSDemo.axf"/>
|
<stringAttribute key="org.eclipse.cdt.debug.gdbremote.core.imageFileName" value="C:\E\Dev\FreeRTOS\Demo\CORTEX_LM3S8962_Eclipse\RTOSDemo\RTOSDemo.axf"/>
|
||||||
<stringAttribute key="org.eclipse.cdt.debug.gdbremote.core.initCommands" value="target extended-remote localhost:3333 b main monitor soft_reset_halt monitor sleep 500 continue clear main "/>
|
<stringAttribute key="org.eclipse.cdt.debug.gdbremote.core.initCommands" value="target extended-remote localhost:3333 b main monitor soft_reset_halt monitor sleep 500 continue clear main "/>
|
||||||
<stringAttribute key="org.eclipse.cdt.debug.gdbremote.core.ipAddress" value="localhost"/>
|
<stringAttribute key="org.eclipse.cdt.debug.gdbremote.core.ipAddress" value="localhost"/>
|
||||||
|
@ -13,10 +33,12 @@
|
||||||
<stringAttribute key="org.eclipse.cdt.debug.mi.core.protocol" value="mi"/>
|
<stringAttribute key="org.eclipse.cdt.debug.mi.core.protocol" value="mi"/>
|
||||||
<booleanAttribute key="org.eclipse.cdt.debug.mi.core.verboseMode" value="false"/>
|
<booleanAttribute key="org.eclipse.cdt.debug.mi.core.verboseMode" value="false"/>
|
||||||
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_REGISTER_GROUPS" value=""/>
|
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_REGISTER_GROUPS" value=""/>
|
||||||
|
<stringAttribute key="org.eclipse.cdt.launch.FORMAT" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?><contentList/>"/>
|
||||||
<stringAttribute key="org.eclipse.cdt.launch.GLOBAL_VARIABLES" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <globalVariableList/> "/>
|
<stringAttribute key="org.eclipse.cdt.launch.GLOBAL_VARIABLES" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <globalVariableList/> "/>
|
||||||
<stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <memoryBlockExpressionList/> "/>
|
<stringAttribute key="org.eclipse.cdt.launch.MEMORY_BLOCKS" value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <memoryBlockExpressionList/> "/>
|
||||||
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="RTOSDemo.axf"/>
|
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="RTOSDemo.axf"/>
|
||||||
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="RTOSDemo"/>
|
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="RTOSDemo"/>
|
||||||
|
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="0.1109417601"/>
|
||||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
||||||
<listEntry value="/RTOSDemo"/>
|
<listEntry value="/RTOSDemo"/>
|
||||||
</listAttribute>
|
</listAttribute>
|
||||||
|
|
|
@ -4,17 +4,17 @@
|
||||||
<item value="944" key="DIALOG_WIDTH"/>
|
<item value="944" key="DIALOG_WIDTH"/>
|
||||||
<item value="154" key="DIALOG_Y_ORIGIN"/>
|
<item value="154" key="DIALOG_Y_ORIGIN"/>
|
||||||
<item value=", org.eclipse.cdt.debug.gdbjtag.launchConfigurationType, org.eclipse.ui.externaltools.ProgramLaunchConfigurationType, " key="org.eclipse.debug.ui.EXPANDED_NODES"/>
|
<item value=", org.eclipse.cdt.debug.gdbjtag.launchConfigurationType, org.eclipse.ui.externaltools.ProgramLaunchConfigurationType, " key="org.eclipse.debug.ui.EXPANDED_NODES"/>
|
||||||
<item value="274" key="DIALOG_X_ORIGIN"/>
|
|
||||||
<item value="640" key="DIALOG_HEIGHT"/>
|
<item value="640" key="DIALOG_HEIGHT"/>
|
||||||
|
<item value="274" key="DIALOG_X_ORIGIN"/>
|
||||||
<item value="237" key="org.eclipse.debug.ui.DIALOG_SASH_WEIGHTS_1"/>
|
<item value="237" key="org.eclipse.debug.ui.DIALOG_SASH_WEIGHTS_1"/>
|
||||||
<item value="762" key="org.eclipse.debug.ui.DIALOG_SASH_WEIGHTS_2"/>
|
|
||||||
<item value="1|Tahoma|8.25|0|WINDOWS|1|-11|0|0|0|400|0|0|0|1|0|0|0|0|Tahoma" key="DIALOG_FONT_NAME"/>
|
<item value="1|Tahoma|8.25|0|WINDOWS|1|-11|0|0|0|400|0|0|0|1|0|0|0|0|Tahoma" key="DIALOG_FONT_NAME"/>
|
||||||
|
<item value="762" key="org.eclipse.debug.ui.DIALOG_SASH_WEIGHTS_2"/>
|
||||||
</section>
|
</section>
|
||||||
<section name="org.eclipse.debug.ui.SELECT_CONFIGURATION_TYPE_DIALOG">
|
<section name="org.eclipse.debug.ui.SELECT_CONFIGURATION_TYPE_DIALOG">
|
||||||
<item value="300" key="DIALOG_WIDTH"/>
|
<item value="300" key="DIALOG_WIDTH"/>
|
||||||
<item value="46" key="DIALOG_Y_ORIGIN"/>
|
<item value="46" key="DIALOG_Y_ORIGIN"/>
|
||||||
<item value="301" key="DIALOG_X_ORIGIN"/>
|
|
||||||
<item value="350" key="DIALOG_HEIGHT"/>
|
<item value="350" key="DIALOG_HEIGHT"/>
|
||||||
|
<item value="301" key="DIALOG_X_ORIGIN"/>
|
||||||
<item value="1|Tahoma|8.25|0|WINDOWS|1|-11|0|0|0|400|0|0|0|1|0|0|0|0|Tahoma" key="DIALOG_FONT_NAME"/>
|
<item value="1|Tahoma|8.25|0|WINDOWS|1|-11|0|0|0|400|0|0|0|1|0|0|0|0|Tahoma" key="DIALOG_FONT_NAME"/>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<section name="Workbench">
|
||||||
|
<section name="UpdateAndInstallDialog">
|
||||||
|
<item value="774" key="DIALOG_WIDTH"/>
|
||||||
|
<item value="0" key="DIALOG_Y_ORIGIN"/>
|
||||||
|
<item value="539" key="DIALOG_HEIGHT"/>
|
||||||
|
<item value="0" key="DIALOG_X_ORIGIN"/>
|
||||||
|
<item value="1|Tahoma|8.25|0|WINDOWS|1|-11|0|0|0|400|0|0|0|1|0|0|0|0|Tahoma" key="DIALOG_FONT_NAME"/>
|
||||||
|
</section>
|
||||||
|
</section>
|
|
@ -0,0 +1,3 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<licenses>
|
||||||
|
<license digest="393e81018e19e7b78bac6c9ecfbd9c30"/> <license digest="9961e30817cebc0145c8a9feb075b583"/></licenses>
|
|
@ -4,16 +4,17 @@
|
||||||
<item value="FreeRTOS_LM3S8962_Demo" key="ResourceWorkingSetFilter.STORE_WORKING_SET"/>
|
<item value="FreeRTOS_LM3S8962_Demo" key="ResourceWorkingSetFilter.STORE_WORKING_SET"/>
|
||||||
<item value="1" key="ResourceViewer.STORE_SORT_TYPE"/>
|
<item value="1" key="ResourceViewer.STORE_SORT_TYPE"/>
|
||||||
</section>
|
</section>
|
||||||
<section name="org.eclipse.ui.views.task">
|
|
||||||
</section>
|
|
||||||
<section name="org.eclipse.ui.views.problem">
|
<section name="org.eclipse.ui.views.problem">
|
||||||
</section>
|
</section>
|
||||||
|
<section name="org.eclipse.ui.views.task">
|
||||||
|
</section>
|
||||||
<section name="CleanDialogSettings">
|
<section name="CleanDialogSettings">
|
||||||
<item value="443" key="DIALOG_WIDTH"/>
|
<item value="443" key="DIALOG_WIDTH"/>
|
||||||
<item value="true" key="BUILD_NOW"/>
|
<item value="true" key="BUILD_NOW"/>
|
||||||
|
<item value="true" key="BUILD_ALL"/>
|
||||||
<item value="251" key="DIALOG_Y_ORIGIN"/>
|
<item value="251" key="DIALOG_Y_ORIGIN"/>
|
||||||
<item value="391" key="DIALOG_HEIGHT"/>
|
|
||||||
<item value="479" key="DIALOG_X_ORIGIN"/>
|
<item value="479" key="DIALOG_X_ORIGIN"/>
|
||||||
|
<item value="416" key="DIALOG_HEIGHT"/>
|
||||||
<item value="false" key="TOGGLE_SELECTED"/>
|
<item value="false" key="TOGGLE_SELECTED"/>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -13,16 +13,16 @@
|
||||||
<item value="false" key="isRegEx"/>
|
<item value="false" key="isRegEx"/>
|
||||||
<item value="false" key="incremental"/>
|
<item value="false" key="incremental"/>
|
||||||
<item value="false" key="wholeword"/>
|
<item value="false" key="wholeword"/>
|
||||||
<item value="libdriver" key="selection"/>
|
<item value="TaskList" key="selection"/>
|
||||||
<list key="findhistory">
|
<list key="findhistory">
|
||||||
|
<item value="tasklist"/>
|
||||||
|
<item value="ulRunTimeCounter"/>
|
||||||
|
<item value="configGENERATE_RUN_TIME_STATS"/>
|
||||||
|
<item value="run_time"/>
|
||||||
<item value="libdriver"/>
|
<item value="libdriver"/>
|
||||||
<item value="luminarydrivers"/>
|
<item value="luminarydrivers"/>
|
||||||
<item value="luminary"/>
|
<item value="luminary"/>
|
||||||
<item value="driverlil"/>
|
<item value="driverlil"/>
|
||||||
<item value="main"/>
|
|
||||||
<item value="vOLEDTask"/>
|
|
||||||
<item value="cmess"/>
|
|
||||||
<item value="cPassM"/>
|
|
||||||
</list>
|
</list>
|
||||||
<list key="replacehistory">
|
<list key="replacehistory">
|
||||||
<item value="prvCopyDataToQueue"/>
|
<item value="prvCopyDataToQueue"/>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<workbench progressCount="20" version="2.0">
|
<workbench progressCount="15" version="2.0">
|
||||||
<workbenchAdvisor/>
|
<workbenchAdvisor/>
|
||||||
<window height="768" maximized="true" width="1024" x="66" y="69">
|
<window height="768" maximized="true" width="1024" x="66" y="69">
|
||||||
<fastViewData fastViewLocation="1024"/>
|
<fastViewData fastViewLocation="1024"/>
|
||||||
|
@ -13,8 +13,9 @@
|
||||||
<coolItem id="org.eclipse.cdt.ui.CElementCreationActionSet" itemType="typeToolBarContribution" x="161" y="22"/>
|
<coolItem id="org.eclipse.cdt.ui.CElementCreationActionSet" itemType="typeToolBarContribution" x="161" y="22"/>
|
||||||
<coolItem id="org.eclipse.cdt.ui.buildConfigActionSet" itemType="typeToolBarContribution" x="85" y="22"/>
|
<coolItem id="org.eclipse.cdt.ui.buildConfigActionSet" itemType="typeToolBarContribution" x="85" y="22"/>
|
||||||
<coolItem id="org.eclipse.debug.ui.launchActionSet" itemType="typeToolBarContribution" x="124" y="22"/>
|
<coolItem id="org.eclipse.debug.ui.launchActionSet" itemType="typeToolBarContribution" x="124" y="22"/>
|
||||||
<coolItem id="org.eclipse.search.searchActionSet" itemType="typeToolBarContribution" x="61" y="22"/>
|
<coolItem id="org.eclipse.search.searchActionSet" itemType="typeToolBarContribution" x="98" y="22"/>
|
||||||
<coolItem id="org.eclipse.ui.edit.text.actionSet.presentation" itemType="typeToolBarContribution" x="61" y="22"/>
|
<coolItem id="org.eclipse.ui.WorkingSetActionSet" itemType="typeToolBarContribution" x="50" y="22"/>
|
||||||
|
<coolItem id="org.eclipse.ui.edit.text.actionSet.presentation" itemType="typeToolBarContribution" x="85" y="22"/>
|
||||||
<coolItem id="group.nav" itemType="typeGroupMarker"/>
|
<coolItem id="group.nav" itemType="typeGroupMarker"/>
|
||||||
<coolItem id="org.eclipse.ui.workbench.navigate" itemType="typeToolBarContribution" x="185" y="22"/>
|
<coolItem id="org.eclipse.ui.workbench.navigate" itemType="typeToolBarContribution" x="185" y="22"/>
|
||||||
<coolItem id="group.editor" itemType="typeGroupMarker"/>
|
<coolItem id="group.editor" itemType="typeGroupMarker"/>
|
||||||
|
@ -29,30 +30,25 @@
|
||||||
<editorArea activeWorkbook="DefaultEditorWorkbook">
|
<editorArea activeWorkbook="DefaultEditorWorkbook">
|
||||||
<info part="DefaultEditorWorkbook">
|
<info part="DefaultEditorWorkbook">
|
||||||
<folder appearance="1" expanded="2">
|
<folder appearance="1" expanded="2">
|
||||||
<presentation id="org.eclipse.ui.internal.presentations.r33.WorkbenchPresentationFactory_33">
|
<presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">
|
||||||
<part id="0"/>
|
<part id="0"/>
|
||||||
<part id="1"/>
|
|
||||||
</presentation>
|
</presentation>
|
||||||
</folder>
|
</folder>
|
||||||
</info>
|
</info>
|
||||||
</editorArea>
|
</editorArea>
|
||||||
<editor focus="true" id="org.eclipse.cdt.ui.editor.CEditor" name="main.c" partName="main.c" path="C:/E/temp/_RC/5/Demo/CORTEX_LM3S8962_Eclipse/RTOSDemo/main.c" title="main.c" tooltip="RTOSDemo/main.c" workbook="DefaultEditorWorkbook">
|
<editor focus="true" id="org.eclipse.cdt.ui.editor.CEditor" name="main.c" partName="main.c" path="C:/E/Dev/FreeRTOS/WorkingCopy3/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c" title="main.c" tooltip="RTOSDemo/main.c" workbook="DefaultEditorWorkbook">
|
||||||
<input factoryID="org.eclipse.ui.part.FileEditorInputFactory" path="/RTOSDemo/main.c"/>
|
<input factoryID="org.eclipse.ui.part.FileEditorInputFactory" path="/RTOSDemo/main.c"/>
|
||||||
<editorState selectionHPixel="0" selectionLength="0" selectionOffset="0"/>
|
<editorState selectionLength="0" selectionOffset="0"/>
|
||||||
</editor>
|
|
||||||
<editor id="org.eclipse.cdt.make.editor" name="Makefile" partName="Makefile" path="C:/E/temp/RC/2/Demo/CORTEX_LM3S8962_Eclipse/RTOSDemo/Makefile" title="Makefile" tooltip="RTOSDemo/Makefile" workbook="DefaultEditorWorkbook">
|
|
||||||
<input factoryID="org.eclipse.ui.part.FileEditorInputFactory" path="/RTOSDemo/Makefile"/>
|
|
||||||
<editorState selectionHPixel="0" selectionLength="0" selectionOffset="0"/>
|
|
||||||
</editor>
|
</editor>
|
||||||
</editors>
|
</editors>
|
||||||
<views>
|
<views>
|
||||||
<view id="org.eclipse.ui.navigator.ProjectExplorer" partName="Project Explorer">
|
<view id="org.eclipse.ui.navigator.ProjectExplorer" partName="Project Explorer">
|
||||||
<viewState CommonNavigator.LINKING_ENABLED="0" CommonNavigator.LINKING_ENABLED.delayed="0" org.eclipse.cdt.ui.cview.groupincludes="false" org.eclipse.cdt.ui.editor.CUChildren="true" org.eclipse.ui.navigator.resources.workingSets.showTopLevelWorkingSets="0"/>
|
<viewState CommonNavigator.LINKING_ENABLED="0" CommonNavigator.LINKING_ENABLED.delayed="0" org.eclipse.cdt.ui.cview.groupincludes="false" org.eclipse.cdt.ui.editor.CUChildren="true" org.eclipse.ui.navigator.resources.workingSets.showTopLevelWorkingSets="0"/>
|
||||||
</view>
|
</view>
|
||||||
<view id="org.eclipse.ui.views.PropertySheet" partName="Properties">
|
<view id="org.eclipse.ui.views.ProgressView" partName="Progress">
|
||||||
<viewState/>
|
<viewState/>
|
||||||
</view>
|
</view>
|
||||||
<view id="org.eclipse.cdt.debug.ui.DisassemblyView" partName="Disassembly">
|
<view id="org.eclipse.ui.views.PropertySheet" partName="Properties">
|
||||||
<viewState/>
|
<viewState/>
|
||||||
</view>
|
</view>
|
||||||
<view id="org.eclipse.search.ui.views.SearchView" partName="Search">
|
<view id="org.eclipse.search.ui.views.SearchView" partName="Search">
|
||||||
|
@ -68,21 +64,22 @@
|
||||||
<expanded>
|
<expanded>
|
||||||
<element path="/RTOSDemo"/>
|
<element path="/RTOSDemo"/>
|
||||||
</expanded>
|
</expanded>
|
||||||
<selection>
|
|
||||||
<element path="/RTOSDemo"/>
|
|
||||||
</selection>
|
|
||||||
</viewState>
|
</viewState>
|
||||||
</view>
|
</view>
|
||||||
<view id="org.eclipse.debug.ui.DebugView" partName="Debug">
|
<view id="org.eclipse.debug.ui.DebugView" partName="Debug">
|
||||||
<viewState/>
|
<viewState/>
|
||||||
</view>
|
</view>
|
||||||
<view id="org.eclipse.ui.views.ProblemView" partName="Problems">
|
<view id="org.eclipse.ui.views.ProblemView" partName="Problems">
|
||||||
<viewState columnWidth0="781" columnWidth1="78" columnWidth2="153" columnWidth3="63" columnWidth4="0" horizontalPosition="0" verticalPosition="0">
|
<viewState PRIMARY_SORT_FIELD="org.eclipse.ui.ide.severityAndDescriptionField" categoryGroup="org.eclipse.ui.ide.severity" markerContentGenerator="org.eclipse.ui.ide.problemsGenerator" partName="Problems">
|
||||||
<columnOrder columnOrderIndex="0"/>
|
<expanded>
<category IMemento.internal.id="Errors"/>
|
||||||
<columnOrder columnOrderIndex="1"/>
|
<category IMemento.internal.id="Warnings"/>
|
||||||
<columnOrder columnOrderIndex="2"/>
|
</expanded>
|
||||||
<columnOrder columnOrderIndex="3"/>
|
<columnWidths org.eclipse.ui.ide.locationField="0" org.eclipse.ui.ide.markerType="0" org.eclipse.ui.ide.pathField="0" org.eclipse.ui.ide.resourceField="0" org.eclipse.ui.ide.severityAndDescriptionField="0"/>
|
||||||
<columnOrder columnOrderIndex="4"/>
|
<visible IMemento.internal.id="org.eclipse.ui.ide.severityAndDescriptionField"/>
|
||||||
|
<visible IMemento.internal.id="org.eclipse.ui.ide.resourceField"/>
|
||||||
|
<visible IMemento.internal.id="org.eclipse.ui.ide.pathField"/>
|
||||||
|
<visible IMemento.internal.id="org.eclipse.ui.ide.locationField"/>
|
||||||
|
<visible IMemento.internal.id="org.eclipse.ui.ide.markerType"/>
|
||||||
</viewState>
|
</viewState>
|
||||||
</view>
|
</view>
|
||||||
<view id="org.eclipse.ui.console.ConsoleView" partName="Console">
|
<view id="org.eclipse.ui.console.ConsoleView" partName="Console">
|
||||||
|
@ -120,7 +117,6 @@
|
||||||
<alwaysOnActionSet id="org.eclipse.ui.actionSet.keyBindings"/>
|
<alwaysOnActionSet id="org.eclipse.ui.actionSet.keyBindings"/>
|
||||||
<alwaysOnActionSet id="org.eclipse.ui.WorkingSetActionSet"/>
|
<alwaysOnActionSet id="org.eclipse.ui.WorkingSetActionSet"/>
|
||||||
<alwaysOnActionSet id="org.eclipse.ui.actionSet.openFiles"/>
|
<alwaysOnActionSet id="org.eclipse.ui.actionSet.openFiles"/>
|
||||||
<alwaysOnActionSet id="org.eclipse.update.ui.softwareUpdates"/>
|
|
||||||
<alwaysOnActionSet id="org.eclipse.cdt.ui.SearchActionSet"/>
|
<alwaysOnActionSet id="org.eclipse.cdt.ui.SearchActionSet"/>
|
||||||
<alwaysOnActionSet id="org.eclipse.cdt.ui.CElementCreationActionSet"/>
|
<alwaysOnActionSet id="org.eclipse.cdt.ui.CElementCreationActionSet"/>
|
||||||
<alwaysOnActionSet id="org.eclipse.ui.NavigateActionSet"/>
|
<alwaysOnActionSet id="org.eclipse.ui.NavigateActionSet"/>
|
||||||
|
@ -132,6 +128,9 @@
|
||||||
<alwaysOnActionSet id="org.eclipse.cdt.ui.NavigationActionSet"/>
|
<alwaysOnActionSet id="org.eclipse.cdt.ui.NavigationActionSet"/>
|
||||||
<alwaysOnActionSet id="org.eclipse.cdt.ui.OpenActionSet"/>
|
<alwaysOnActionSet id="org.eclipse.cdt.ui.OpenActionSet"/>
|
||||||
<alwaysOnActionSet id="org.eclipse.ui.edit.text.actionSet.presentation"/>
|
<alwaysOnActionSet id="org.eclipse.ui.edit.text.actionSet.presentation"/>
|
||||||
|
<alwaysOnActionSet id="org.eclipse.mylyn.context.ui.actionSet"/>
|
||||||
|
<alwaysOnActionSet id="org.eclipse.mylyn.doc.actionSet"/>
|
||||||
|
<alwaysOnActionSet id="org.eclipse.mylyn.tasks.ui.navigation"/>
|
||||||
<show_view_action id="org.eclipse.ui.console.ConsoleView"/>
|
<show_view_action id="org.eclipse.ui.console.ConsoleView"/>
|
||||||
<show_view_action id="org.eclipse.search.ui.views.SearchView"/>
|
<show_view_action id="org.eclipse.search.ui.views.SearchView"/>
|
||||||
<show_view_action id="org.eclipse.ui.views.ContentOutline"/>
|
<show_view_action id="org.eclipse.ui.views.ContentOutline"/>
|
||||||
|
@ -171,7 +170,7 @@
|
||||||
<page content="org.eclipse.ui.views.ResourceNavigator" label="Navigator"/>
|
<page content="org.eclipse.ui.views.ResourceNavigator" label="Navigator"/>
|
||||||
<page content="org.eclipse.cdt.ui.CView" label="LabelNotFound"/>
|
<page content="org.eclipse.cdt.ui.CView" label="LabelNotFound"/>
|
||||||
<page content="org.eclipse.ui.views.BookmarkView" label="LabelNotFound"/>
|
<page content="org.eclipse.ui.views.BookmarkView" label="LabelNotFound"/>
|
||||||
<presentation id="org.eclipse.ui.internal.presentations.r33.WorkbenchPresentationFactory_33">
|
<presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">
|
||||||
<part id="0"/>
|
<part id="0"/>
|
||||||
<part id="1"/>
|
<part id="1"/>
|
||||||
</presentation>
|
</presentation>
|
||||||
|
@ -182,18 +181,17 @@
|
||||||
<page content="org.eclipse.help.ui.HelpView" label="LabelNotFound"/>
|
<page content="org.eclipse.help.ui.HelpView" label="LabelNotFound"/>
|
||||||
<page content="org.eclipse.ui.internal.introview" label="LabelNotFound"/>
|
<page content="org.eclipse.ui.internal.introview" label="LabelNotFound"/>
|
||||||
<page content="org.eclipse.ui.cheatsheets.views.CheatSheetView" label="LabelNotFound"/>
|
<page content="org.eclipse.ui.cheatsheets.views.CheatSheetView" label="LabelNotFound"/>
|
||||||
<presentation id="org.eclipse.ui.internal.presentations.r33.WorkbenchPresentationFactory_33"/>
|
|
||||||
</folder>
|
</folder>
|
||||||
</info>
|
</info>
|
||||||
<info part="org.eclipse.ui.editorss" ratio="0.19510439" ratioLeft="271" ratioRight="1118" relationship="2" relative="topLeft"/>
|
<info part="org.eclipse.ui.editorss" ratio="0.19510439" ratioLeft="271" ratioRight="1118" relationship="2" relative="topLeft"/>
|
||||||
<info folder="true" part="bottom" ratio="0.65869564" ratioLeft="606" ratioRight="314" relationship="4" relative="org.eclipse.ui.editorss">
|
<info folder="true" part="bottom" ratio="0.65869564" ratioLeft="606" ratioRight="314" relationship="4" relative="org.eclipse.ui.editorss">
|
||||||
<folder activePageID="org.eclipse.ui.views.ProblemView" appearance="2" expanded="2">
|
<folder activePageID="org.eclipse.ui.console.ConsoleView" appearance="2" expanded="2">
|
||||||
<page content="org.eclipse.ui.views.ProblemView" label="Problems"/>
|
<page content="org.eclipse.ui.views.ProblemView" label="Problems"/>
|
||||||
<page content="org.eclipse.ui.views.TaskList" label="Tasks"/>
|
<page content="org.eclipse.ui.views.TaskList" label="Tasks"/>
|
||||||
<page content="org.eclipse.ui.console.ConsoleView" label="Console"/>
|
<page content="org.eclipse.ui.console.ConsoleView" label="Console"/>
|
||||||
<page content="org.eclipse.ui.views.PropertySheet" label="Properties"/>
|
<page content="org.eclipse.ui.views.PropertySheet" label="Properties"/>
|
||||||
<page content="org.eclipse.search.ui.views.SearchView" label="Search"/>
|
<page content="org.eclipse.search.ui.views.SearchView" label="Search"/>
|
||||||
<presentation id="org.eclipse.ui.internal.presentations.r33.WorkbenchPresentationFactory_33">
|
<presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">
|
||||||
<part id="0"/>
|
<part id="0"/>
|
||||||
<part id="1"/>
|
<part id="1"/>
|
||||||
<part id="2"/>
|
<part id="2"/>
|
||||||
|
@ -206,7 +204,6 @@
|
||||||
<folder appearance="2" expanded="2">
|
<folder appearance="2" expanded="2">
|
||||||
<page content="org.eclipse.ui.views.ContentOutline" label="LabelNotFound"/>
|
<page content="org.eclipse.ui.views.ContentOutline" label="LabelNotFound"/>
|
||||||
<page content="org.eclipse.cdt.make.ui.views.MakeView" label="LabelNotFound"/>
|
<page content="org.eclipse.cdt.make.ui.views.MakeView" label="LabelNotFound"/>
|
||||||
<presentation id="org.eclipse.ui.internal.presentations.r33.WorkbenchPresentationFactory_33"/>
|
|
||||||
</folder>
|
</folder>
|
||||||
</info>
|
</info>
|
||||||
</mainWindow>
|
</mainWindow>
|
||||||
|
@ -223,11 +220,13 @@
|
||||||
<alwaysOnActionSet id="org.eclipse.ui.actionSet.keyBindings"/>
|
<alwaysOnActionSet id="org.eclipse.ui.actionSet.keyBindings"/>
|
||||||
<alwaysOnActionSet id="org.eclipse.ui.WorkingSetActionSet"/>
|
<alwaysOnActionSet id="org.eclipse.ui.WorkingSetActionSet"/>
|
||||||
<alwaysOnActionSet id="org.eclipse.ui.actionSet.openFiles"/>
|
<alwaysOnActionSet id="org.eclipse.ui.actionSet.openFiles"/>
|
||||||
<alwaysOnActionSet id="org.eclipse.update.ui.softwareUpdates"/>
|
|
||||||
<alwaysOnActionSet id="org.eclipse.debug.ui.launchActionSet"/>
|
<alwaysOnActionSet id="org.eclipse.debug.ui.launchActionSet"/>
|
||||||
<alwaysOnActionSet id="org.eclipse.cdt.debug.ui.debugActionSet"/>
|
<alwaysOnActionSet id="org.eclipse.cdt.debug.ui.debugActionSet"/>
|
||||||
<alwaysOnActionSet id="org.eclipse.ui.NavigateActionSet"/>
|
<alwaysOnActionSet id="org.eclipse.ui.NavigateActionSet"/>
|
||||||
<alwaysOnActionSet id="org.eclipse.debug.ui.breakpointActionSet"/>
|
<alwaysOnActionSet id="org.eclipse.debug.ui.breakpointActionSet"/>
|
||||||
|
<alwaysOnActionSet id="org.eclipse.mylyn.context.ui.actionSet"/>
|
||||||
|
<alwaysOnActionSet id="org.eclipse.mylyn.doc.actionSet"/>
|
||||||
|
<alwaysOnActionSet id="org.eclipse.mylyn.tasks.ui.navigation"/>
|
||||||
<alwaysOnActionSet id="org.eclipse.debug.ui.debugActionSet"/>
|
<alwaysOnActionSet id="org.eclipse.debug.ui.debugActionSet"/>
|
||||||
<show_view_action id="org.eclipse.debug.ui.DebugView"/>
|
<show_view_action id="org.eclipse.debug.ui.DebugView"/>
|
||||||
<show_view_action id="org.eclipse.debug.ui.VariableView"/>
|
<show_view_action id="org.eclipse.debug.ui.VariableView"/>
|
||||||
|
@ -246,14 +245,14 @@
|
||||||
<view id="org.eclipse.ui.console.ConsoleView"/>
|
<view id="org.eclipse.ui.console.ConsoleView"/>
|
||||||
<view id="org.eclipse.ui.views.TaskList"/>
|
<view id="org.eclipse.ui.views.TaskList"/>
|
||||||
<view id="org.eclipse.ui.views.ProblemView"/>
|
<view id="org.eclipse.ui.views.ProblemView"/>
|
||||||
|
<view id="org.eclipse.ui.views.ProgressView"/>
|
||||||
<view id="org.eclipse.debug.ui.DebugView"/>
|
<view id="org.eclipse.debug.ui.DebugView"/>
|
||||||
<view id="org.eclipse.debug.ui.VariableView"/>
|
<view id="org.eclipse.debug.ui.VariableView"/>
|
||||||
<view id="org.eclipse.debug.ui.BreakpointView"/>
|
<view id="org.eclipse.debug.ui.BreakpointView"/>
|
||||||
<view id="org.eclipse.cdt.debug.ui.DisassemblyView"/>
|
|
||||||
<fastViewBars/>
|
<fastViewBars/>
|
||||||
<layout>
<mainWindow>
<info folder="true" part="org.eclipse.debug.internal.ui.NavigatorFolderView">
<folder activePageID="org.eclipse.debug.ui.DebugView" appearance="2" expanded="2">
<page content="org.eclipse.debug.ui.DebugView" label="Debug"/>
|
<layout>
<mainWindow>
<info folder="true" part="org.eclipse.debug.internal.ui.NavigatorFolderView">
<folder activePageID="org.eclipse.debug.ui.DebugView" appearance="2" expanded="2">
<page content="org.eclipse.debug.ui.DebugView" label="Debug"/>
|
||||||
<page content="org.eclipse.ui.views.ResourceNavigator" label="LabelNotFound"/>
|
<page content="org.eclipse.ui.views.ResourceNavigator" label="LabelNotFound"/>
|
||||||
<presentation id="org.eclipse.ui.internal.presentations.r33.WorkbenchPresentationFactory_33">
<part id="0"/>
|
<presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">
<part id="0"/>
|
||||||
</presentation>
|
</presentation>
|
||||||
</folder>
|
</folder>
|
||||||
</info>
|
</info>
|
||||||
|
@ -265,29 +264,31 @@
|
||||||
<info folder="true" part="org.eclipse.debug.internal.ui.ConsoleFolderView" ratio="0.775" ratioLeft="713" ratioRight="207" relationship="4" relative="org.eclipse.debug.internal.ui.NavigatorFolderView">
<folder activePageID="org.eclipse.ui.console.ConsoleView" appearance="2" expanded="2">
<page content="org.eclipse.ui.console.ConsoleView" label="Console"/>
|
<info folder="true" part="org.eclipse.debug.internal.ui.ConsoleFolderView" ratio="0.775" ratioLeft="713" ratioRight="207" relationship="4" relative="org.eclipse.debug.internal.ui.NavigatorFolderView">
<folder activePageID="org.eclipse.ui.console.ConsoleView" appearance="2" expanded="2">
<page content="org.eclipse.ui.console.ConsoleView" label="Console"/>
|
||||||
<page content="org.eclipse.ui.views.TaskList" label="Tasks"/>
|
<page content="org.eclipse.ui.views.TaskList" label="Tasks"/>
|
||||||
<page content="org.eclipse.ui.views.ProblemView" label="Problems"/>
|
<page content="org.eclipse.ui.views.ProblemView" label="Problems"/>
|
||||||
|
<page content="org.eclipse.ui.views.ProgressView" label="Progress"/>
|
||||||
<page content="org.eclipse.ui.views.BookmarkView" label="LabelNotFound"/>
|
<page content="org.eclipse.ui.views.BookmarkView" label="LabelNotFound"/>
|
||||||
<page content="org.eclipse.ui.views.PropertySheet" label="LabelNotFound"/>
|
<page content="org.eclipse.ui.views.PropertySheet" label="LabelNotFound"/>
|
||||||
<page content="org.eclipse.debug.ui.MemoryView" label="LabelNotFound"/>
|
<page content="org.eclipse.debug.ui.MemoryView" label="LabelNotFound"/>
|
||||||
<presentation id="org.eclipse.ui.internal.presentations.r33.WorkbenchPresentationFactory_33">
<part id="0"/>
|
<page content="org.eclipse.debug.ui.ModuleView" label="LabelNotFound"/>
|
||||||
|
<presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">
<part id="0"/>
|
||||||
<part id="1"/>
|
<part id="1"/>
|
||||||
<part id="2"/>
|
<part id="2"/>
|
||||||
|
<part id="3"/>
|
||||||
</presentation>
|
</presentation>
|
||||||
</folder>
|
</folder>
|
||||||
</info>
|
</info>
|
||||||
<info part="org.eclipse.ui.editorss" ratio="0.42112675" ratioLeft="299" ratioRight="411" relationship="4" relative="org.eclipse.debug.internal.ui.NavigatorFolderView"/>
|
<info part="org.eclipse.ui.editorss" ratio="0.29661018" ratioLeft="210" ratioRight="498" relationship="4" relative="org.eclipse.debug.internal.ui.NavigatorFolderView"/>
|
||||||
<info folder="true" part="org.eclipse.debug.internal.ui.OutlineFolderView" ratio="0.5406768" ratioLeft="751" ratioRight="638" relationship="2" relative="org.eclipse.ui.editorss">
<folder activePageID="org.eclipse.cdt.debug.ui.DisassemblyView" appearance="2" expanded="2">
<page content="org.eclipse.cdt.debug.ui.DisassemblyView" label="Disassembly"/>
|
<info folder="true" part="org.eclipse.debug.internal.ui.OutlineFolderView" ratio="0.5406768" ratioLeft="751" ratioRight="638" relationship="2" relative="org.eclipse.ui.editorss">
<folder appearance="2" expanded="2">
<page content="org.eclipse.cdt.debug.ui.DisassemblyView" label="LabelNotFound"/>
|
||||||
<page content="org.eclipse.ui.views.ContentOutline" label="LabelNotFound"/>
|
<page content="org.eclipse.ui.views.ContentOutline" label="LabelNotFound"/>
|
||||||
<presentation id="org.eclipse.ui.internal.presentations.r33.WorkbenchPresentationFactory_33">
<part id="0"/>
|
<presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory"/>
|
||||||
</presentation>
|
|
||||||
</folder>
|
</folder>
|
||||||
</info>
|
</info>
|
||||||
<info folder="true" part="org.eclipse.debug.internal.ui.ToolsFolderView" ratio="0.5" ratioLeft="696" ratioRight="696" relationship="2" relative="org.eclipse.debug.internal.ui.NavigatorFolderView">
<folder activePageID="org.eclipse.debug.ui.VariableView" appearance="2" expanded="2">
<page content="org.eclipse.debug.ui.VariableView" label="Variables"/>
|
<info folder="true" part="org.eclipse.debug.internal.ui.ToolsFolderView" ratio="0.5" ratioLeft="696" ratioRight="696" relationship="2" relative="org.eclipse.debug.internal.ui.NavigatorFolderView">
<folder activePageID="org.eclipse.debug.ui.BreakpointView" appearance="2" expanded="2">
<page content="org.eclipse.debug.ui.VariableView" label="Variables"/>
|
||||||
<page content="org.eclipse.debug.ui.BreakpointView" label="Breakpoints"/>
|
<page content="org.eclipse.debug.ui.BreakpointView" label="Breakpoints"/>
|
||||||
<page content="org.eclipse.debug.ui.ExpressionView" label="LabelNotFound"/>
|
<page content="org.eclipse.debug.ui.ExpressionView" label="LabelNotFound"/>
|
||||||
<page content="org.eclipse.debug.ui.RegisterView" label="LabelNotFound"/>
|
<page content="org.eclipse.debug.ui.RegisterView" label="LabelNotFound"/>
|
||||||
<page content="org.eclipse.cdt.debug.ui.SignalsView" label="LabelNotFound"/>
|
<page content="org.eclipse.cdt.debug.ui.SignalsView" label="LabelNotFound"/>
|
||||||
<page content="org.eclipse.cdt.debug.ui.ModulesView" label="LabelNotFound"/>
|
<page content="org.eclipse.cdt.debug.ui.ModulesView" label="LabelNotFound"/>
|
||||||
<presentation id="org.eclipse.ui.internal.presentations.r33.WorkbenchPresentationFactory_33">
<part id="0"/>
|
<presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">
<part id="0"/>
|
||||||
<part id="1"/>
|
<part id="1"/>
|
||||||
</presentation>
|
</presentation>
|
||||||
</folder>
|
</folder>
|
||||||
|
@ -301,169 +302,165 @@
|
||||||
</workingSets>
|
</workingSets>
|
||||||
<navigationHistory>
|
<navigationHistory>
|
||||||
<editors>
|
<editors>
|
||||||
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/Source/portable/GCC/ARM_CM3/port.c"/>
|
|
||||||
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/main.c"/>
|
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/main.c"/>
|
||||||
|
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/FreeRTOS.org Source/tasks.c"/>
|
||||||
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/timertest.c"/>
|
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/timertest.c"/>
|
||||||
|
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/FreeRTOSConfig.h"/>
|
||||||
|
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/Common Demo Files/drivers/LuminaryMicro/lmi_timer.h"/>
|
||||||
|
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/webserver/uIP_Task.c"/>
|
||||||
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/startup.c"/>
|
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/startup.c"/>
|
||||||
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/Minimal/QPeek.c"/>
|
|
||||||
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/Source/portable/GCC/ARM_CM3/portmacro.h"/>
|
|
||||||
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/main.c"/>
|
|
||||||
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.make.editor" path="/RTOSDemo/Makefile"/>
|
|
||||||
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.ui.DefaultTextEditor" path="/RTOSDemo/.project"/>
|
|
||||||
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.ui.DefaultTextEditor" path="/RTOSDemo/.cproject"/>
|
|
||||||
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/Source/portable/GCC/ARM_CM3/portmacro.h"/>
|
|
||||||
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/main.c"/>
|
|
||||||
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.make.editor" path="/RTOSDemo/Makefile"/>
|
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.make.editor" path="/RTOSDemo/Makefile"/>
|
||||||
|
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/FreeRTOS.org Source/include/task.h"/>
|
||||||
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/main.c"/>
|
<editor factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" path="/RTOSDemo/main.c"/>
|
||||||
</editors>
|
</editors>
|
||||||
<item historyLabel="main.c" index="1">
|
<item historyLabel="tasks.c" index="1">
|
||||||
<position info="not_deleted" x="8180" y="0"/>
|
<position info="not_deleted" x="40413" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="40462" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="40464" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="40539" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="40591" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="40609" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="40815" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="40591" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="40609" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="40815" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="40591" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="40609" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="40683" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="62612" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="62664" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="62718" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="63227" y="4"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="63313" y="6"/>
|
||||||
</item>
|
</item>
|
||||||
<item historyLabel="timertest.c" index="2">
|
<item historyLabel="timertest.c" index="2">
|
||||||
<position info="not_deleted" x="2987" y="0"/>
|
<position info="not_deleted" x="5016" y="0"/>
|
||||||
</item>
|
</item>
|
||||||
<item historyLabel="timertest.c" index="2">
|
<item historyLabel="timertest.c" index="2">
|
||||||
<position info="not_deleted" x="3037" y="0"/>
|
<position info="not_deleted" x="5283" y="24"/>
|
||||||
</item>
|
</item>
|
||||||
<item historyLabel="timertest.c" index="2">
|
<item historyLabel="timertest.c" index="2">
|
||||||
<position info="not_deleted" x="3090" y="0"/>
|
<position info="not_deleted" x="3135" y="24"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="main.c" index="0">
|
||||||
|
<position info="not_deleted" x="8966" y="0"/>
|
||||||
</item>
|
</item>
|
||||||
<item historyLabel="timertest.c" index="2">
|
<item historyLabel="timertest.c" index="2">
|
||||||
<position info="not_deleted" x="3148" y="0"/>
|
<position info="not_deleted" x="3996" y="917"/>
|
||||||
</item>
|
</item>
|
||||||
<item historyLabel="timertest.c" index="2">
|
<item historyLabel="main.c" index="0">
|
||||||
<position info="not_deleted" x="3275" y="0"/>
|
<position info="not_deleted" x="8966" y="0"/>
|
||||||
</item>
|
</item>
|
||||||
<item historyLabel="timertest.c" index="2">
|
<item historyLabel="FreeRTOSConfig.h" index="3">
|
||||||
<position info="not_deleted" x="3368" y="0"/>
|
<position info="not_deleted" x="4681" y="0"/>
|
||||||
</item>
|
</item>
|
||||||
<item historyLabel="timertest.c" index="2">
|
<item historyLabel="main.c" index="0">
|
||||||
<position info="not_deleted" x="3487" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="timertest.c" index="2">
|
|
||||||
<position info="not_deleted" x="3551" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="timertest.c" index="2">
|
|
||||||
<position info="not_deleted" x="3607" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="main.c" index="1">
|
|
||||||
<position info="not_deleted" x="8180" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="timertest.c" index="2">
|
|
||||||
<position info="not_deleted" x="3884" y="16"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="startup.c" index="3">
|
|
||||||
<position/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="QPeek.c" index="4">
|
|
||||||
<position/>
|
<position/>
|
||||||
</item>
|
</item>
|
||||||
<item historyLabel="timertest.c" index="2">
|
<item historyLabel="timertest.c" index="2">
|
||||||
<position info="not_deleted" x="3884" y="16"/>
|
<position info="not_deleted" x="2617" y="22"/>
|
||||||
</item>
|
</item>
|
||||||
<item historyLabel="main.c" index="1">
|
<item historyLabel="main.c" index="0">
|
||||||
<position info="not_deleted" x="6857" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="port.c" index="0">
|
|
||||||
<position info="not_deleted" x="3542" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="port.c" index="0">
|
|
||||||
<position info="not_deleted" x="8099" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="port.c" index="0">
|
|
||||||
<position info="not_deleted" x="6994" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="timertest.c" index="2">
|
|
||||||
<position info="not_deleted" x="3910" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="port.c" index="0">
|
|
||||||
<position info="not_deleted" x="6994" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="port.c" index="0">
|
|
||||||
<position info="not_deleted" x="10129" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="timertest.c" index="2">
|
|
||||||
<position info="not_deleted" x="3910" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="timertest.c" index="2">
|
|
||||||
<position info="not_deleted" x="4122" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="timertest.c" index="2">
|
|
||||||
<position info="not_deleted" x="4169" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="timertest.c" index="2">
|
|
||||||
<position info="not_deleted" x="4281" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="timertest.c" index="2">
|
|
||||||
<position info="not_deleted" x="4395" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="timertest.c" index="2">
|
|
||||||
<position info="not_deleted" x="4556" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="timertest.c" index="2">
|
|
||||||
<position info="not_deleted" x="4590" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="timertest.c" index="2">
|
|
||||||
<position info="not_deleted" x="4645" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="main.c" index="1">
|
|
||||||
<position info="not_deleted" x="6857" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="main.c" index="1">
|
|
||||||
<position info="not_deleted" x="8180" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="main.c" index="1">
|
|
||||||
<position info="not_deleted" x="6857" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="port.c" index="0">
|
|
||||||
<position info="not_deleted" x="10129" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="port.c" index="0">
|
|
||||||
<position info="not_deleted" x="10156" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="port.c" index="0">
|
|
||||||
<position info="not_deleted" x="10129" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="port.c" index="0">
|
|
||||||
<position info="not_deleted" x="6994" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="port.c" index="0">
|
|
||||||
<position info="not_deleted" x="10129" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="main.c" index="1">
|
|
||||||
<position info="not_deleted" x="6857" y="0"/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="portmacro.h" index="5">
|
|
||||||
<position/>
|
<position/>
|
||||||
</item>
|
</item>
|
||||||
<item historyLabel="main.c" index="6">
|
<item historyLabel="lmi_timer.h" index="4">
|
||||||
|
<position info="not_deleted" x="5331" y="16"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="main.c" index="0">
|
||||||
<position/>
|
<position/>
|
||||||
</item>
|
</item>
|
||||||
|
<item historyLabel="timertest.c" index="2">
|
||||||
|
<position info="not_deleted" x="3696" y="59"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="FreeRTOSConfig.h" index="3">
|
||||||
|
<position info="not_deleted" x="4846" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="main.c" index="0">
|
||||||
|
<position info="not_deleted" x="16567" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="FreeRTOSConfig.h" index="3">
|
||||||
|
<position info="not_deleted" x="4573" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="uIP_Task.c" index="5">
|
||||||
|
<position/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="main.c" index="0">
|
||||||
|
<position info="not_deleted" x="9865" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="main.c" index="0">
|
||||||
|
<position info="not_deleted" x="8966" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="40413" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="startup.c" index="6">
|
||||||
|
<position info="not_deleted" x="9224" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="main.c" index="0">
|
||||||
|
<position info="not_deleted" x="8966" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="tasks.c" index="1">
|
||||||
|
<position info="not_deleted" x="40413" y="0"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="timertest.c" index="2">
|
||||||
|
<position info="not_deleted" x="5949" y="25"/>
|
||||||
|
</item>
|
||||||
|
<item historyLabel="main.c" index="0">
|
||||||
|
<position info="not_deleted" x="8966" y="0"/>
|
||||||
|
</item>
|
||||||
<item historyLabel="Makefile" index="7">
|
<item historyLabel="Makefile" index="7">
|
||||||
<position/>
|
<position/>
|
||||||
</item>
|
</item>
|
||||||
<item historyLabel=".project" index="8">
|
<item historyLabel="tasks.c" index="1">
|
||||||
<position/>
|
<position info="not_deleted" x="40413" y="0"/>
|
||||||
</item>
|
</item>
|
||||||
<item historyLabel=".cproject" index="9">
|
<item historyLabel="tasks.c" index="1">
|
||||||
<position/>
|
<position info="not_deleted" x="40688" y="37"/>
|
||||||
</item>
|
</item>
|
||||||
<item historyLabel=".project" index="8">
|
<item historyLabel="tasks.c" index="1">
|
||||||
<position/>
|
<position info="not_deleted" x="62316" y="37"/>
|
||||||
</item>
|
</item>
|
||||||
<item historyLabel="Makefile" index="7">
|
<item historyLabel="Makefile" index="7">
|
||||||
<position info="not_deleted" x="3301" y="8"/>
|
<position info="not_deleted" x="3936" y="7"/>
|
||||||
</item>
|
</item>
|
||||||
<item historyLabel="portmacro.h" index="10">
|
<item historyLabel="task.h" index="8">
|
||||||
<position/>
|
<position info="not_deleted" x="29041" y="0"/>
|
||||||
</item>
|
</item>
|
||||||
<item historyLabel="main.c" index="11">
|
<item active="true" historyLabel="main.c" index="9">
|
||||||
<position/>
|
|
||||||
</item>
|
|
||||||
<item historyLabel="Makefile" index="12">
|
|
||||||
<position/>
|
|
||||||
</item>
|
|
||||||
<item active="true" historyLabel="main.c" index="13">
|
|
||||||
<position/>
|
<position/>
|
||||||
</item>
|
</item>
|
||||||
</navigationHistory>
|
</navigationHistory>
|
||||||
|
@ -483,6 +480,39 @@
|
||||||
</trimLayout>
|
</trimLayout>
|
||||||
</window>
|
</window>
|
||||||
<mruList>
|
<mruList>
|
||||||
|
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="task.h" tooltip="RTOSDemo/FreeRTOS.org Source/include/task.h">
|
||||||
|
<persistable path="/RTOSDemo/FreeRTOS.org Source/include/task.h"/>
|
||||||
|
</file>
|
||||||
|
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="uIP_Task.c" tooltip="RTOSDemo/webserver/uIP_Task.c">
|
||||||
|
<persistable path="/RTOSDemo/webserver/uIP_Task.c"/>
|
||||||
|
</file>
|
||||||
|
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="lmi_timer.h" tooltip="RTOSDemo/Common Demo Files/drivers/LuminaryMicro/lmi_timer.h">
|
||||||
|
<persistable path="/RTOSDemo/Common Demo Files/drivers/LuminaryMicro/lmi_timer.h"/>
|
||||||
|
</file>
|
||||||
|
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="FreeRTOSConfig.h" tooltip="RTOSDemo/FreeRTOSConfig.h">
|
||||||
|
<persistable path="/RTOSDemo/FreeRTOSConfig.h"/>
|
||||||
|
</file>
|
||||||
|
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="portmacro.h" tooltip="RTOSDemo/FreeRTOS.org Source/portable/GCC/ARM_CM3/portmacro.h">
|
||||||
|
<persistable path="/RTOSDemo/FreeRTOS.org Source/portable/GCC/ARM_CM3/portmacro.h"/>
|
||||||
|
</file>
|
||||||
|
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="emac.c" tooltip="RTOSDemo/webserver/emac.c">
|
||||||
|
<persistable path="/RTOSDemo/webserver/emac.c"/>
|
||||||
|
</file>
|
||||||
|
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="port.c" tooltip="RTOSDemo/FreeRTOS.org Source/portable/GCC/ARM_CM3/port.c">
|
||||||
|
<persistable path="/RTOSDemo/FreeRTOS.org Source/portable/GCC/ARM_CM3/port.c"/>
|
||||||
|
</file>
|
||||||
|
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="list.c" tooltip="RTOSDemo/FreeRTOS.org Source/list.c">
|
||||||
|
<persistable path="/RTOSDemo/FreeRTOS.org Source/list.c"/>
|
||||||
|
</file>
|
||||||
|
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="startup.c" tooltip="RTOSDemo/startup.c">
|
||||||
|
<persistable path="/RTOSDemo/startup.c"/>
|
||||||
|
</file>
|
||||||
|
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="tasks.c" tooltip="RTOSDemo/FreeRTOS.org Source/tasks.c">
|
||||||
|
<persistable path="/RTOSDemo/FreeRTOS.org Source/tasks.c"/>
|
||||||
|
</file>
|
||||||
|
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="queue.c" tooltip="RTOSDemo/FreeRTOS.org Source/queue.c">
|
||||||
|
<persistable path="/RTOSDemo/FreeRTOS.org Source/queue.c"/>
|
||||||
|
</file>
|
||||||
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.ui.DefaultTextEditor" name=".cproject" tooltip="RTOSDemo/.cproject">
|
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.ui.DefaultTextEditor" name=".cproject" tooltip="RTOSDemo/.cproject">
|
||||||
<persistable path="/RTOSDemo/.cproject"/>
|
<persistable path="/RTOSDemo/.cproject"/>
|
||||||
</file>
|
</file>
|
||||||
|
@ -495,38 +525,5 @@
|
||||||
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="main.c" tooltip="RTOSDemo/main.c">
|
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="main.c" tooltip="RTOSDemo/main.c">
|
||||||
<persistable path="/RTOSDemo/main.c"/>
|
<persistable path="/RTOSDemo/main.c"/>
|
||||||
</file>
|
</file>
|
||||||
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="portmacro.h" tooltip="RTOSDemo/Source/portable/GCC/ARM_CM3/portmacro.h">
|
|
||||||
<persistable path="/RTOSDemo/Source/portable/GCC/ARM_CM3/portmacro.h"/>
|
|
||||||
</file>
|
|
||||||
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="QPeek.c" tooltip="RTOSDemo/Minimal/QPeek.c">
|
|
||||||
<persistable path="/RTOSDemo/Minimal/QPeek.c"/>
|
|
||||||
</file>
|
|
||||||
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="startup.c" tooltip="RTOSDemo/startup.c">
|
|
||||||
<persistable path="/RTOSDemo/startup.c"/>
|
|
||||||
</file>
|
|
||||||
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="timertest.c" tooltip="RTOSDemo/timertest.c">
|
|
||||||
<persistable path="/RTOSDemo/timertest.c"/>
|
|
||||||
</file>
|
|
||||||
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="lcd_message.h" tooltip="RTOSDemo/lcd_message.h">
|
|
||||||
<persistable path="/RTOSDemo/lcd_message.h"/>
|
|
||||||
</file>
|
|
||||||
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="tasks.c" tooltip="RTOSDemo/Source/tasks.c">
|
|
||||||
<persistable path="/RTOSDemo/Source/tasks.c"/>
|
|
||||||
</file>
|
|
||||||
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="FreeRTOSConfig.h" tooltip="RTOSDemo/FreeRTOSConfig.h">
|
|
||||||
<persistable path="/RTOSDemo/FreeRTOSConfig.h"/>
|
|
||||||
</file>
|
|
||||||
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="port.c" tooltip="RTOSDemo/Source/portable/GCC/ARM_CM3/port.c">
|
|
||||||
<persistable path="/RTOSDemo/Source/portable/GCC/ARM_CM3/port.c"/>
|
|
||||||
</file>
|
|
||||||
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.ui.DefaultTextEditor" name="standalone.ld" tooltip="RTOSDemo/standalone.ld">
|
|
||||||
<persistable path="/RTOSDemo/standalone.ld"/>
|
|
||||||
</file>
|
|
||||||
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="semtest.c" tooltip="RTOSDemo/Minimal/semtest.c">
|
|
||||||
<persistable path="/RTOSDemo/Minimal/semtest.c"/>
|
|
||||||
</file>
|
|
||||||
<file factoryID="org.eclipse.ui.part.FileEditorInputFactory" id="org.eclipse.cdt.ui.editor.CEditor" name="uIP_Task.c" tooltip="RTOSDemo/webserver/uIP_Task.c">
|
|
||||||
<persistable path="/RTOSDemo/webserver/uIP_Task.c"/>
|
|
||||||
</file>
|
|
||||||
</mruList>
|
</mruList>
|
||||||
</workbench>
|
</workbench>
|
Loading…
Reference in a new issue