[FL-1505] Add RAW format (#576)
* Add RAW format * F5 stubs for build to pass * Fix saving decoded signal error * Irda: set ISR before starting timer, remove explicit NVIC configuration Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
10
lib/lib.mk
10
lib/lib.mk
@@ -94,9 +94,11 @@ CFLAGS += -I$(LIB_DIR)/file_reader
|
||||
CPP_SOURCES += $(wildcard $(LIB_DIR)/file_reader/*.cpp)
|
||||
|
||||
#irda lib
|
||||
CFLAGS += -I$(LIB_DIR)/irda
|
||||
C_SOURCES += $(wildcard $(LIB_DIR)/irda/*.c)
|
||||
C_SOURCES += $(wildcard $(LIB_DIR)/irda/*/*.c)
|
||||
CFLAGS += -I$(LIB_DIR)/irda/encoder_decoder
|
||||
CFLAGS += -I$(LIB_DIR)/irda/worker
|
||||
C_SOURCES += $(wildcard $(LIB_DIR)/irda/encoder_decoder/*.c)
|
||||
C_SOURCES += $(wildcard $(LIB_DIR)/irda/encoder_decoder/*/*.c)
|
||||
C_SOURCES += $(wildcard $(LIB_DIR)/irda/worker/*.c)
|
||||
|
||||
#args lib
|
||||
CFLAGS += -I$(LIB_DIR)/args
|
||||
@@ -110,4 +112,4 @@ C_SOURCES += $(wildcard $(LIB_DIR)/fl_subghz/*/*.c)
|
||||
CFLAGS += -I$(LIB_DIR)/app-scened-template
|
||||
C_SOURCES += $(wildcard $(LIB_DIR)/app-scened-template/*.c)
|
||||
CPP_SOURCES += $(wildcard $(LIB_DIR)/app-scened-template/*.cpp)
|
||||
CPP_SOURCES += $(wildcard $(LIB_DIR)/app-scened-template/*/*.cpp)
|
||||
CPP_SOURCES += $(wildcard $(LIB_DIR)/app-scened-template/*/*.cpp)
|
||||
|
Reference in New Issue
Block a user