Skip to content

Commit

Permalink
Commit to rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
AronDK committed Jun 6, 2024
1 parent 73ff41e commit 632dbaf
Show file tree
Hide file tree
Showing 20 changed files with 1,263 additions and 1,214 deletions.
1 change: 1 addition & 0 deletions .metadata/.ide.log
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,4 @@
2024-06-06 00:45:43,721 [ERROR] LogOutputStream:75 - [STDERR_REDIRECT] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
2024-06-06 00:45:43,721 [ERROR] LogOutputStream:75 - [STDERR_REDIRECT] SLF4J: Defaulting to no-operation (NOP) logger implementation
2024-06-06 00:45:43,722 [ERROR] LogOutputStream:75 - [STDERR_REDIRECT] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2024-06-06 03:46:50,575 [ERROR] LogOutputStream:75 - [STDERR_REDIRECT]
1 change: 1 addition & 0 deletions .metadata/.plugins/org.eclipse.cdt.core/.log
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*** SESSION May 29, 2024 16:32:29.899 ------------------------------------------
*** SESSION May 29, 2024 16:40:50.132 ------------------------------------------
*** SESSION June 06, 2024 00:45:00.913 -----------------------------------------
4 changes: 4 additions & 0 deletions .metadata/.plugins/org.eclipse.cdt.ui/dialog_settings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
<section name="completion_proposal_size">
</section>
<section name="org.eclipse.cdt.ui.text.hover.CMacroExpansionExploration">
</section>
</section>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions .metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
<section name="org.eclipse.debug.ui.LAUNCH_CONFIGURATIONS_DIALOG_SECTION">
<item key="org.eclipse.debug.ui.DIALOG_SASH_WEIGHTS_1" value="237"/>
<item key="org.eclipse.debug.ui.DIALOG_SASH_WEIGHTS_2" value="762"/>
<item key="org.eclipse.debug.ui.EXPANDED_NODES" value="com.st.stm32cube.ide.mcu.debug.launch.launchConfigurationType, "/>
<item key="DIALOG_WIDTH" value="1102"/>
<item key="DIALOG_HEIGHT" value="1032"/>
<item key="DIALOG_FONT_NAME" value="1|Segoe UI|9.0|0|WINDOWS|1|-24|0|0|0|400|0|0|0|1|0|0|0|0|Segoe UI"/>
</section>
</section>
2,425 changes: 1,211 additions & 1,214 deletions .metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .metadata/.plugins/org.eclipse.ui.editors/dialog_settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
<section name="quick_assist_proposal_size">
</section>
</section>
3 changes: 3 additions & 0 deletions .metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
<item key="SmartImportRootWizardPage.STORE_NESTED_PROJECTS" value="true"/>
<item key="SmartImportRootWizardPage.STORE_CONFIGURE_NATURES" value="true"/>
<list key="org.eclipse.ui.internal.wizards.datatransfer.SmartImportRootWizardPage.knownSources">
<item value="C:\Users\gonin\Documents\Bluesat\balloon-obc-401\systems\obc\CM7"/>
<item value="C:\Users\gonin\Documents\Bluesat\balloon-obc-401"/>
<item value="C:\Users\gonin\Documents\Bluesat\balloon-obc-401\systems\obc"/>
</list>
</section>
<section name="ExternalProjectImportWizard">
</section>
</section>
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
<section name="org.eclipse.ui.texteditor.FindReplaceDialog">
<item key="selection" value="WHILE"/>
<item key="wrap" value="true"/>
<item key="casesensitive" value="false"/>
<item key="wholeword" value="false"/>
<item key="incremental" value="false"/>
<item key="isRegEx" value="false"/>
<list key="findhistory">
<item value="while"/>
</list>
<list key="replacehistory">
</list>
</section>
<section name="org.eclipse.ui.texteditor.FindReplaceDialog_dialogBounds">
<item key="DIALOG_X_ORIGIN" value="784"/>
<item key="DIALOG_Y_ORIGIN" value="276"/>
<item key="DIALOG_WIDTH" value="364"/>
<item key="DIALOG_HEIGHT" value="370"/>
<item key="DIALOG_FONT_NAME" value="1|Segoe UI|9.0|0|WINDOWS|1|-24|0|0|0|400|0|0|0|1|0|0|0|0|Segoe UI"/>
</section>
</section>
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<section name="Workbench">
<section name="NewWizardAction">
</section>
<section name="ImportExportAction">
</section>
</section>

0 comments on commit 632dbaf

Please sign in to comment.