mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-23 09:13:11 +00:00

SERIAL_TOOL_ARGS is post-processed with the spaces2list cmake function. Therefore, it should be a list of arguments because spaces are replaced with semicolons. Regression ofb77addea2f
andc425ac7bed
. Closes https://github.com/espressif/esp-idf/issues/6946