From: Ivan Grokhotkov Date: Tue, 25 Apr 2017 08:30:36 +0000 (+0800) Subject: Merge branch 'feature/xtal_freq_autodetect' into 'master' X-Git-Tag: v2.1-rc1~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8131c778608b8d4721fdcc7c3d27f43fa5b69243;p=esp-idf Merge branch 'feature/xtal_freq_autodetect' into 'master' XTAL frequency detection, support for selecting XTAL frequency This MR adds more robust XTAL frequency detection code (which gets run in the bootloader) and an option to set XTAL frequency in Kconfig. By default we still use autodetection, since it is more reliable than the one used in ROM code. This will help with issues about XTAL frequency detection in high ambient temperature conditions. Ref TW12008 See merge request !694 --- 8131c778608b8d4721fdcc7c3d27f43fa5b69243