Sign in
pigweed
/
third_party
/
github
/
OpenPRoT
/
openprot
/
68117fa9d49eaa922df462d68b50737e2402bfd7
/
.
/
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
]