examples: Add example for fastest startup time

Example includes README and sdkconfig.defaults with notes about trade-offs
made for minimum boot time.
This commit is contained in:
Angus Gratton
2021-03-11 21:17:48 +11:00
parent 29348270e7
commit cdef1ea38a
13 changed files with 176 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# Not calibrating RTC_SLOW_CLK saves a small amount of time during boot.
#
# Setting option to zero is only recommended if not using sleep modes, or
# if you don't need accurate sleep times.
CONFIG_ESP32_RTC_CLK_CAL_CYCLES=0