veecle-osal-embassy

Crates.ioveecle-osal-embassy
lib.rsveecle-osal-embassy
version0.1.0
created_at2025-09-16 15:25:38.731736+00
updated_at2025-09-16 15:25:38.731736+00
descriptionVeecle OS operating system abstraction layer implementation for Embassy
homepagehttps://veecle.io/
repositoryhttps://github.com/veecle/veecle-os
max_upload_size
id1841926
size71,033
(veecle-release-bot)

documentation

README

veecle-osal-embassy

Veecle OS operating system abstraction layer implementation for Embassy.

Overview

This crate provides the Embassy implementation of the Veecle OS operating system abstraction layer API. It implements the traits defined in veecle-osal-api.

Note: Most users should depend on the veecle-os crate instead of using this crate directly. The veecle-os crate re-exports this functionality and provides a more complete API for building Veecle OS applications.

For examples and more detailed usage information, please refer to the repository.

Testing

Time

Tests rely on Embassy's mock driver implementation. The mock driver is shared within a binary, so every test must be a separate binary.

Networking

Tests are implemented using a custom "loopback"-like driver.

Commit count: 39

cargo fmt