kaofishy / kconfig-frontends

Fork of kconfig-frontends project with some modifications for use with ESP-IDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This package contains the kconfig frontends and parser.

Modifications in this repository & branch are for use with Espressif ESP-IDF. Upstream
project is at http://ymorin.is-a-geek.org/projects/kconfig-frontends

Kconfig is the configuration language used by the Linux kernel. This package
is a simple copy of the frontends and the parser found in the Linux kernel
source tree, with very minor changes to adapt them to being built out of
the kernel build infrastructure.

This package has been ported to Windows, so the code has been changed to get
it work properly. The package also contains a copy PDCurses with some minor
changes. By now only the the mconf tool has been ported.

Under non Windows platforms use the original package from:
http://ymorin.is-a-geek.org/projects/kconfig-frontends

Note: if using the git tree, or changing the autostuff sources, you'll first
have to run:
    autoreconf -fi

About

Fork of kconfig-frontends project with some modifications for use with ESP-IDF

License:Other


Languages

Language:C 84.7%Language:C++ 3.9%Language:Makefile 3.5%Language:CMake 2.0%Language:M4 1.7%Language:Shell 1.4%Language:Yacc 1.2%Language:Objective-C 0.7%Language:Lex 0.6%Language:Python 0.3%