mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-05 00:30:16 +01: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