...
In the Emcraft software distribution, Linux images are built from "project" directories. A project defines a concrete Linux configuration ready for installation to the target. Each project is defined by the following files:
<project>
.kernel.${MCU}_defconfig- kernel configuration for the project;<project>
.dts.${MCU}- kernel configuration for the project;<project>
.busybox-busyboxconfiguration for the project;<project>
.initrams- spec file for the project root filesystem (initramfs).
...