This commit is contained in:
ipwxp
2025-09-25 19:04:00 +08:00
commit fcccb1789b
114 changed files with 223396 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
idf_component_register(INCLUDE_DIRS "include")
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-pragmas -Wno-unused-variable -Wno-maybe-uninitialized -Wno-implicit-function-declaration -mlongcalls -Wno-type-limits -Wno-implicit-fallthrough -Wno-format-overflow -Wno-comment -Wno-format-truncation -Wno-array-bounds -DDEBUG_PRINT=0 -D_NO_FTDI=1 -DESP_PLATFORM=1")
target_link_libraries(${COMPONENT_LIB} INTERFACE "-L${CMAKE_CURRENT_LIST_DIR}/lib")
target_link_libraries(${COMPONENT_LIB} INTERFACE ufcoder)
+4
View File
@@ -0,0 +1,4 @@
COMPONENT_ADD_INCLUDEDIRS := include
CFLAGS := -Wno-pragmas -Wno-unused-variable -Wno-maybe-uninitialized -Wno-implicit-function-declaration -mlongcalls -DDEBUG_PRINT=0 -D_NO_FTDI=1
COMPONENT_ADD_LDFLAGS += $(COMPONENT_PATH)/lib/libufcoder.a
File diff suppressed because it is too large Load Diff
Binary file not shown.