mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 20:03:50 -04:00
Add Xtensa port
The project file is for Xtensa Xplorer simulator. Also add tests for one size stream buffer.
This commit is contained in:
parent
7d92e4dd8f
commit
c4b1afc4ef
34 changed files with 8564 additions and 5 deletions
21
FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/.xxproject
Normal file
21
FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/.xxproject
Normal file
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<xxProperties>
|
||||
<propertyGroup name="project.information">
|
||||
<version value="3.0"/>
|
||||
</propertyGroup>
|
||||
<propertyGroup name="build.property">
|
||||
<buildTarget defaultTarget="Debug"/>
|
||||
</propertyGroup>
|
||||
<propertyGroup name="build.exclusion.data">
|
||||
<buildExclusionDatas>
|
||||
<exclusionSet name="Default" selected="1">
|
||||
<excludedEntry data="/.*/bin/.*"/>
|
||||
</exclusionSet>
|
||||
</buildExclusionDatas>
|
||||
</propertyGroup>
|
||||
<propertyGroup name="build.auto.includes">
|
||||
<exportDirs autoConsumeDirs="true" includeDepDirs="true" mode="auto"/>
|
||||
</propertyGroup>
|
||||
<propertyGroup name="library.dependencies"/>
|
||||
<propertyGroup name="build.custom.steps"/>
|
||||
</xxProperties>
|
Loading…
Add table
Add a link
Reference in a new issue