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-05-27
oldconfig: Prepare for packaging
Ulf Magnusson
2018-05-27
oldconfig: Show help with '?' instead of '??'
Ulf Magnusson
2018-05-27
Simplify error exits
Ulf Magnusson
2018-05-01
Rename examples/menuconfig.py to menuconfig_example.py
Ulf Magnusson
2018-03-25
merge_config.py: Clean up name_and_loc_str()
Ulf Magnusson
2018-03-18
Add print_config_tree.py example script (#42)
Ricardo F
2018-02-25
menuconfig.py: More style and comment nits
Ulf Magnusson
2018-02-25
menuconfig.py: Style and comment nits
Ulf Magnusson
2018-02-23
menuconfig.py: Remove unused STR_TO_TRI import
Ulf Magnusson
2018-02-09
oldconfig.py style nits
Ulf Magnusson
2018-02-09
Simplify tri_value_str() in oldconfig.py
Ulf Magnusson
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
[next]