Merge branch 'master' into fork/ennebi/mtp

This commit is contained in:
hathach
2025-09-15 16:45:41 +07:00
600 changed files with 35320 additions and 11206 deletions

View File

@ -1,5 +1,3 @@
DEPS_SUBMODULES += lib/lwip
include ../../make.mk
# suppress warning caused by lwip

View File

@ -124,11 +124,5 @@ endif
# Log level is mapped to TUSB DEBUG option
ifneq ($(LOG),)
CMAKE_DEFSYM += -DLOG=$(LOG)
CFLAGS += -DCFG_TUSB_DEBUG=$(LOG)
endif
# Logger: default is uart, can be set to rtt or swo
ifneq ($(LOGGER),)
CMAKE_DEFSYM += -DLOGGER=$(LOGGER)
endif

View File

@ -143,7 +143,7 @@ endif
# get depenecies
.PHONY: get-deps
get-deps:
$(PYTHON) $(TOP)/tools/get_deps.py $(DEPS_SUBMODULES)
$(PYTHON) $(TOP)/tools/get_deps.py $(FAMILY)
size: $(BUILD)/$(PROJECT)
-@echo ''