Module kernel::component

source ·
Expand description

Components extend the functionality of the Tock kernel through a simple factory method interface.

Traits

  • A component encapsulates peripheral-specific and capsule-specific initialization for the Tock OS kernel in a factory method, which reduces repeated code and simplifies the boot sequence.