Skip to content

Commit

Permalink
Merge branch 'bugfix/rtc_clk_cal_cycles_add_default_vals_for_all_sour…
Browse files Browse the repository at this point in the history
…ces_v3.3' into 'release/v3.3'

esp32xx: Fix default values for all RTC sources in RTC_CLK_CAL_CYCLES option (v3.3)

See merge request espressif/esp-idf!12421
  • Loading branch information
mahavirj committed Mar 26, 2021
2 parents 5713bb1 + 1e45525 commit 7c86027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ menu "ESP32-specific"

config ESP32_RTC_CLK_CAL_CYCLES
int "Number of cycles for RTC_SLOW_CLK calibration"
default 3000 if ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL
default 3000 if ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL || ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC || ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256 # NOERROR
default 1024 if ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC
range 0 27000 if ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL || ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC || ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256 # NOERROR
range 0 32766 if ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC
Expand Down

0 comments on commit 7c86027

Please sign in to comment.