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
2019-10-29
Add public helpers for generating "<name> (defined at ...)" strings
Ulf Magnusson
2019-07-02
Catch EnvironmentError instead of OSError/IOError
Ulf Magnusson
2019-06-07
dumpvars: Make the output format copy-pasteable
Ulf Magnusson
2019-06-03
Improve warning control API (with backwards compatibility)
Ulf Magnusson
2019-06-03
Have load_config() and write_(min_)config() return messages
Ulf Magnusson
2019-05-25
Strip direct deps. from property conditions in Symbol/Choice/MenuNode.__str__()
Ulf Magnusson
2019-05-19
String repetition consistency nit
Ulf Magnusson
2019-03-06
Use a consistent style in examples
Ulf Magnusson
2018-12-08
Make {load,write}_config(filename=None) implement the standard behavior
Ulf Magnusson
2018-11-21
Link Zephyr's kconfig.py from merge_config.py example
Ulf Magnusson
2018-11-17
Add support for KCONFIG_ALLCONFIG
Ulf Magnusson
2018-09-28
Fix comment formatting in help_grep.py
Ulf Magnusson
2018-09-27
Use a consistent import style in the examples
Ulf Magnusson
2018-09-27
Simplify the defconfig and eval_expr examples a bit
Ulf Magnusson
2018-09-15
Update some examples to use node_iter()
Ulf Magnusson
2018-09-08
Clean up kernel Makefile patch and add new targets
Ulf Magnusson
2018-08-22
Add a generic node iterator
Ulf Magnusson
2018-08-22
Introduce Kconfig.unique_defined_syms and Kconfig.unique_choices
Ulf Magnusson
2018-06-22
Simplify the find_symbol and list_undefined examples
Ulf Magnusson
2018-06-11
Add a function for getting all items in an expression
Ulf Magnusson
2018-05-30
allyesconfig: Prepare for packaging
Ulf Magnusson
2018-05-28
Simplify allyesconfig.py example with Kconfig.choices
Ulf Magnusson
2018-05-27
allnoconfig: Move from examples/ to root
Ulf Magnusson
2018-05-27
oldconfig: Move from examples/ to root
Ulf Magnusson
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
[next]