Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions Source/ADFirmware/CM4/Debug/Common/Src/subdir.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################

# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
/home/elektronika/Desktop/Projects/OpenEPT/Forks/OpenEPT_Firmware/Source/ADFirmware/Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.c

OBJS += \
./Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.o

C_DEPS += \
./Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.d


# Each subdirectory must supply rules for building sources it contributes
Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.o: /home/elektronika/Desktop/Projects/OpenEPT/Forks/OpenEPT_Firmware/Source/ADFirmware/Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.c Common/Src/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32H755xx -c -I"/Drivers/STM32H7xx_HAL_Driver/Inc" -I"/Drivers/CMSIS/Include" -I"/Drivers/STM32H7xx_HAL_Driver/Inc/Legacy" -I"/Drivers/CMSIS/Device/ST/STM32H7xx/Include" -I../Core/Application/Inc -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"

clean: clean-Common-2f-Src

clean-Common-2f-Src:
-$(RM) ./Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.cyclo ./Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.d ./Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.o ./Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.su

.PHONY: clean-Common-2f-Src

Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
39 changes: 39 additions & 0 deletions Source/ADFirmware/CM4/Debug/Core/Application/Src/subdir.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################

# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Core/Application/Src/main.c \
../Core/Application/Src/stm32h7xx_hal_msp.c \
../Core/Application/Src/stm32h7xx_it.c \
../Core/Application/Src/syscalls.c \
../Core/Application/Src/sysmem.c

OBJS += \
./Core/Application/Src/main.o \
./Core/Application/Src/stm32h7xx_hal_msp.o \
./Core/Application/Src/stm32h7xx_it.o \
./Core/Application/Src/syscalls.o \
./Core/Application/Src/sysmem.o

C_DEPS += \
./Core/Application/Src/main.d \
./Core/Application/Src/stm32h7xx_hal_msp.d \
./Core/Application/Src/stm32h7xx_it.d \
./Core/Application/Src/syscalls.d \
./Core/Application/Src/sysmem.d


# Each subdirectory must supply rules for building sources it contributes
Core/Application/Src/%.o Core/Application/Src/%.su Core/Application/Src/%.cyclo: ../Core/Application/Src/%.c Core/Application/Src/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32H755xx -c -I"/Drivers/STM32H7xx_HAL_Driver/Inc" -I"/Drivers/CMSIS/Include" -I"/Drivers/STM32H7xx_HAL_Driver/Inc/Legacy" -I"/Drivers/CMSIS/Device/ST/STM32H7xx/Include" -I../Core/Application/Inc -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"

clean: clean-Core-2f-Application-2f-Src

clean-Core-2f-Application-2f-Src:
-$(RM) ./Core/Application/Src/main.cyclo ./Core/Application/Src/main.d ./Core/Application/Src/main.o ./Core/Application/Src/main.su ./Core/Application/Src/stm32h7xx_hal_msp.cyclo ./Core/Application/Src/stm32h7xx_hal_msp.d ./Core/Application/Src/stm32h7xx_hal_msp.o ./Core/Application/Src/stm32h7xx_hal_msp.su ./Core/Application/Src/stm32h7xx_it.cyclo ./Core/Application/Src/stm32h7xx_it.d ./Core/Application/Src/stm32h7xx_it.o ./Core/Application/Src/stm32h7xx_it.su ./Core/Application/Src/syscalls.cyclo ./Core/Application/Src/syscalls.d ./Core/Application/Src/syscalls.o ./Core/Application/Src/syscalls.su ./Core/Application/Src/sysmem.cyclo ./Core/Application/Src/sysmem.d ./Core/Application/Src/sysmem.o ./Core/Application/Src/sysmem.su

.PHONY: clean-Core-2f-Application-2f-Src

18 changes: 18 additions & 0 deletions Source/ADFirmware/CM4/Debug/Core/Application/Src/syscalls.cyclo
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
../Core/Application/Src/syscalls.c:44:6:initialise_monitor_handles 1
../Core/Application/Src/syscalls.c:48:5:_getpid 1
../Core/Application/Src/syscalls.c:53:5:_kill 1
../Core/Application/Src/syscalls.c:61:6:_exit 1
../Core/Application/Src/syscalls.c:67:27:_read 2
../Core/Application/Src/syscalls.c:80:27:_write 2
../Core/Application/Src/syscalls.c:92:5:_close 1
../Core/Application/Src/syscalls.c:99:5:_fstat 1
../Core/Application/Src/syscalls.c:106:5:_isatty 1
../Core/Application/Src/syscalls.c:112:5:_lseek 1
../Core/Application/Src/syscalls.c:120:5:_open 1
../Core/Application/Src/syscalls.c:128:5:_wait 1
../Core/Application/Src/syscalls.c:135:5:_unlink 1
../Core/Application/Src/syscalls.c:142:5:_times 1
../Core/Application/Src/syscalls.c:148:5:_stat 1
../Core/Application/Src/syscalls.c:155:5:_link 1
../Core/Application/Src/syscalls.c:163:5:_fork 1
../Core/Application/Src/syscalls.c:169:5:_execve 1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Core/Application/Src/syscalls.o: ../Core/Application/Src/syscalls.c
Binary file not shown.
18 changes: 18 additions & 0 deletions Source/ADFirmware/CM4/Debug/Core/Application/Src/syscalls.su
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
../Core/Application/Src/syscalls.c:44:6:initialise_monitor_handles 4 static
../Core/Application/Src/syscalls.c:48:5:_getpid 4 static
../Core/Application/Src/syscalls.c:53:5:_kill 16 static
../Core/Application/Src/syscalls.c:61:6:_exit 16 static
../Core/Application/Src/syscalls.c:67:27:_read 32 static
../Core/Application/Src/syscalls.c:80:27:_write 32 static
../Core/Application/Src/syscalls.c:92:5:_close 16 static
../Core/Application/Src/syscalls.c:99:5:_fstat 16 static
../Core/Application/Src/syscalls.c:106:5:_isatty 16 static
../Core/Application/Src/syscalls.c:112:5:_lseek 24 static
../Core/Application/Src/syscalls.c:120:5:_open 12 static
../Core/Application/Src/syscalls.c:128:5:_wait 16 static
../Core/Application/Src/syscalls.c:135:5:_unlink 16 static
../Core/Application/Src/syscalls.c:142:5:_times 16 static
../Core/Application/Src/syscalls.c:148:5:_stat 16 static
../Core/Application/Src/syscalls.c:155:5:_link 16 static
../Core/Application/Src/syscalls.c:163:5:_fork 8 static
../Core/Application/Src/syscalls.c:169:5:_execve 24 static
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../Core/Application/Src/sysmem.c:53:7:_sbrk 3
1 change: 1 addition & 0 deletions Source/ADFirmware/CM4/Debug/Core/Application/Src/sysmem.d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Core/Application/Src/sysmem.o: ../Core/Application/Src/sysmem.c
Binary file not shown.
1 change: 1 addition & 0 deletions Source/ADFirmware/CM4/Debug/Core/Application/Src/sysmem.su
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../Core/Application/Src/sysmem.c:53:7:_sbrk 32 static
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Core/Startup/startup_stm32h755zitx.o: \
../Core/Startup/startup_stm32h755zitx.s
Binary file not shown.
27 changes: 27 additions & 0 deletions Source/ADFirmware/CM4/Debug/Core/Startup/subdir.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################

# Add inputs and outputs from these tool invocations to the build variables
S_SRCS += \
../Core/Startup/startup_stm32h755zitx.s

OBJS += \
./Core/Startup/startup_stm32h755zitx.o

S_DEPS += \
./Core/Startup/startup_stm32h755zitx.d


# Each subdirectory must supply rules for building sources it contributes
Core/Startup/%.o: ../Core/Startup/%.s Core/Startup/subdir.mk
arm-none-eabi-gcc -mcpu=cortex-m4 -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"

clean: clean-Core-2f-Startup

clean-Core-2f-Startup:
-$(RM) ./Core/Startup/startup_stm32h755zitx.d ./Core/Startup/startup_stm32h755zitx.o

.PHONY: clean-Core-2f-Startup

94 changes: 94 additions & 0 deletions Source/ADFirmware/CM4/Debug/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################

-include ../makefile.init

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include Core/Startup/subdir.mk
-include Core/Application/Src/subdir.mk
-include Common/Src/subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(S_DEPS)),)
-include $(S_DEPS)
endif
ifneq ($(strip $(S_UPPER_DEPS)),)
-include $(S_UPPER_DEPS)
endif
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
endif

-include ../makefile.defs

OPTIONAL_TOOL_DEPS := \
$(wildcard ../makefile.defs) \
$(wildcard ../makefile.init) \
$(wildcard ../makefile.targets) \


BUILD_ARTIFACT_NAME := ADFirmware_CM4
BUILD_ARTIFACT_EXTENSION := elf
BUILD_ARTIFACT_PREFIX :=
BUILD_ARTIFACT := $(BUILD_ARTIFACT_PREFIX)$(BUILD_ARTIFACT_NAME)$(if $(BUILD_ARTIFACT_EXTENSION),.$(BUILD_ARTIFACT_EXTENSION),)

# Add inputs and outputs from these tool invocations to the build variables
EXECUTABLES += \
ADFirmware_CM4.elf \

MAP_FILES += \
ADFirmware_CM4.map \

SIZE_OUTPUT += \
default.size.stdout \

OBJDUMP_LIST += \
ADFirmware_CM4.list \


# All Target
all: main-build

# Main-build Target
main-build: ADFirmware_CM4.elf secondary-outputs

# Tool invocations
ADFirmware_CM4.elf ADFirmware_CM4.map: $(OBJS) $(USER_OBJS) /home/elektronika/Desktop/Projects/OpenEPT/Forks/OpenEPT_Firmware/Source/ADFirmware/CM4/STM32H755ZITX.ld makefile objects.list $(OPTIONAL_TOOL_DEPS)
arm-none-eabi-gcc -o "ADFirmware_CM4.elf" @"objects.list" $(USER_OBJS) $(LIBS) -mcpu=cortex-m4 -T"/home/elektronika/Desktop/Projects/OpenEPT/Forks/OpenEPT_Firmware/Source/ADFirmware/CM4/STM32H755ZITX.ld" --specs=nosys.specs -Wl,-Map="ADFirmware_CM4.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
@echo 'Finished building target: $@'
@echo ' '

default.size.stdout: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS)
arm-none-eabi-size $(EXECUTABLES)
@echo 'Finished building: $@'
@echo ' '

ADFirmware_CM4.list: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS)
arm-none-eabi-objdump -h -S $(EXECUTABLES) > "ADFirmware_CM4.list"
@echo 'Finished building: $@'
@echo ' '

# Other Targets
clean:
-$(RM) ADFirmware_CM4.elf ADFirmware_CM4.list ADFirmware_CM4.map default.size.stdout
-@echo ' '

secondary-outputs: $(SIZE_OUTPUT) $(OBJDUMP_LIST)

fail-specified-linker-script-missing:
@echo 'Error: Cannot find the specified linker script. Check the linker settings in the build configuration.'
@exit 2

warn-no-linker-script-specified:
@echo 'Warning: No linker script specified. Check the linker settings in the build configuration.'

.PHONY: all clean dependents main-build fail-specified-linker-script-missing warn-no-linker-script-specified

-include ../makefile.targets
7 changes: 7 additions & 0 deletions Source/ADFirmware/CM4/Debug/objects.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"./Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.o"
"./Core/Application/Src/main.o"
"./Core/Application/Src/stm32h7xx_hal_msp.o"
"./Core/Application/Src/stm32h7xx_it.o"
"./Core/Application/Src/syscalls.o"
"./Core/Application/Src/sysmem.o"
"./Core/Startup/startup_stm32h755zitx.o"
9 changes: 9 additions & 0 deletions Source/ADFirmware/CM4/Debug/objects.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################

USER_OBJS :=

LIBS :=

28 changes: 28 additions & 0 deletions Source/ADFirmware/CM4/Debug/sources.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################

ELF_SRCS :=
OBJ_SRCS :=
S_SRCS :=
C_SRCS :=
S_UPPER_SRCS :=
O_SRCS :=
CYCLO_FILES :=
SIZE_OUTPUT :=
OBJDUMP_LIST :=
SU_FILES :=
EXECUTABLES :=
OBJS :=
MAP_FILES :=
S_DEPS :=
S_UPPER_DEPS :=
C_DEPS :=

# Every subdirectory with source files must be described here
SUBDIRS := \
Common/Src \
Core/Application/Src \
Core/Startup \

83 changes: 83 additions & 0 deletions Source/ADFirmware/CM7/ADFirmware_CM7 Debug (1).launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="com.st.stm32cube.ide.mcu.debug.launch.launchConfigurationType">
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.access_port_id" value="0"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.cubeprog_external_loaders" value="[]"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.debug_auth__pwd_enable" value="false"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.debug_auth_certif_path" value=""/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.debug_auth_check_enable" value="false"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.debug_auth_key_path" value=""/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.debug_auth_permission" value=""/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.debug_auth_pwd_file" value=""/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.enable_live_expr" value="true"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.enable_swv" value="false"/>
<intAttribute key="com.st.stm32cube.ide.mcu.debug.launch.formatVersion" value="2"/>
<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/ADFirmware_CM7.elf&quot;,&quot;fProjectName&quot;:&quot;ADFirmware_CM7&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"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.startuptab.exception.divby0" value="true"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.startuptab.exception.unaligned" value="false"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.startuptab.haltonexception" value="true"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.swd_mode" value="true"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.swv_port" value="61235"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.swv_trace_hclk" value="200000000"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.useRemoteTarget" value="true"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.launch.vector_table" value=""/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.launch.verify_flash_download" value="true"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.stlink.cti_allow_halt" value="false"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.stlink.cti_signal_halt" value="false"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.stlink.enable_logging" value="false"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.stlink.enable_max_halt_delay" value="false"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.stlink.enable_shared_stlink" value="true"/>
<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="/home/elektronika/Desktop/Projects/OpenEPT/Forks/OpenEPT_Firmware/Source/ADFirmware/CM7/Debug/st-link_gdbserver_log.txt"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.stlink.low_power_debug" value="enable"/>
<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="connect_under_reset"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.stlink.stlink_check_serial_number" value="false"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.stlink.stlink_txt_serial_number" value=""/>
<stringAttribute key="com.st.stm32cube.ide.mcu.debug.stlink.watchdog_config" value="none"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.debug.stlinkenable_rtos" value="false"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.rtosproxy.enableRtosProxy" value="false"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.rtosproxy.rtosProxyCustomProperties" value=""/>
<stringAttribute key="com.st.stm32cube.ide.mcu.rtosproxy.rtosProxyDriver" value="threadx"/>
<booleanAttribute key="com.st.stm32cube.ide.mcu.rtosproxy.rtosProxyDriverAuto" value="false"/>
<stringAttribute key="com.st.stm32cube.ide.mcu.rtosproxy.rtosProxyDriverPort" value="cortex_m0"/>
<intAttribute key="com.st.stm32cube.ide.mcu.rtosproxy.rtosProxyPort" value="60000"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doHalt" value="false"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.doReset" value="false"/>
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.initCommands" value=""/>
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.ipAddress" value="localhost"/>
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.jtagDeviceId" value="com.st.stm32cube.ide.mcu.debug.stlink"/>
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.pcRegister" value=""/>
<intAttribute key="org.eclipse.cdt.debug.gdbjtag.core.portNumber" value="61234"/>
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.runCommands" value=""/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setPcRegister" value="false"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setResume" value="true"/>
<booleanAttribute key="org.eclipse.cdt.debug.gdbjtag.core.setStopAt" value="true"/>
<stringAttribute key="org.eclipse.cdt.debug.gdbjtag.core.stopAt" value="main"/>
<stringAttribute key="org.eclipse.cdt.dsf.gdb.DEBUG_NAME" value="arm-none-eabi-gdb"/>
<booleanAttribute key="org.eclipse.cdt.dsf.gdb.NON_STOP" value="false"/>
<booleanAttribute key="org.eclipse.cdt.dsf.gdb.UPDATE_THREADLIST_ON_SUSPEND" value="false"/>
<intAttribute key="org.eclipse.cdt.launch.ATTR_BUILD_BEFORE_LAUNCH_ATTR" value="2"/>
<stringAttribute key="org.eclipse.cdt.launch.COREFILE_PATH" value=""/>
<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/ADFirmware_CM7.elf"/>
<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="ADFirmware_CM7"/>
<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.1957845872"/>
<booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/ADFirmware_CM7"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="4"/>
</listAttribute>
<stringAttribute key="process_factory_id" value="com.st.stm32cube.ide.mcu.debug.launch.HardwareDebugProcessFactory"/>
</launchConfiguration>
Loading