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

# This test is intended to check various comments in ucl

obj {
	
	key = value
	key = "/* value"
	/*
	key = value
	*/
# Nested comments
	key = nested
	/*
	adasdasdads
	/* asdasdasd */asjdasjldaskd
	/* asdsadasd */
	/* /* /* /* /* */ */ */ */ */
# some
	*/
	key = quotes # quoted
# Quotes
	/*
	key = "/* value"
	key = "*/value"
	*/
}