Recreate the RISC-V-Qemu demo using Vanilla Eclipse in place of Freedom Studio as there is not a new Freedom Studio project that targets the HiFive1 board, and the updated Freedom Studio version didn't work with this project any more anyway.

This commit is contained in:
Richard Barry 2019-10-16 04:28:28 +00:00
parent d435a7b62d
commit f78ccd077a
15 changed files with 118 additions and 802 deletions

View file

@ -25,120 +25,120 @@
</natures>
<linkedResources>
<link>
<name>FreeRTOS_Source</name>
<name>freertos_source</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>FreeRTOS_Source/event_groups.c</name>
<name>freertos_source/event_groups.c</name>
<type>1</type>
<locationURI>FREERTOS_ROOT/FreeRTOS/Source/event_groups.c</locationURI>
</link>
<link>
<name>FreeRTOS_Source/include</name>
<name>freertos_source/include</name>
<type>2</type>
<locationURI>FREERTOS_ROOT/FreeRTOS/Source/include</locationURI>
</link>
<link>
<name>FreeRTOS_Source/list.c</name>
<name>freertos_source/list.c</name>
<type>1</type>
<locationURI>FREERTOS_ROOT/FreeRTOS/Source/list.c</locationURI>
</link>
<link>
<name>FreeRTOS_Source/portable</name>
<name>freertos_source/portable</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>FreeRTOS_Source/queue.c</name>
<name>freertos_source/queue.c</name>
<type>1</type>
<locationURI>FREERTOS_ROOT/FreeRTOS/Source/queue.c</locationURI>
</link>
<link>
<name>FreeRTOS_Source/stream_buffer.c</name>
<name>freertos_source/stream_buffer.c</name>
<type>1</type>
<locationURI>FREERTOS_ROOT/FreeRTOS/Source/stream_buffer.c</locationURI>
</link>
<link>
<name>FreeRTOS_Source/tasks.c</name>
<name>freertos_source/tasks.c</name>
<type>1</type>
<locationURI>FREERTOS_ROOT/FreeRTOS/Source/tasks.c</locationURI>
</link>
<link>
<name>FreeRTOS_Source/timers.c</name>
<name>freertos_source/timers.c</name>
<type>1</type>
<locationURI>FREERTOS_ROOT/FreeRTOS/Source/timers.c</locationURI>
</link>
<link>
<name>full_demo/common_demo_tasks</name>
<name>full_demo/standard_demo_tasks</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>FreeRTOS_Source/portable/GCC</name>
<name>freertos_source/portable/GCC</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>FreeRTOS_Source/portable/MemMang</name>
<name>freertos_source/portable/MemMang</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>full_demo/common_demo_tasks/EventGroupsDemo.c</name>
<name>full_demo/standard_demo_tasks/EventGroupsDemo.c</name>
<type>1</type>
<locationURI>FREERTOS_ROOT/FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c</locationURI>
</link>
<link>
<name>full_demo/common_demo_tasks/GenQTest.c</name>
<name>full_demo/standard_demo_tasks/GenQTest.c</name>
<type>1</type>
<locationURI>FREERTOS_ROOT/FreeRTOS/Demo/Common/Minimal/GenQTest.c</locationURI>
</link>
<link>
<name>full_demo/common_demo_tasks/TaskNotify.c</name>
<name>full_demo/standard_demo_tasks/TaskNotify.c</name>
<type>1</type>
<locationURI>FREERTOS_ROOT/FreeRTOS/Demo/Common/Minimal/TaskNotify.c</locationURI>
</link>
<link>
<name>full_demo/common_demo_tasks/TimerDemo.c</name>
<name>full_demo/standard_demo_tasks/TimerDemo.c</name>
<type>1</type>
<locationURI>FREERTOS_ROOT/FreeRTOS/Demo/Common/Minimal/TimerDemo.c</locationURI>
</link>
<link>
<name>full_demo/common_demo_tasks/blocktim.c</name>
<name>full_demo/standard_demo_tasks/blocktim.c</name>
<type>1</type>
<locationURI>FREERTOS_ROOT/FreeRTOS/Demo/Common/Minimal/blocktim.c</locationURI>
</link>
<link>
<name>full_demo/common_demo_tasks/dynamic.c</name>
<name>full_demo/standard_demo_tasks/dynamic.c</name>
<type>1</type>
<locationURI>FREERTOS_ROOT/FreeRTOS/Demo/Common/Minimal/dynamic.c</locationURI>
</link>
<link>
<name>full_demo/common_demo_tasks/include</name>
<name>full_demo/standard_demo_tasks/include</name>
<type>2</type>
<locationURI>FREERTOS_ROOT/FreeRTOS/Demo/Common/include</locationURI>
</link>
<link>
<name>full_demo/common_demo_tasks/recmutex.c</name>
<name>full_demo/standard_demo_tasks/recmutex.c</name>
<type>1</type>
<locationURI>FREERTOS_ROOT/FreeRTOS/Demo/Common/Minimal/recmutex.c</locationURI>
</link>
<link>
<name>FreeRTOS_Source/portable/GCC/RISC-V</name>
<name>freertos_source/portable/GCC/RISC-V</name>
<type>2</type>
<locationURI>FREERTOS_ROOT/FreeRTOS/Source/portable/GCC/RISC-V</locationURI>
</link>
<link>
<name>FreeRTOS_Source/portable/MemMang/heap_4.c</name>
<name>freertos_source/portable/MemMang/heap_4.c</name>
<type>1</type>
<locationURI>FREERTOS_ROOT/FreeRTOS/Source/portable/MemMang/heap_4.c</locationURI>
</link>
</linkedResources>
<filteredResources>
<filter>
<id>1546280186727</id>
<name>FreeRTOS_Source/portable/GCC/RISC-V/chip_specific_extensions</name>
<id>1571146760235</id>
<name>freertos_source/portable/GCC/RISC-V/chip_specific_extensions</name>
<type>9</type>
<matcher>
<id>org.eclipse.ui.ide.multiFilter</id>