mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-18 09:08:33 -04:00
Move the 'generic' version of freertos_risc_v_chip_specific_extensions.h back to a sub-directory as having it in the RISC-V port's base directory was causing SoftConsole to pick up the wrong version (for an unknown reason).
Add a project for the Vega board's RI5CY core.
This commit is contained in:
parent
e2af102c80
commit
11d9c440b8
61 changed files with 76183 additions and 53 deletions
|
@ -99,7 +99,7 @@
|
|||
|
||||
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="ilg.gnumcueclipse.managedbuild.cross.riscv.option.assembler.include.paths.1792818218" name="Include paths (-I)" superClass="ilg.gnumcueclipse.managedbuild.cross.riscv.option.assembler.include.paths" useByScannerDiscovery="true" valueType="includePath">
|
||||
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/FreeRTOS_Source/portable/GCC/RISC-V-RV32}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/${ProjName}/FreeRTOS_Source/portable/GCC/RISC-V-RV32/chip_specific_extensions/RV32I_CLINT_no_extensions}""/>
|
||||
|
||||
</option>
|
||||
|
||||
|
|
|
@ -215,12 +215,12 @@
|
|||
</matcher>
|
||||
</filter>
|
||||
<filter>
|
||||
<id>1545005412575</id>
|
||||
<name>FreeRTOS_Source/portable/GCC/RISC-V-RV32</name>
|
||||
<id>1546279974088</id>
|
||||
<name>FreeRTOS_Source/portable/GCC/RISC-V-RV32/chip_specific_extensions</name>
|
||||
<type>9</type>
|
||||
<matcher>
|
||||
<id>org.eclipse.ui.ide.multiFilter</id>
|
||||
<arguments>1.0-name-matches-false-false-CLINT_no_extensions</arguments>
|
||||
<arguments>1.0-name-matches-false-false-RV32I_CLINT_no_extensions</arguments>
|
||||
</matcher>
|
||||
</filter>
|
||||
</filteredResources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue