add documentation, make some fixes

This commit is contained in:
2026-05-28 13:57:35 +03:00
parent fda3874f30
commit aca7e3617d
5 changed files with 303 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
# run `make DEF=...` to add extra defines
PROGRAM := modbus_par
PROGRAM := modbus_params
LDFLAGS := -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,--discard-all
LDFLAGS += -lusefull_macros -lmodbus
SRCS := $(wildcard *.c)