mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8131c77860
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