initial commit

This commit is contained in:
2025-08-05 15:53:44 +08:00
commit 09dc02ae52
553 changed files with 137665 additions and 0 deletions

14
mw/config.mk Executable file
View File

@@ -0,0 +1,14 @@
CORE_SRCDIRS += $(MW_DIR)/
HEADERS += $(MW_DIR)/*.h
include $(MW_DIR)/config/config.mk
include $(MW_DIR)/dmc/config.mk
include $(MW_DIR)/mmc/config.mk
include $(MW_DIR)/shutdownmgr/config.mk
include $(MW_DIR)/soft_watchdog/config.mk
include $(MW_DIR)/tcpclient/config.mk
include $(MW_DIR)/tcpserver/config.mk
include $(MW_DIR)/storage/config.mk
include $(MW_DIR)/unittest/config.mk
LIBHV_HEADERS += $(HEADERS)
CORE_SRCDIRS += $(SRCDIRS)