index
:
Kconfiglib.git
main
Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git
Jacob McDonnell
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
2018-02-08
oldconfig.py comment nit
Ulf Magnusson
2018-02-08
oldconfig.py comment nit
Ulf Magnusson
2018-02-08
Prompt for choices with new visible symbols in oldconfig.py
Ulf Magnusson
2018-02-07
Give symbol locations in merge_config.py warnings
Ulf Magnusson
2018-02-07
Allow "n"/"m"/"y" as aliases for 0/1/2 in set_value()
Ulf Magnusson
2018-02-06
Add help text display feature to oldconfig.py
Ulf Magnusson
2018-02-06
Refactor do_oldconfig() slightly
Ulf Magnusson
2018-02-06
Account for earlier symbols depending on later ones in oldconfig.py
Ulf Magnusson
2018-02-06
Consistently use 'kconf' instead of 'conf'
Ulf Magnusson
2018-02-06
Add oldconfig.py example script
Ulf Magnusson
2018-02-03
Add example that finds references to undefined symbols
Ulf Magnusson
2017-12-30
Add merge_config.py example
Ulf Magnusson
2017-11-27
eval_expr.py: Fix missing argument error message
Ulf Magnusson
2017-11-26
menuconfig.py: indent_print() style nit
Ulf Magnusson
2017-11-26
print_tree.py: Style nits
Ulf Magnusson
2017-11-20
allno/yesconfig.py: Remove unused STR_TO_TRI imports
Ulf Magnusson
2017-11-20
Simplify menuconfig.py's value_str() a bit
Ulf Magnusson
2017-11-10
eval_expr.py: s/syms["MODULES"]/modules/
Ulf Magnusson
2017-11-10
Fix a few typos
Ulf Magnusson
2017-11-09
allnoconfig.py: s/while 1/while True/
Ulf Magnusson
2017-11-08
Add a release test script
Ulf Magnusson
2017-11-07
Test for m, y assignability in a more readable way
Ulf Magnusson
2017-11-06
Refer to kconfiglib.py for iterative tree walking
Ulf Magnusson
2017-11-06
Clean up examples a bit
Ulf Magnusson
2017-11-06
Simplify allyesconfig.py
Ulf Magnusson
2017-11-05
Simplify redundant 'is (not) None' tests in examples
Ulf Magnusson
2017-11-05
Simplify allnoconfig.py choice handling
Ulf Magnusson
2017-11-05
Fix find_symbol.py typo
Ulf Magnusson
2017-11-05
Add example that finds references to a symbol
Ulf Magnusson
2017-11-05
Get rid of some more tristate quotes
Ulf Magnusson
2017-11-04
Add symbolic ../kconfiglib.py link to examples/
Ulf Magnusson
2017-11-04
Fix some menuconfig.py typos
Ulf Magnusson
2017-11-04
Add documentation for menuconfig example
Ulf Magnusson
2017-11-04
Add menuconfig example/proof of concept
Ulf Magnusson
2017-11-01
Switch to a much faster invalidation algorithm
Ulf Magnusson
2017-10-31
Handle choices more like the C implementation
Ulf Magnusson
2017-10-30
Merge user_str/tri_value into user_value
Ulf Magnusson
2017-10-30
Consistently use 0/1/2 for tristate values
Ulf Magnusson
2017-10-28
Nearly finalize API
Ulf Magnusson
2017-10-25
Backup
Ulf Magnusson
2017-10-24
Kconfiglib 2 backup
Ulf Magnusson
2015-06-20
Make all examples Python 3-friendly.
Ulf Magnusson
2015-05-24
Add example that mirrors defconfig and oldconfig.
Ulf Magnusson
2015-03-13
Fix examples/allnoconfig.py testsuite hang with v4.0-rc3.
Ulf Magnusson
2015-03-12
Use Symbol.is_allnoconfig_y() in the examples
Philip Craig
2012-12-13
Rename some APIs to be more consistent and intuitive.
Ulf Magnusson
2012-12-12
Re-enable set_user_value() warning for symbols with no prompts.
Ulf Magnusson
2012-12-11
Rename APIs to be more consistent and intuitive.
Ulf Magnusson
2012-12-11
Add a grep'ing example.
Ulf Magnusson
2012-12-11
Include allnoconfig_simpler.py in test suite.
Ulf Magnusson
[next]