feat: Add phy reg default when boot

This commit is contained in:
Wu Jian Gang
2018-12-29 14:28:59 +08:00
parent 597bc9703e
commit 09a5a0f2d7
4 changed files with 5 additions and 2 deletions

View File

@@ -10,6 +10,6 @@ LINKER_SCRIPTS := \
$(IDF_PATH)/components/esp8266/ld/esp8266.rom.ld \
esp8266.bootloader.rom.ld
COMPONENT_ADD_LDFLAGS += -L $(COMPONENT_PATH) $(addprefix -T ,$(LINKER_SCRIPTS))
COMPONENT_ADD_LDFLAGS += -L $(IDF_PATH)/components/esp8266/lib -lcore -L $(COMPONENT_PATH) $(addprefix -T ,$(LINKER_SCRIPTS))
COMPONENT_ADD_LINKER_DEPS := $(LINKER_SCRIPTS)