added LCD skeleton (broken)

This commit is contained in:
2024-04-25 15:31:30 +02:00
parent c11db55fdc
commit 73681aa79c
26 changed files with 111 additions and 7 deletions

View File

@ -47,6 +47,7 @@ CFLAGS += -g
CFLAGS += -fmessage-length=0
# (Set system to ignore semihosted junk)
CFLAGS += --specs=nosys.specs
CFLAGS += -O0
# Linker directives.
LSCRIPT = $(LD_SCRIPT)