Training courses
Kernel and Embedded Linux
Bootlin training courses
Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...
Elixir Cross Referencer
Home
Engineering
Training
Docs
Community
Company
twitter
mastodon
linkedin
github
Open Menu
/
external
/
historical
/
nawk
/
dist
/
testdir
/
t.2.x
All symbols
C/CPP/ASM
Kconfig
Devicetree
DT compatible
Go get it
1
{
i
=
2
;
j
=
$3
;
$1
=
i
;
print
i
,
j
,
$1
}