Crate bern_conf_type

Crate bern_conf_type 

Source
Expand description

Types and structures for the kernel config.

Cargo features are somewhat limited and configuring the size of static arrays is straight forward. The types for the config are put into separate crate to ensure non-cyclic dependencies as the conf and bern_kernel crate depend on it.

Structs§

Conf
Combined configuration.
DataPlacement
Placement of static data and allocators.
Kernel
Kernel related config
Memory
Definition of a memory section.
MemoryMap
Memory map.
OptionalMemory
Definition of optional memory sections that go beyond the default of SRAM and flash.
Shared

Enums§

MemoryLocation
Location of additional memory.
MemoryType
Type of Memory.