Skip to content

Commit

Permalink
Fix missing definition in F746G-DISCO build
Browse files Browse the repository at this point in the history
  • Loading branch information
kwarc93 committed Jan 9, 2025
1 parent 2c9564a commit 9241684
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .cproject
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<listOptionValue builtIn="false" value="ARM_MATH_CM7"/>
<listOptionValue builtIn="false" value="GIT_REVISION='&quot;$(GIT_REVISION)&quot;'"/>
<listOptionValue builtIn="false" value="STM32F7"/>
<listOptionValue builtIn="false" value="CORE_CM7"/>
</option>
<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.input.2052102766" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.assembler.input"/>
</tool>
Expand All @@ -96,6 +97,7 @@
<listOptionValue builtIn="false" value="ARM_MATH_CM7"/>
<listOptionValue builtIn="false" value="GIT_REVISION='&quot;$(GIT_REVISION)&quot;'"/>
<listOptionValue builtIn="false" value="STM32F7"/>
<listOptionValue builtIn="false" value="CORE_CM7"/>
</option>
<option id="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.other.1008416609" name="Other compiler flags" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.c.compiler.other" useByScannerDiscovery="true" value="" valueType="string"/>
<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input.790242919" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.c.compiler.input"/>
Expand Down Expand Up @@ -123,6 +125,7 @@
<listOptionValue builtIn="false" value="ARM_MATH_CM7"/>
<listOptionValue builtIn="false" value="GIT_REVISION='&quot;$(GIT_REVISION)&quot;'"/>
<listOptionValue builtIn="false" value="STM32F7"/>
<listOptionValue builtIn="false" value="CORE_CM7"/>
</option>
<option id="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.compiler.other.1827818371" name="Other compiler flags" superClass="ilg.gnuarmeclipse.managedbuild.cross.option.cpp.compiler.other" useByScannerDiscovery="true" value="" valueType="string"/>
<inputType id="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.compiler.input.722942255" superClass="ilg.gnuarmeclipse.managedbuild.cross.tool.cpp.compiler.input"/>
Expand Down
2 changes: 1 addition & 1 deletion .settings/language.settings.xml
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-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
<provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuiltinSpecsDetector" console="false" env-hash="899355136935329722" id="ilg.gnuarmeclipse.managedbuild.cross.GCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT ARM Cross GCC Built-in Compiler Settings " parameter="${COMMAND} ${FLAGS} ${cross_toolchain_flags} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
<provider class="org.eclipse.cdt.managedbuilder.language.settings.providers.GCCBuiltinSpecsDetector" console="false" env-hash="897386207529599162" id="ilg.gnuarmeclipse.managedbuild.cross.GCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT ARM Cross GCC Built-in Compiler Settings " parameter="${COMMAND} ${FLAGS} ${cross_toolchain_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

0 comments on commit 9241684

Please sign in to comment.