Crates.io | canopen_rust |
lib.rs | canopen_rust |
version | 0.1.3 |
source | src |
created_at | 2023-12-08 00:49:35.101884 |
updated_at | 2023-12-11 20:56:49.299196 |
description | A CANOpen implementation for Rust. |
homepage | |
repository | https://github.com/atomi-ai/canopen-rust |
max_upload_size | |
id | 1061419 |
size | 154,485 |
Integration test cases are move to canopen-demo repository, because we need to share some testing utils for tests/ and examples/ folder together. This is helpful for end-to-end tests with RP2040 & x86 together. If you've better ideas, please let us know. (zephyr@atomi.ai)
To build the crate in "x86_64-unknown-linux-gnu" and "thumbv6m-none-eabi".
cargo build --target=x86_64-unknown-linux-gnu
cargo build --target=thumbv6m-none-eabi
And you can test the project:
cargo test
We still have some unit tests here.