Merge branch 'feature/add_phy_reg_default' into 'release/v3.0'

feat: Add phy reg default when boot

See merge request sdk/ESP8266_RTOS_SDK!690
This commit is contained in:
Wu Jian Gang
2018-12-29 14:36:30 +08:00
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)

View File

@@ -623,6 +623,9 @@ static esp_err_t bootloader_main()
ESP_LOGI(TAG, "compile time " __TIME__ );
extern void phy_reg_default(void);
phy_reg_default();
print_flash_info(&fhdr);
update_flash_config(&fhdr);

View File

@@ -1,6 +1,6 @@
gwen:
crypto: 8943c89
core: 254ecc9
core: 64146c3
net80211: bbfcc40
pp: 2f7b347
smartconfig: 2.8.0

Binary file not shown.