refactor(gpio): Refactor gpio driver for esp8266 idf

This commit is contained in:
Xu Chun Guang
2018-06-10 22:39:40 +08:00
committed by XiongYu
parent 7c46284f50
commit 8fdffe47ad
12 changed files with 1022 additions and 337 deletions

@ -18,7 +18,7 @@ endif
#Linker scripts used to link the final application.
#Warning: These linker scripts are only used when the normal app is compiled; the bootloader
#specifies its own scripts.
LINKER_SCRIPTS += esp8266.common.ld esp8266.rom.ld
LINKER_SCRIPTS += esp8266.common.ld esp8266.rom.ld esp8266.peripherals.ld
COMPONENT_ADD_LDFLAGS += -L$(COMPONENT_PATH)/lib \
$(addprefix -l,$(LIBS)) \