Use external command parser module. Add support for mirroring

This commit is contained in:
logicog
2025-07-05 09:24:16 +02:00
parent 846494dc46
commit 65c2336313
5 changed files with 22 additions and 206 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ AFLAGS= -plosgff
all: rtlplayground.bin injector
SRCS= rtlplayground.c rtl837x_flash.c rtl837x_phy.c rtl837x_port.c
SRCS= rtlplayground.c rtl837x_flash.c rtl837x_phy.c rtl837x_port.c cmd_parser.c
OBJS= ${SRCS:.c=.rel}
clean: