mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-18 10:31:09 +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 ofb77addea2fandc425ac7bed. Closes https://github.com/espressif/esp-idf/issues/6946