feat(esp8266): Add phy init data in code

Not support to config phy_init_data now, and need real code to use this data.
This commit is contained in:
Wu Jian Gang
2018-06-15 01:07:00 +08:00
parent 845179a695
commit 462e9d4f81
5 changed files with 273 additions and 2 deletions

View File

@ -42,7 +42,7 @@ config PARTITION_TABLE_OFFSET
config PARTITION_TABLE_CUSTOM_PHY_DATA_OFFSET
hex "PHY data partition offset" if PARTITION_TABLE_CUSTOM
depends on ESP32_PHY_INIT_DATA_IN_PARTITION
depends on ESP_PHY_INIT_DATA_IN_PARTITION
default 0xf000
help
If using a custom partition table, specify the offset in the flash
@ -63,7 +63,7 @@ config APP_OFFSET
default 0x10000 # this is the factory app offset used by the default tables
config PHY_DATA_OFFSET
depends on ESP32_PHY_INIT_DATA_IN_PARTITION
depends on ESP_PHY_INIT_DATA_IN_PARTITION
hex
default PARTITION_TABLE_CUSTOM_PHY_DATA_OFFSET if PARTITION_TABLE_CUSTOM
default 0xf000 # this is the factory app offset used by the default tables