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