removed debug folder

This commit is contained in:
2024-02-26 14:30:54 +01:00
parent ef63bf8db0
commit df5a29c7de
67 changed files with 5586 additions and 7667 deletions

View File

@ -60,8 +60,8 @@ all: main-build
main-build: TTS.elf secondary-outputs
# Tool invocations
TTS.elf TTS.map: $(OBJS) $(USER_OBJS) C:\Users\Getac\STM32CubeIDE\workspace_1.11.2\TTS\STM32F042K6TX_FLASH.ld makefile objects.list $(OPTIONAL_TOOL_DEPS)
arm-none-eabi-gcc -o "TTS.elf" @"objects.list" $(USER_OBJS) $(LIBS) -mcpu=cortex-m0 -T"C:\Users\Getac\STM32CubeIDE\workspace_1.11.2\TTS\STM32F042K6TX_FLASH.ld" --specs=nosys.specs -Wl,-Map="TTS.map" -Wl,--gc-sections -static --specs=nano.specs -mfloat-abi=soft -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
TTS.elf TTS.map: $(OBJS) $(USER_OBJS) C:\FaSTTUBe\FT23\Code\TTS\STM32F042K6TX_FLASH.ld makefile objects.list $(OPTIONAL_TOOL_DEPS)
arm-none-eabi-gcc -o "TTS.elf" @"objects.list" $(USER_OBJS) $(LIBS) -mcpu=cortex-m0 -T"C:\FaSTTUBe\FT23\Code\TTS\STM32F042K6TX_FLASH.ld" --specs=nosys.specs -Wl,-Map="TTS.map" -Wl,--gc-sections -static --specs=nano.specs -mfloat-abi=soft -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
@echo 'Finished building target: $@'
@echo ' '