Skip to content

Commit 4279699

Browse files
authored
feat(uart): removing Kconfig.projbuild option to force default clk src
1 parent 9e1ae8e commit 4279699

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Kconfig.projbuild

-12
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,6 @@ config ARDUINO_SERIAL_EVENT_TASK_PRIORITY
118118
help
119119
Select at what priority you want the Serial Event task to run.
120120

121-
config ARDUINO_SERIAL_FORCE_IDF_DEFAULT_CLOCK_SOURCE
122-
bool "Force IDF default UART clock source"
123-
default "n"
124-
help
125-
Overrides Arduino's automatic UART clock selection with the default clock from IDF (clk_tree_defs.h).
126-
By default, Arduino optimizes the UART clock automatically: XTAL clock for C2, S3, C3, C6, H2, P4 and
127-
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.
129-
Enable this option only if you need to force IDF's default clock instead of Arduino's optimized settings.
130-
It is generally recommended to leave this disabled unless specifically required.
131-
Note: This configuration is also applicable to the low-power (LP) UART controller, whenever this is available.
132-
133121
choice ARDUINO_UDP_RUNNING_CORE
134122
bool "Core on which Arduino's UDP is running"
135123
default ARDUINO_UDP_RUN_CORE0

0 commit comments

Comments
 (0)