Merge panic and dport high level interrupt code to both use int level 4

This commit is contained in:
Jeroen Domburg
2017-05-26 17:41:18 +08:00
parent 1d748db209
commit d3290479b2
4 changed files with 85 additions and 107 deletions

View File

@@ -35,7 +35,6 @@ COMPONENT_ADD_LDFLAGS := -lesp32 \
-L $(COMPONENT_PATH)/ld \
-T esp32_out.ld \
-u ld_include_panic_highint_hdl \
-u ld_include_dport_highint_hdl \
$(addprefix -T ,$(LINKER_SCRIPTS))
ALL_LIB_FILES := $(patsubst %,$(COMPONENT_PATH)/lib/lib%.a,$(LIBS))