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

# configure the test runner generator to properly set up the tests
# - avoid cluttering the syslogs

--- 
:unity:
  :suite_setup:
    - extern int change_iobufs(int);
    - extern int change_logfile(const char*, int);
    - change_iobufs(1);
    - change_logfile("stderr", 0);