Update documentation and do some basic housekeeping

This commit is contained in:
2024-09-25 17:16:20 +02:00
parent c8854931e8
commit aa0cd89d4e
20 changed files with 167 additions and 57 deletions

View File

@@ -62,7 +62,7 @@ flash: $(TARGET)
-c $(ASP) -p $(ARCH) \
-U lfuse:w:0xff:m \
-U hfuse:w:0x91:m \
-U flash:w:$(TARGET)
-U flash:w:$<
.PHONY: clean
clean:
@@ -85,6 +85,11 @@ listen: ./opt/tools/serial-listen.py
$(E) "[PY3] $<"
$(Q) ./$<
.PHONY: listen-web
listen-web: ./opt/webgui/Makefile
$(E) "[MAK] $(<D)"
$(Q) $(MAKE) -sC $(<D)
$(TMPDIRS):
$(E) "[DIR] $@"
$(Q) $(MKDIR) $@