Skip to content

Commit

Permalink
Merge branch 'main' into NVM
Browse files Browse the repository at this point in the history
 main on 6990753
  • Loading branch information
Lord448 committed Jul 29, 2024
2 parents b038afd + 6990753 commit b30bf1f
Show file tree
Hide file tree
Showing 38 changed files with 2,083 additions and 583 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
[Dd]ebug
.launch
**/Debug/*
DaughterBoardTest/DaughterBoardTest Debug.launch
.~lock.**
11 changes: 11 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>PneumaticLevitator</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
92 changes: 0 additions & 92 deletions DaughterBoardTest/DaughterBoardTest Debug.launch

This file was deleted.

5 changes: 4 additions & 1 deletion Daughterboard/.cproject
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/Daughterboard/Source/SWC/DiagAppl}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/Daughterboard/Source/SWC/GPUResMan}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/Daughterboard/Source/SWC/OSHandler}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/Daughterboard/Source/SWC/UI/Menus}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/Daughterboard/Source/SWC/UI/Menus/MainMenu}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/Daughterboard/Source/SWC/HMI}&quot;"/>
</option>
<inputType id="com.st.stm32cube.ide.mcu.gnu.managedbuild.tool.c.compiler.input.c.893277119" superClass="com.st.stm32cube.ide.mcu.gnu.managedbuild.tool.c.compiler.input.c"/>
</tool>
Expand Down Expand Up @@ -89,7 +92,7 @@
</folderInfo>
<sourceEntries>
<entry excluding="__uGUI|UGUI/ugui_sim.c|UGUI/ugui_sim_x11.c" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="Drivers"/>
<entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="Source"/>
<entry excluding="**/ImageOrigins/" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="Source"/>
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="Core"/>
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="Middlewares"/>
</sourceEntries>
Expand Down
Loading

0 comments on commit b30bf1f

Please sign in to comment.