Skip to content

Commit

Permalink
Correct include path in the MPS2 QEMU IAR project. (FreeRTOS#748)
Browse files Browse the repository at this point in the history
Co-authored-by: none <>
  • Loading branch information
RichardBarry authored Dec 20, 2021
1 parent dc263aa commit 4f71a94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
<provider copy-of="extension" id="org.eclipse.cdt.managedbuilder.core.GCCBuildCommandParser"/>
<provider class="org.eclipse.cdt.internal.build.crossgcc.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-1494139136553" id="org.eclipse.cdt.build.crossgcc.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT Cross GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<provider class="org.eclipse.cdt.internal.build.crossgcc.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-1516287187497" id="org.eclipse.cdt.build.crossgcc.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT Cross GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<language-scope id="org.eclipse.cdt.core.gcc"/>
<language-scope id="org.eclipse.cdt.core.g++"/>
</provider>
Expand Down
12 changes: 6 additions & 6 deletions FreeRTOS/Demo/CORTEX_MPS2_QEMU_IAR_GCC/build/iar/RTOSDemo.ewp
Original file line number Diff line number Diff line change
Expand Up @@ -335,11 +335,11 @@
</option>
<option>
<name>CCIncludePath2</name>
<state>$PROJ_DIR$\</state>
<state>$PROJ_DIR$\..\common\include</state>
<state>$PROJ_DIR$\..\..\source\include</state>
<state>$PROJ_DIR$\CMSIS</state>
<state>$PROJ_DIR$\..\..\Source\portable\IAR\ARM_CM3</state>
<state>$PROJ_DIR$\..\..\</state>
<state>$PROJ_DIR$\..\..\..\common\include</state>
<state>$PROJ_DIR$\..\..\..\..\Source\include</state>
<state>$PROJ_DIR$\..\..\CMSIS</state>
<state>$PROJ_DIR$\..\..\..\..\Source\portable\IAR\ARM_CM3</state>
</option>
<option>
<name>CCStdIncCheck</name>
Expand Down Expand Up @@ -599,7 +599,7 @@
</option>
<option>
<name>AUserIncludes</name>
<state>$PROJ_DIR$\</state>
<state>$PROJ_DIR$\..\..</state>
</option>
<option>
<name>AExtraOptionsCheckV2</name>
Expand Down

0 comments on commit 4f71a94

Please sign in to comment.