new git-binaries implement for upload
AVR Build / build (push) Failing after 1s

This commit is contained in:
Lukas
2026-04-29 16:57:55 +02:00
parent cb2f836672
commit 96c7119005
2 changed files with 29 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ all: $(TARGET).hex
$(TARGET).elf: $(SRC)
@mkdir -p $(OUTDIR)
$(CC) $(CFLAGS) $< -o $@
$(CC) $(CFLAGS) $< -o $@ //avr-gcc -mmcu=atmega644pa ....
$(TARGET).hex: $(TARGET).elf
$(OBJCOPY) -O ihex -R .eeprom $< $@