kernel::config

Constant CONFIG

Source
pub const CONFIG: Config;
Expand description

A unique instance of Config where compile-time configuration options are defined.

These options are available in the kernel crate to be used for relevant configuration. Notably, this is the only location in the Tock kernel where we permit #[cfg(x)] to be used to configure code based on Cargo features.