Browse Source

init project

master
zhaohe 1 year ago
parent
commit
931e99ae8b
  1. 2
      .project
  2. 10
      dbdb_liquid_path_control_v2 Debug.launch
  3. 0
      dbdb_liquid_path_control_v2.cfg
  4. 4
      dbdb_liquid_path_control_v2.ioc
  5. 0
      dbdb_liquid_path_control_v2.launch

2
.project

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>camera_light_src_timing_controller_stm32</name>
<name>dbdb_liquid_path_control_v2</name>
<comment></comment>
<projects>
</projects>

10
camera_light_src_timing_controller_stm32 Debug.launch → dbdb_liquid_path_control_v2 Debug.launch

@ -12,7 +12,7 @@
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.ip_address_local" value="localhost"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.limit_swo_clock.enabled" value="false"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.limit_swo_clock.value" value=""/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.loadList" value="{&quot;fItems&quot;:[{&quot;fIsFromMainTab&quot;:true,&quot;fPath&quot;:&quot;Debug/camera_light_src_timing_controller_stm32.elf&quot;,&quot;fProjectName&quot;:&quot;camera_light_src_timing_controller_stm32&quot;,&quot;fPerformBuild&quot;:true,&quot;fDownload&quot;:true,&quot;fLoadSymbols&quot;:true}]}"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.loadList" value="{&quot;fItems&quot;:[{&quot;fIsFromMainTab&quot;:true,&quot;fPath&quot;:&quot;Debug/dbdb_liquid_path_control_v2.elf&quot;,&quot;fProjectName&quot;:&quot;dbdb_liquid_path_control_v2&quot;,&quot;fPerformBuild&quot;:true,&quot;fDownload&quot;:true,&quot;fLoadSymbols&quot;:true}]}"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.override_start_address_mode" value="default"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.remoteCommand" value="target remote"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.startServer" value="true"/>
@ -32,7 +32,7 @@
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.stlink.enable_shared_stlink" value="false"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.stlink.frequency" value="0"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.stlink.halt_all_on_reset" value="false"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.stlink.log_file" value="D:\workspace\p_lusterinc\camera_light_src_timing_controller_stm32\Debug\st-link_gdbserver_log.txt"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.stlink.log_file" value="D:\workspace\p_lusterinc\dbdb_liquid_path_control_v2\Debug\st-link_gdbserver_log.txt"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.stlink.low_power_debug" value="disable"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.stlink.max_halt_delay" value="2"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.stlink.reset_strategy" value="system_reset"/>
@ -67,13 +67,13 @@
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_START_MODE" value="remote"/>
<booleanAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN" value="true"/>
<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN_SYMBOL" value="main"/>
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Debug/camera_light_src_timing_controller_stm32.elf"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="camera_light_src_timing_controller_stm32"/>
<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="Debug/dbdb_liquid_path_control_v2.elf"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="dbdb_liquid_path_control_v2"/>
<booleanAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_AUTO_ATTR" value="true"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_BUILD_CONFIG_ID_ATTR" value="com.st.stm32cube.ide.mcu.gnu.managedbuild.config.exe.debug.1853947771"/>
<booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/camera_light_src_timing_controller_stm32"/>
<listEntry value="/dbdb_liquid_path_control_v2"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>

0
camera_light_src_timing_controller_stm32.cfg → dbdb_liquid_path_control_v2.cfg

4
camera_light_src_timing_controller_stm32.ioc → dbdb_liquid_path_control_v2.ioc

@ -242,8 +242,8 @@ ProjectManager.MainLocation=Core/Src
ProjectManager.NoMain=false
ProjectManager.PreviousToolchain=STM32CubeIDE
ProjectManager.ProjectBuild=false
ProjectManager.ProjectFileName=camera_light_src_timing_controller_stm32.ioc
ProjectManager.ProjectName=camera_light_src_timing_controller_stm32
ProjectManager.ProjectFileName=dbdb_liquid_path_control_v2.ioc
ProjectManager.ProjectName=dbdb_liquid_path_control_v2
ProjectManager.ProjectStructure=
ProjectManager.RegisterCallBack=
ProjectManager.StackSize=0x1000

0
camera_light_src_timing_controller_stm32.launch → dbdb_liquid_path_control_v2.launch

Loading…
Cancel
Save