SC-F001 way better logging and parameters. not integrated yet but.

This commit is contained in:
Thaddeus Hughes
2025-12-13 10:57:09 -06:00
commit ac030005c3
505 changed files with 174645 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
PROJECT_NAME := littlefs
EXTRA_COMPONENT_DIRS := \
$(abspath .) \
$(abspath unit_tester) \
$(IDF_PATH)/tools/unit-test-app/components/
CFLAGS += \
-Werror
include $(IDF_PATH)/make/project.mk
.PHONY: tests
tests-build:
$(MAKE) \
TEST_COMPONENTS='src'
tests:
$(MAKE) \
TEST_COMPONENTS='src' \
flash monitor;
tests-enc:
$(MAKE) \
TEST_COMPONENTS='src' \
encrypted-flash monitor;