]> git.sur5r.net Git - freertos/commitdiff
Work in progress update of LPC51U68 MCUXpresso project to rearrange the folder struct...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 9 Jan 2020 00:19:36 +0000 (00:19 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 9 Jan 2020 00:19:36 +0000 (00:19 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2799 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/.cproject
FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/.project
FreeRTOS/Demo/CORTEX_M0+_LPC51U68_GCC_IAR_KEIL/.settings/language.settings.xml

index cafde17d7636b07ed4d98b53bb4adf60e02faac8..bbcb6b11aef970ff1c0919726490652347e8a8e2 100644 (file)
                                        </folderInfo>\r
                                        <sourceEntries>\r
                                                <entry flags="LOCAL|VALUE_WORKSPACE_PATH" kind="sourcePath" name="CMSIS"/>\r
+                                               <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="Demo_tasks"/>\r
+                                               <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="FreeRTOS_source"/>\r
                                                <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="GCC_specific"/>\r
-                                               <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="Minimal"/>\r
-                                               <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="Source"/>\r
                                                <entry flags="LOCAL|VALUE_WORKSPACE_PATH" kind="sourcePath" name="app"/>\r
                                                <entry flags="LOCAL|VALUE_WORKSPACE_PATH" kind="sourcePath" name="board"/>\r
                                                <entry flags="LOCAL|VALUE_WORKSPACE_PATH" kind="sourcePath" name="component"/>\r
                                        </folderInfo>\r
                                        <sourceEntries>\r
                                                <entry flags="LOCAL|VALUE_WORKSPACE_PATH" kind="sourcePath" name="CMSIS"/>\r
-                                               <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="Minimal"/>\r
-                                               <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="Source"/>\r
+                                               <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="Demo_tasks"/>\r
+                                               <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="FreeRTOS_source"/>\r
                                                <entry flags="LOCAL|VALUE_WORKSPACE_PATH" kind="sourcePath" name="app"/>\r
                                                <entry flags="LOCAL|VALUE_WORKSPACE_PATH" kind="sourcePath" name="board"/>\r
                                                <entry flags="LOCAL|VALUE_WORKSPACE_PATH" kind="sourcePath" name="component"/>\r
        <storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>\r
        <storageModule moduleId="com.nxp.mcuxpresso.core.datamodels">\r
                <sdkName>SDK_2.x_LPCXpresso51U68</sdkName>\r
-               <sdkVersion>2.6.0</sdkVersion>\r
+               <sdkVersion>2.7.0</sdkVersion>\r
                <sdkComponents>middleware.baremetal.LPC51U68;platform.drivers.clock.LPC51U68;device.LPC51U68_CMSIS.LPC51U68;platform.Include_common.LPC51U68;platform.Include_core_cm0plus.LPC51U68;platform.drivers.common.LPC51U68;platform.drivers.power.LPC51U68;platform.drivers.reset.LPC51U68;platform.drivers.flexcomm.LPC51U68;platform.drivers.flexcomm_usart.LPC51U68;platform.drivers.lpc_gpio.LPC51U68;platform.drivers.lpc_iocon.LPC51U68;platform.drivers.pint.LPC51U68;component.serial_manager.LPC51U68;component.lists.LPC51U68;component.serial_manager_uart.LPC51U68;component.usart_adapter.LPC51U68;platform.utilities.assert.LPC51U68;utility.debug_console.LPC51U68;device.LPC51U68_startup.LPC51U68;project_template.lpcxpresso51u68.LPC51U68;platform.drivers.ctimer.LPC51U68;</sdkComponents>\r
                <boardId>lpcxpresso51u68</boardId>\r
                <package>LPC51U68JBD64</package>\r
index 21505b1a4d9a3f948c177b0cf29a1dc1e6ae5e7e..226716e4f915599ac4ad93b750605956f3811660 100644 (file)
        </natures>\r
        <linkedResources>\r
                <link>\r
-                       <name>Minimal</name>\r
+                       <name>Demo_tasks</name>\r
                        <type>2</type>\r
                        <locationURI>virtual:/virtual</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source</name>\r
+                       <name>FreeRTOS_source</name>\r
                        <type>2</type>\r
                        <locationURI>virtual:/virtual</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Minimal/IntQueue.c</name>\r
+                       <name>Demo_tasks/IntQueue.c</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-1-PROJECT_LOC/Common/Minimal/IntQueue.c</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Minimal/blocktim.c</name>\r
+                       <name>Demo_tasks/blocktim.c</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-1-PROJECT_LOC/Common/Minimal/blocktim.c</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Minimal/countsem.c</name>\r
+                       <name>Demo_tasks/countsem.c</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-1-PROJECT_LOC/Common/Minimal/countsem.c</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Minimal/recmutex.c</name>\r
+                       <name>Demo_tasks/recmutex.c</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-1-PROJECT_LOC/Common/Minimal/recmutex.c</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/croutine.c</name>\r
+                       <name>FreeRTOS_source/croutine.c</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/croutine.c</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/event_groups.c</name>\r
+                       <name>FreeRTOS_source/event_groups.c</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/event_groups.c</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include</name>\r
+                       <name>FreeRTOS_source/include</name>\r
                        <type>2</type>\r
                        <locationURI>virtual:/virtual</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/list.c</name>\r
+                       <name>FreeRTOS_source/list.c</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/list.c</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/portable</name>\r
+                       <name>FreeRTOS_source/portable</name>\r
                        <type>2</type>\r
                        <locationURI>virtual:/virtual</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/queue.c</name>\r
+                       <name>FreeRTOS_source/queue.c</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/queue.c</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/stream_buffer.c</name>\r
+                       <name>FreeRTOS_source/stream_buffer.c</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/stream_buffer.c</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/tasks.c</name>\r
+                       <name>FreeRTOS_source/tasks.c</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/tasks.c</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/timers.c</name>\r
+                       <name>FreeRTOS_source/timers.c</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/timers.c</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include/FreeRTOS.h</name>\r
+                       <name>FreeRTOS_source/include/FreeRTOS.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/include/FreeRTOS.h</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include/StackMacros.h</name>\r
+                       <name>FreeRTOS_source/include/StackMacros.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/include/StackMacros.h</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include/atomic.h</name>\r
+                       <name>FreeRTOS_source/include/atomic.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/include/atomic.h</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include/croutine.h</name>\r
+                       <name>FreeRTOS_source/include/croutine.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/include/croutine.h</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include/deprecated_definitions.h</name>\r
+                       <name>FreeRTOS_source/include/deprecated_definitions.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/include/deprecated_definitions.h</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include/event_groups.h</name>\r
+                       <name>FreeRTOS_source/include/event_groups.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/include/event_groups.h</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include/list.h</name>\r
+                       <name>FreeRTOS_source/include/list.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/include/list.h</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include/message_buffer.h</name>\r
+                       <name>FreeRTOS_source/include/message_buffer.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/include/message_buffer.h</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include/mpu_prototypes.h</name>\r
+                       <name>FreeRTOS_source/include/mpu_prototypes.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/include/mpu_prototypes.h</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include/mpu_wrappers.h</name>\r
+                       <name>FreeRTOS_source/include/mpu_wrappers.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/include/mpu_wrappers.h</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include/portable.h</name>\r
+                       <name>FreeRTOS_source/include/portable.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/include/portable.h</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include/projdefs.h</name>\r
+                       <name>FreeRTOS_source/include/projdefs.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/include/projdefs.h</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include/queue.h</name>\r
+                       <name>FreeRTOS_source/include/queue.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/include/queue.h</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include/semphr.h</name>\r
+                       <name>FreeRTOS_source/include/semphr.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/include/semphr.h</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include/stack_macros.h</name>\r
+                       <name>FreeRTOS_source/include/stack_macros.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/include/stack_macros.h</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include/stream_buffer.h</name>\r
+                       <name>FreeRTOS_source/include/stream_buffer.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/include/stream_buffer.h</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include/task.h</name>\r
+                       <name>FreeRTOS_source/include/task.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/include/task.h</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/include/timers.h</name>\r
+                       <name>FreeRTOS_source/include/timers.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/include/timers.h</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/portable/GCC</name>\r
+                       <name>FreeRTOS_source/portable/GCC</name>\r
                        <type>2</type>\r
                        <locationURI>virtual:/virtual</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/portable/MemMang</name>\r
+                       <name>FreeRTOS_source/portable/MemMang</name>\r
                        <type>2</type>\r
                        <locationURI>virtual:/virtual</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/portable/GCC/ARM_CM0</name>\r
+                       <name>FreeRTOS_source/portable/GCC/ARM_CM0</name>\r
                        <type>2</type>\r
                        <locationURI>virtual:/virtual</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/portable/MemMang/heap_5.c</name>\r
+                       <name>FreeRTOS_source/portable/MemMang/heap_5.c</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/portable/MemMang/heap_5.c</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/portable/GCC/ARM_CM0/port.c</name>\r
+                       <name>FreeRTOS_source/portable/GCC/ARM_CM0/port.c</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/portable/GCC/ARM_CM0/port.c</locationURI>\r
                </link>\r
                <link>\r
-                       <name>Source/portable/GCC/ARM_CM0/portmacro.h</name>\r
+                       <name>FreeRTOS_source/portable/GCC/ARM_CM0/portmacro.h</name>\r
                        <type>1</type>\r
                        <locationURI>PARENT-2-PROJECT_LOC/Source/portable/GCC/ARM_CM0/portmacro.h</locationURI>\r
                </link>\r
index b9880cafda12716d82654cf6e25fcd26bc7072f4..b0c0fd5d5452258b9279a6f9f76fac79597c8fa1 100644 (file)
@@ -4,7 +4,7 @@
                <extension point="org.eclipse.cdt.core.LanguageSettingsProvider">\r
                        <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>\r
                        <provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuildCommandParser" id="com.crt.advproject.GCCBuildCommandParser" keep-relative-paths="false" name="MCU GCC Build Output Parser" parameter="(arm-none-eabi-gcc)|(arm-none-eabi-[gc]\+\+)|(gcc)|([gc]\+\+)|(clang)" prefer-non-shared="true"/>\r
-                       <provider class="com.crt.advproject.specs.MCUGCCBuiltinSpecsDetector" console="false" env-hash="-1461237001128099450" id="com.crt.advproject.GCCBuildSpecCompilerParser" keep-relative-paths="false" name="MCU GCC Built-in Compiler Parser" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">\r
+                       <provider class="com.crt.advproject.specs.MCUGCCBuiltinSpecsDetector" console="false" env-hash="-326822570324312585" id="com.crt.advproject.GCCBuildSpecCompilerParser" keep-relative-paths="false" name="MCU GCC Built-in Compiler Parser" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">\r
                                <language-scope id="org.eclipse.cdt.core.gcc"/>\r
                                <language-scope id="org.eclipse.cdt.core.g++"/>\r
                        </provider>\r
@@ -15,7 +15,7 @@
                <extension point="org.eclipse.cdt.core.LanguageSettingsProvider">\r
                        <provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>\r
                        <provider copy-of="extension" id="com.crt.advproject.GCCBuildCommandParser"/>\r
-                       <provider class="com.crt.advproject.specs.MCUGCCBuiltinSpecsDetector" console="false" env-hash="-1411744523273428931" id="com.crt.advproject.GCCBuildSpecCompilerParser" keep-relative-paths="false" name="MCU GCC Built-in Compiler Parser" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">\r
+                       <provider class="com.crt.advproject.specs.MCUGCCBuiltinSpecsDetector" console="false" env-hash="-277679898864469442" id="com.crt.advproject.GCCBuildSpecCompilerParser" keep-relative-paths="false" name="MCU GCC Built-in Compiler Parser" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">\r
                                <language-scope id="org.eclipse.cdt.core.gcc"/>\r
                                <language-scope id="org.eclipse.cdt.core.g++"/>\r
                        </provider>\r