The cargo spresense-flash tool with the --monitor parameter lets us use cargo run to build, flash, and listen on a serial port to make examples easy to work with, similar to espflash and probe-rs.
Need to double check all the examples have had their .cargo/config.toml updated with a runner so cargo run works with all of them.
The
cargo spresense-flashtool with the--monitorparameter lets us usecargo runto build, flash, and listen on a serial port to make examples easy to work with, similar toespflashandprobe-rs.Need to double check all the examples have had their
.cargo/config.tomlupdated with arunnersocargo runworks with all of them.