diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-09-20 13:33:59 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-09-23 17:31:20 +0200 |
| commit | 6156041560c75831e003202b790ab3f435bbb388 (patch) | |
| tree | 8bb3de3561d87e4faeb73dfef098d8e3726db363 /setup.cfg | |
| parent | 3df532b8d4cdf6915eaf079ee8082f792ab9b0cb (diff) | |
Add support for user-defined Python preprocessor functions
Allow preprocessor functions to be defined in Python by putting a module
called 'kconfigfunctions' into sys.path. Internally, this simply adds
the functions to the predefined functions in Kconfig._functions.
User-defined Python functions make it simple to integrate information
from existing Python tools into Kconfig, e.g. to have Kconfig symbols
depend on hardware information stored in some other format. This might
be used to get device tree information into Kconfig in Zephyr.
Piggyback module docstring documentation for some extensions that were
previously only mentioned in the README.
Diffstat (limited to 'setup.cfg')
0 files changed, 0 insertions, 0 deletions
