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

CondParser_Eval: ${NUMBERS:M[A-Z]*} != "One Two Three Four"
lhs = "One Two Three Four", rhs = "One Two Three Four", op = !=
CondParser_Eval: ${NUMBERS:M[^A-Z]*} != "five six seven"
lhs = "five six seven", rhs = "five six seven", op = !=
CondParser_Eval: ${NUMBERS:M[^s]*[ex]} != "One Three five"
lhs = "One Three five", rhs = "One Three five", op = !=
CondParser_Eval: ${:U****************:M****************b}
CondParser_Eval: ${:Ua \$ sign:M*$$*} != "\$"
lhs = "$", rhs = "$", op = !=
CondParser_Eval: ${:Ua \$ sign any-asterisk:M*\$*} != "any-asterisk"
lhs = "any-asterisk", rhs = "any-asterisk", op = !=
exit status 0