Skip to content

Commit 0f23ee0

Browse files
committed
Moved programmer functionality to separate file
1 parent 2e978d8 commit 0f23ee0

File tree

4 files changed

+784
-772
lines changed

4 files changed

+784
-772
lines changed

firmware/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ USB_SRCS=hw_config.c stm32_it.c usb_prop.c usb_desc.c usb_istr.c usb_pwr.c \
5252

5353

5454
SRCS=main.c system_stm32f10x.c syscalls.c fsmc_nand.c chip_db.c led.c uart.c \
55-
jtag.c cdc.c $(USB_SRCS)
55+
jtag.c cdc.c nand_programmer.c $(USB_SRCS)
5656

5757
OBJS=$(addprefix $(OBJ_DIR),$(SRCS:.c=.o)) \
5858
$(addprefix $(OBJ_DIR),$(STARTUP:.s=.o))

0 commit comments

Comments
 (0)