Crates.io | oxide-spark-utils |
lib.rs | oxide-spark-utils |
version | 0.3.3 |
source | src |
created_at | 2023-08-10 22:54:18.145036 |
updated_at | 2023-09-12 15:08:17.27534 |
description | This crate exposes public parts of oxide-spark |
homepage | |
repository | https://gitlab.com/cyril-marpaud/oxide-spark-utils |
max_upload_size | |
id | 941422 |
size | 14,746 |
OxidESParkUtils is an OxidESPark dependency which includes what does not depend on the esp-idf-sys
crate.
As the esp-idf-sys
crate can only be compiled for the riscv32imc-esp-espidf
target, this crate mainly exists to allow command serialization from crates targeting other architectures (e.g. x86_64-unknown-linux-gnu
).
See the OxidESPark documentation for more information.