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

section blah { # test
	param = "value"
}
section test {
	key = test;
	subsection testsub {
		flag on;
		subsubsection testsubsub1 testsubsub2 {
			key = [1, 2, 3];
		}
	}
}

section test {
	/* Empty */
}


section foo { # test
	param = 123.2;
}

array = []