From 2995e97cd489abeeedf90ac60b4b98499661ce7e Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 7 Mar 2026 15:08:04 -0500 Subject: feat: Kconfig support added Initial support for Kconfiglib has been added. This includes menuconfig, savedefconfig, defconfig, and config.h generation. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8c76d59 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "example/tools/Kconfiglib"] + path = example/tools/Kconfiglib + url = https://codeberg.org/JacobMcDonnell/Kconfiglib.git -- cgit v1.2.3