Skip to content

Commit

Permalink
[WIP][spinal v4.1]
Browse files Browse the repository at this point in the history
build failure
  • Loading branch information
Kaneko committed Dec 21, 2024
1 parent 05765d5 commit bf418ab
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@
<tool id="com.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.symbolsrec.791085307" name="MCU Output Converter Motorola S-rec with symbols" superClass="com.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.symbolsrec.1982449814"/>
</toolChain>
</folderInfo>
<sourceEntries>
<entry excluding="Application" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="Application"/>
</sourceEntries>
</configuration>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
Expand Down Expand Up @@ -377,6 +381,10 @@
<tool id="com.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.symbolsrec.727547389" name="MCU Output Converter Motorola S-rec with symbols" superClass="com.st.stm32cube.ide.mcu.gnu.managedbuild.tool.objcopy.symbolsrec"/>
</toolChain>
</folderInfo>
<sourceEntries>
<entry excluding="Application" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
<entry flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name="Application"/>
</sourceEntries>
</configuration>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
Expand Down
11 changes: 11 additions & 0 deletions aerial_robot_nerve/spinal/mcu_project/boards/stm32H7_v2/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>stm32H7_v2</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

//2.3 Flight Control
#define FLIGHT_CONTROL_FLAG 1
#define DSHOT 1
#define DSHOT 0
//* Do not change following code!!!
///////////////////////////////////
#if !ATTITUDE_ESTIMATE_FLAG
Expand Down

0 comments on commit bf418ab

Please sign in to comment.