Skip to content

Commit 8fdffe4

Browse files
xcguangxiongyumail
authored andcommitted
refactor(gpio): Refactor gpio driver for esp8266 idf
1 parent 7c46284 commit 8fdffe4

File tree

12 files changed

+1005
-320
lines changed

12 files changed

+1005
-320
lines changed

components/esp8266/component.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif
1818
#Linker scripts used to link the final application.
1919
#Warning: These linker scripts are only used when the normal app is compiled; the bootloader
2020
#specifies its own scripts.
21-
LINKER_SCRIPTS += esp8266.common.ld esp8266.rom.ld
21+
LINKER_SCRIPTS += esp8266.common.ld esp8266.rom.ld esp8266.peripherals.ld
2222

2323
COMPONENT_ADD_LDFLAGS += -L$(COMPONENT_PATH)/lib \
2424
$(addprefix -l,$(LIBS)) \

0 commit comments

Comments
 (0)