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. --- example/configs/8_defconfig | 1 + 1 file changed, 1 insertion(+) create mode 100644 example/configs/8_defconfig (limited to 'example/configs/8_defconfig') diff --git a/example/configs/8_defconfig b/example/configs/8_defconfig new file mode 100644 index 0000000..5140cd9 --- /dev/null +++ b/example/configs/8_defconfig @@ -0,0 +1 @@ +CONFIG_FIB_NUMBER=8 -- cgit v1.2.3