Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# vendor option space config

option space foo;
option foo.bar code 1 = text;

# class declaration
class "foobar" {
    match if option vendor-class-identifier = "foo";
    vendor-option-space foo;
    option foo.bar "foobar";
}