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.
- Data
Placement - Placement of static data and allocators.
- Kernel
- Kernel related config
- Memory
- Definition of a memory section.
- Memory
Map - Memory map.
- Optional
Memory - Definition of optional memory sections that go beyond the default of SRAM and flash.
- Shared
Enums§
- Memory
Location - Location of additional memory.
- Memory
Type - Type of Memory.