Skip to content

Commit 9e1ae8e

Browse files
authored
feat(uart): update Kconfig.projbuild to reflect functionality
1 parent 57410d8 commit 9e1ae8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Kconfig.projbuild

+2-1
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,10 @@ config ARDUINO_SERIAL_FORCE_IDF_DEFAULT_CLOCK_SOURCE
125125
Overrides Arduino's automatic UART clock selection with the default clock from IDF (clk_tree_defs.h).
126126
By default, Arduino optimizes the UART clock automatically: XTAL clock for C2, S3, C3, C6, H2, P4 and
127127
REF_TICK (<250k baud) or APB (>250k baud) for ESP32, S2.
128+
It also overrrides HardwareSerial::setClockSource(), by always forcing the default uart clock source as defined in IDF.
128129
Enable this option only if you need to force IDF's default clock instead of Arduino's optimized settings.
129130
It is generally recommended to leave this disabled unless specifically required.
130-
Note: This configuration is not applicable to the low-power (LP) UART controller.
131+
Note: This configuration is also applicable to the low-power (LP) UART controller, whenever this is available.
131132

132133
choice ARDUINO_UDP_RUNNING_CORE
133134
bool "Core on which Arduino's UDP is running"

0 commit comments

Comments
 (0)