Skip to content

Commit 99d7bbc

Browse files
committed
Merge branch 'feature/refactor_gpio_driver' into 'master'
refactor(gpio): Refactor gpio driver for esp8266 idf See merge request sdk/ESP8266_RTOS_SDK!223
2 parents 1c36069 + 8fdffe4 commit 99d7bbc

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)