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/config.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 example/config.h (limited to 'example/config.h') diff --git a/example/config.h b/example/config.h new file mode 100644 index 0000000..3efc17a --- /dev/null +++ b/example/config.h @@ -0,0 +1 @@ +#define CONFIG_FIB_NUMBER 8 -- cgit v1.2.3