mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-19 03:04:34 +08:00
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:
@@ -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)
|
||||
|
@@ -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);
|
||||
|
@@ -1,6 +1,6 @@
|
||||
gwen:
|
||||
crypto: 8943c89
|
||||
core: 254ecc9
|
||||
core: 64146c3
|
||||
net80211: bbfcc40
|
||||
pp: 2f7b347
|
||||
smartconfig: 2.8.0
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user