Sign in
pigweed
/
third_party
/
github
/
OpenPRoT
/
openprot
/
9fbce00b2ea07a9e85d69d65ef7d1a42d7cc0349
/
.
/
platform
/
impls
/
tock
/
src
/
lib.rs
blob: da8af89c579c659bc148e43878538f69a08a523e [
file
]
// Licensed under the Apache-2.0 license
// SPDX-License-Identifier: Apache-2.0
//! Tock OS platform implementation for OpenPRoT
//!
//! This crate provides Tock OS-specific implementations of platform abstraction traits.
#![
no_std
]