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

module AnotherModule {
  header "AnotherModule.h"
  exclude header "AnotherModuleExcluded.h"
}
module Umbrella {
  umbrella "umbrella"
}
module NotFramework {
  header "NotFramework.h"
}

framework module * { }