diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-25 21:35:50 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-25 21:35:50 -0500 |
| commit | 84830c81c9e0188c840d13b99e077d557f210c21 (patch) | |
| tree | ecc1c17b0dfec4a3fc4fdc657a4ee4291fddc22b /configs | |
| parent | 76b511c7fecac26e305600f3a2274d1039e62b67 (diff) | |
feat: Support for menuconfig & genconfig
Support for menuconfig and genconfg as targets in cmake.
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/example_config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/example_config b/configs/example_config new file mode 100644 index 0000000..0c34f1e --- /dev/null +++ b/configs/example_config @@ -0,0 +1,3 @@ +CONFIG_USE_TOOLCHAIN_FILE=y +CONFIG_AGE=22 +CONFIG_NAME="John Smith" |
