You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/soc/esp32c5/include/soc/soc_caps.h
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -579,7 +579,6 @@
579
579
#defineSOC_CLK_XTAL32K_SUPPORTED (1) /*!< Support to connect an external low frequency crystal */
580
580
#defineSOC_CLK_OSC_SLOW_SUPPORTED (1) /*!< Support to connect an external oscillator, not a crystal */
581
581
#defineSOC_CLK_LP_FAST_SUPPORT_XTAL (1) /*!< Support XTAL clock as the LP_FAST clock source */
582
-
#defineSOC_CLK_RC32K_NOT_TO_USE (1) /*!< Due to the poor low-temperature characteristics of RC32K (it cannot operate below -40 degrees Celsius), please avoid using it whenever possible. */
583
582
#defineSOC_RCC_IS_INDEPENDENT 1 /*!< Reset and Clock Control is independent, thanks to the PCR registers */
584
583
585
584
/*-------------------------- Temperature Sensor CAPS -------------------------------------*/
Copy file name to clipboardExpand all lines: components/soc/esp32c61/include/soc/soc_caps.h
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -453,7 +453,6 @@
453
453
#defineSOC_CLK_XTAL32K_SUPPORTED (1) /*!< Support to connect an external low frequency crystal */
454
454
#defineSOC_CLK_OSC_SLOW_SUPPORTED (1) /*!< Support to connect an external oscillator, not a crystal */
455
455
#defineSOC_CLK_LP_FAST_SUPPORT_XTAL (1) /*!< Support XTAL clock as the LP_FAST clock source */
456
-
#defineSOC_CLK_RC32K_NOT_TO_USE (1) /*!< Due to the poor low-temperature characteristics of RC32K (it cannot operate below -40 degrees Celsius), please avoid using it whenever possible. */
457
456
#defineSOC_RCC_IS_INDEPENDENT 1 /*!< Reset and Clock Control is independent, thanks to the PCR registers */
458
457
459
458
/*-------------------------- Temperature Sensor CAPS -------------------------------------*/
0 commit comments