An open API service indexing awesome lists of open source software.

https://github.com/fyralabs/crosec-rs

A Rust library and tools for interfacing with the ChromeOS Embedded Controller.
https://github.com/fyralabs/crosec-rs

chromeos chromiumos cros crosec linux rust

Last synced: 12 months ago
JSON representation

A Rust library and tools for interfacing with the ChromeOS Embedded Controller.

Awesome Lists containing this project

README

          

# crosec-rs

A Rust library and tools for interfacing with the [ChromeOS Embedded Controller](https://chromium.googlesource.com/chromiumos/platform/ec/+/HEAD/README.md).

## 🛠️ Dependencies

Please make sure you have these dependencies first before building.

```bash
rustc
cargo
```

## 🏗️ Building

Simply clone this repo then:

```bash
cargo build
```

## 🗒️ Todos

- Implement all of the EC commands
- Add documentation
- Publish to crates.io when ready