My feather uses the USB interface for logging with baudrate 115200.
When the device is flashed using
zephyr-tools -b
newtmgr -c vscode-zephyr-tools image upload ...
newtmgr -c vscode-zephyr-tools reset
the baudrate is altered to 1000000. Therefore I use
newtmgr -c vscode-zephyr-tools --connextra baud=115200 reset -r 0 -t 0.5
to reset the baudrate to 115200. That works, but prints an error, even if the log-level is changed to panic or fatal.
Would it be possible to add a command just to reset the baudrate?