psg and notes

This commit is contained in:
2024-03-26 14:43:02 +01:00
parent e5c6669284
commit bd11d12620
6 changed files with 214 additions and 175 deletions

View File

@ -11,7 +11,7 @@ CFLAGS+= -g3 -ggdb -gdwarf-2
LDFLAGS=-mmcu=$(MCU) -L $(TOOLCHAIN_PREFIX)/include
$(ARTIFACT).elf: main.o scheduler.o notes.o
$(ARTIFACT).elf: main.o scheduler.o notes.o psg.o
$(CC) -o $@ $(LDFLAGS) $^
$(OBJDUMP) -D $(ARTIFACT).elf > $(ARTIFACT).txt