chore: rewrite to modbus rtu
This commit is contained in:
8
Makefile
8
Makefile
@@ -5,9 +5,13 @@ CH32V003FUN=./ch32v003fun/ch32v003fun
|
||||
MINICHLINK=./ch32v003fun/minichlink
|
||||
PREFIX=riscv64-elf
|
||||
LINKER_SCRIPT=./ch32ext.ld
|
||||
# CFLAGS += -march=rv32ec_zicsr
|
||||
|
||||
ADDITIONAL_C_FILES = systick.c \
|
||||
shift_reg.c \
|
||||
rs485.c \
|
||||
modbus.c
|
||||
|
||||
include $(CH32V003FUN)/ch32v003fun.mk
|
||||
|
||||
flash : cv_flash
|
||||
clean : cv_clean
|
||||
clean : cv_clean
|
||||
Reference in New Issue
Block a user