esp32: Add UTs for DPORT and Hi-interrupt

This commit is contained in:
Konstantin Kondrashov
2019-06-28 13:34:19 +08:00
committed by bot
parent 632b016028
commit 69a313b6ae
4 changed files with 176 additions and 2 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
COMPONENT_EXTRA_CLEAN := test_tjpgd_logo.h
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive \
-u ld_include_test_dport_xt_highint5 \
COMPONENT_SRCDIRS := .