4fa389e1bd
tool: Fix clippy warnings
...
Fix:
- clippy::unnecessary_cast
- clippy::needless_borrow
Allow:
- clippy::uninlined_format_args
- clippy::get_first
Signed-off-by: Tim Crawford <tcrawford@system76.com >
2023-10-05 14:32:15 -06:00
3e154d7f00
Add missing SPDX identifiers
2021-02-22 14:02:18 -07:00
504284bf72
tool: Move read_debug
to trait so generic code can use it
...
Returns error for backends that don't support it.
2021-02-22 08:08:49 -07:00
42f1b4863f
Add AccessLpcSim for communicating with ecsim
...
Probably the duplicated logic in `access/lpc/*` should be factored out
in some way, but it's a bit awkward to do so without defining a trait
that would be part of the public API...
2020-12-08 13:46:35 -07:00