esp-idf/components/esp32
Ivan Grokhotkov dd5401749d Merge branch 'bugfix/phy_init_write_nvs_once' into 'master'
phy_init: don’t rewrite valid calibration data

In the default PHY init routine, calibration data is loaded from NVS.
Most of the time the incremental changes to calibration will be fairly
small, so we don’t need to rewrite the existing calibration data stored
in the NVS.

Possible enhancement to be done in the future: expose a function in PHY
library to tell how big was the change in calibration data. If the
change was significant, then calibration data stored in NVS should be
updated.

See merge request !487
2017-02-15 13:26:22 +08:00
..
hwcrypto
include
ld esp32: Fixes watchdog problem when printing core dump to uart 2017-02-01 18:39:28 +03:00
lib@1627461bf2 esp32: update wifi lib for some fixes and optimizations 2017-02-10 10:28:03 +08:00
test
Kconfig esp32: update wifi lib for some fixes and optimizations 2017-02-10 10:28:03 +08:00
Makefile.projbuild
brownout.c
component.mk
core_dump.c esp32: Fixes watchdog problem when printing core dump to uart 2017-02-01 18:39:28 +03:00
cpu_freq.c
cpu_start.c phy_init: don’t rewrite valid calibration data 2017-02-07 15:14:45 +08:00
cpu_util.c
crosscore_int.c FreeRTOS: esp_crosscore_int_send_yield() should be in IRAM 2017-01-26 18:53:02 +11:00
deep_sleep.c
event_default_handlers.c
event_loop.c
freertos_hooks.c
gdbstub.c
heap_alloc_caps.c
hw_random.c
int_wdt.c
intr_alloc.c esp32: Fixes watchdog problem when printing core dump to uart 2017-02-01 18:39:28 +03:00
ipc.c
lib_printf.c
libhal.a
panic.c esp32: Fixes watchdog problem when printing core dump to uart 2017-02-01 18:39:28 +03:00
phy.h
phy_init.c phyinit: Use PHY config to enable, don't need phy_get_romfunc_addr to init 2017-01-19 11:18:44 +11:00
phy_init_data.h
rtc.h
spiram.h
system_api.c
task_wdt.c