Crate embassy

Expand description

Embassy operating system abstraction layer.

This OSAL requires binaries to depend on the embassy-time crate with one of the generic-queue-* features enabled. See https://docs.rs/embassy-time/latest/embassy_time/#generic-queue for more information.

Modules§

log
Logging related system utilities.
net
Networking abstractions for Embassy.
time
Time related system utilities.

Enums§

Error
An error that may happen during Veecle OS operations.

Type Aliases§

Result
A result with the Error error.