diff --git a/STM32CubeIDE/.cproject b/STM32CubeIDE/.cproject
index 14e3627..bc9c326 100644
--- a/STM32CubeIDE/.cproject
+++ b/STM32CubeIDE/.cproject
@@ -129,7 +129,8 @@
-
+
+
diff --git a/STM32CubeIDE/Release/STS_R1D_JP_RM2_2024_07_18.bin b/STM32CubeIDE/Release/STS_R1D_JP_RM2_2024_07_18.bin
deleted file mode 100644
index 8cff64c..0000000
Binary files a/STM32CubeIDE/Release/STS_R1D_JP_RM2_2024_07_18.bin and /dev/null differ
diff --git a/STM32CubeIDE/Release/makefile b/STM32CubeIDE/Release/makefile
index 69e4e9b..efdbf46 100644
--- a/STM32CubeIDE/Release/makefile
+++ b/STM32CubeIDE/Release/makefile
@@ -59,12 +59,6 @@ STS_RR_R125.map \
SIZE_OUTPUT += \
default.size.stdout \
-OBJDUMP_LIST += \
-STS_RR_R125.list \
-
-OBJCOPY_HEX += \
-STS_RR_R125.hex \
-
OBJCOPY_BIN += \
STS_RR_R125.bin \
@@ -86,16 +80,6 @@ default.size.stdout: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS)
@echo 'Finished building: $@'
@echo ' '
-STS_RR_R125.list: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS)
- arm-none-eabi-objdump -h -S $(EXECUTABLES) > "STS_RR_R125.list"
- @echo 'Finished building: $@'
- @echo ' '
-
-STS_RR_R125.hex: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS)
- arm-none-eabi-objcopy -O ihex $(EXECUTABLES) "STS_RR_R125.hex"
- @echo 'Finished building: $@'
- @echo ' '
-
STS_RR_R125.bin: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS)
arm-none-eabi-objcopy -O binary $(EXECUTABLES) "STS_RR_R125.bin"
@echo 'Finished building: $@'
@@ -103,10 +87,10 @@ STS_RR_R125.bin: $(EXECUTABLES) makefile objects.list $(OPTIONAL_TOOL_DEPS)
# Other Targets
clean:
- -$(RM) STS_RR_R125.bin STS_RR_R125.elf STS_RR_R125.hex STS_RR_R125.list STS_RR_R125.map default.size.stdout
+ -$(RM) STS_RR_R125.bin STS_RR_R125.elf STS_RR_R125.map default.size.stdout
-@echo ' '
-secondary-outputs: $(SIZE_OUTPUT) $(OBJDUMP_LIST) $(OBJCOPY_HEX) $(OBJCOPY_BIN)
+secondary-outputs: $(SIZE_OUTPUT) $(OBJCOPY_BIN)
fail-specified-linker-script-missing:
@echo 'Error: Cannot find the specified linker script. Check the linker settings in the build configuration.'
diff --git a/STM32CubeIDE/Release/sources.mk b/STM32CubeIDE/Release/sources.mk
index 8cc1ed4..aeb770a 100644
--- a/STM32CubeIDE/Release/sources.mk
+++ b/STM32CubeIDE/Release/sources.mk
@@ -10,9 +10,7 @@ C_SRCS :=
S_UPPER_SRCS :=
O_SRCS :=
CYCLO_FILES :=
-OBJCOPY_HEX :=
SIZE_OUTPUT :=
-OBJDUMP_LIST :=
SU_FILES :=
EXECUTABLES :=
OBJS :=