mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Add kernel code to the RISC-V-Qemu-sifive_e-FreedomStudio demo.
This commit is contained in:
parent
f7102f2342
commit
d0ef322b13
5 changed files with 296 additions and 2 deletions
|
@ -23,4 +23,77 @@
|
|||
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
|
||||
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
|
||||
</natures>
|
||||
<linkedResources>
|
||||
<link>
|
||||
<name>FreeRTOS_Source</name>
|
||||
<type>2</type>
|
||||
<locationURI>virtual:/virtual</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>FreeRTOS_Source/event_groups.c</name>
|
||||
<type>1</type>
|
||||
<locationURI>FREERTOS_ROUTE/FreeRTOS/Source/event_groups.c</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>FreeRTOS_Source/include</name>
|
||||
<type>2</type>
|
||||
<locationURI>FREERTOS_ROUTE/FreeRTOS/Source/include</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>FreeRTOS_Source/list.c</name>
|
||||
<type>1</type>
|
||||
<locationURI>FREERTOS_ROUTE/FreeRTOS/Source/list.c</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>FreeRTOS_Source/portable</name>
|
||||
<type>2</type>
|
||||
<locationURI>virtual:/virtual</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>FreeRTOS_Source/queue.c</name>
|
||||
<type>1</type>
|
||||
<locationURI>FREERTOS_ROUTE/FreeRTOS/Source/queue.c</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>FreeRTOS_Source/stream_buffer.c</name>
|
||||
<type>1</type>
|
||||
<locationURI>FREERTOS_ROUTE/FreeRTOS/Source/stream_buffer.c</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>FreeRTOS_Source/tasks.c</name>
|
||||
<type>1</type>
|
||||
<locationURI>FREERTOS_ROUTE/FreeRTOS/Source/tasks.c</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>FreeRTOS_Source/timers.c</name>
|
||||
<type>1</type>
|
||||
<locationURI>FREERTOS_ROUTE/FreeRTOS/Source/timers.c</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>FreeRTOS_Source/portable/GCC</name>
|
||||
<type>2</type>
|
||||
<locationURI>virtual:/virtual</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>FreeRTOS_Source/portable/MemMang</name>
|
||||
<type>2</type>
|
||||
<locationURI>virtual:/virtual</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>FreeRTOS_Source/portable/GCC/RISC-V-RV32</name>
|
||||
<type>2</type>
|
||||
<locationURI>FREERTOS_ROUTE/FreeRTOS/Source/portable/GCC/RISC-V-RV32</locationURI>
|
||||
</link>
|
||||
<link>
|
||||
<name>FreeRTOS_Source/portable/MemMang/heap_4.c</name>
|
||||
<type>1</type>
|
||||
<locationURI>FREERTOS_ROUTE/FreeRTOS/Source/portable/MemMang/heap_4.c</locationURI>
|
||||
</link>
|
||||
</linkedResources>
|
||||
<variableList>
|
||||
<variable>
|
||||
<name>FREERTOS_ROUTE</name>
|
||||
<value>$%7BPARENT-3-PROJECT_LOC%7D</value>
|
||||
</variable>
|
||||
</variableList>
|
||||
</projectDescription>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue