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.
- Host: GitHub
- URL: https://github.com/fyralabs/crosec-rs
- Owner: FyraLabs
- Created: 2024-02-16T01:22:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T03:01:50.000Z (over 1 year ago)
- Last Synced: 2024-11-09T04:17:03.410Z (over 1 year ago)
- Topics: chromeos, chromiumos, cros, crosec, linux, rust
- Language: Rust
- Homepage:
- Size: 183 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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