diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-03-07 15:08:04 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-03-07 15:08:04 -0500 |
| commit | 2995e97cd489abeeedf90ac60b4b98499661ce7e (patch) | |
| tree | fa76bacff20df4c88c6d7973b56ba3be588a36d3 /.gitmodules | |
| parent | 317c70674d1d889b98b3b127099ab876f55f1f2d (diff) | |
feat: Kconfig support added
Initial support for Kconfiglib has been added. This includes menuconfig,
savedefconfig, defconfig, and config.h generation.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
