ecflash icon indicating copy to clipboard operation
ecflash copied to clipboard

Flashing and querying with System76 Embedded Controllers

Results 3 ecflash issues
Sort by recently updated
recently updated
newest added

addw4 switched to the 256 KiB variant of the ITE chip. Get the real ROM size instead of hard-coding it to 128 KiB.

This is just `cargo +nightly fmt` to clean things up.

* Use `trim_start_matches` instead of while loop * Use `match` statements in `src/flash.rc` * Replace `writeln!(stderr(), ...)` with `eprintln!(...)`