File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ $(2): $(1) $(LDGEN_FRAGMENT_FILES) $(SDKCONFIG) $(BUILD_DIR_BASE)/ldgen_librarie
44
44
--env "COMPONENT_KCONFIGS_SOURCE_FILE=$(COMPONENT_KCONFIGS_SOURCE_FILE ) " \
45
45
--env "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=$(COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE ) " \
46
46
--env "IDF_CMAKE=n" \
47
+ --env "IDF_ENV_FPGA=n" \
47
48
--objdump $(OBJDUMP )
48
49
endef
49
50
endif # Windows_NT
Original file line number Diff line number Diff line change 18
18
sys .path .insert (0 , os .path .join (os .path .dirname (__file__ ), ".." ))
19
19
from find_build_apps import BuildItem , setup_logging
20
20
21
- WARNING_REGEX = re .compile (r"(?:error|warning)" , re .MULTILINE | re .IGNORECASE )
21
+ WARNING_REGEX = re .compile (r"(?:error|warning)[^\w] " , re .MULTILINE | re .IGNORECASE )
22
22
23
23
IGNORE_WARNS = [
24
24
re .compile (r_str ) for r_str in [
You can’t perform that action at this time.
0 commit comments