summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2018-12-08Make {load,write}_config(filename=None) implement the standard behaviorUlf Magnusson
2018-11-21Link Zephyr's kconfig.py from merge_config.py exampleUlf Magnusson
2018-11-17Add support for KCONFIG_ALLCONFIGUlf Magnusson
2018-09-28Fix comment formatting in help_grep.pyUlf Magnusson
2018-09-27Use a consistent import style in the examplesUlf Magnusson
2018-09-27Simplify the defconfig and eval_expr examples a bitUlf Magnusson
2018-09-15Update some examples to use node_iter()Ulf Magnusson
2018-09-08Clean up kernel Makefile patch and add new targetsUlf Magnusson
2018-08-22Add a generic node iteratorUlf Magnusson
2018-08-22Introduce Kconfig.unique_defined_syms and Kconfig.unique_choicesUlf Magnusson
2018-06-22Simplify the find_symbol and list_undefined examplesUlf Magnusson
2018-06-11Add a function for getting all items in an expressionUlf Magnusson
2018-05-30allyesconfig: Prepare for packagingUlf Magnusson
2018-05-28Simplify allyesconfig.py example with Kconfig.choicesUlf Magnusson
2018-05-27allnoconfig: Move from examples/ to rootUlf Magnusson
2018-05-27oldconfig: Move from examples/ to rootUlf Magnusson
2018-05-27oldconfig: Prepare for packagingUlf Magnusson
2018-05-27oldconfig: Show help with '?' instead of '??'Ulf Magnusson
2018-05-27Simplify error exitsUlf Magnusson
2018-05-01Rename examples/menuconfig.py to menuconfig_example.pyUlf Magnusson
2018-03-25merge_config.py: Clean up name_and_loc_str()Ulf Magnusson
2018-03-18Add print_config_tree.py example script (#42)Ricardo F
2018-02-25menuconfig.py: More style and comment nitsUlf Magnusson
2018-02-25menuconfig.py: Style and comment nitsUlf Magnusson
2018-02-23menuconfig.py: Remove unused STR_TO_TRI importUlf Magnusson
2018-02-09oldconfig.py style nitsUlf Magnusson
2018-02-09Simplify tri_value_str() in oldconfig.pyUlf Magnusson
2018-02-08oldconfig.py comment nitUlf Magnusson
2018-02-08oldconfig.py comment nitUlf Magnusson
2018-02-08Prompt for choices with new visible symbols in oldconfig.pyUlf Magnusson
2018-02-07Give symbol locations in merge_config.py warningsUlf Magnusson
2018-02-07Allow "n"/"m"/"y" as aliases for 0/1/2 in set_value()Ulf Magnusson
2018-02-06Add help text display feature to oldconfig.pyUlf Magnusson
2018-02-06Refactor do_oldconfig() slightlyUlf Magnusson
2018-02-06Account for earlier symbols depending on later ones in oldconfig.pyUlf Magnusson
2018-02-06Consistently use 'kconf' instead of 'conf'Ulf Magnusson
2018-02-06Add oldconfig.py example scriptUlf Magnusson
2018-02-03Add example that finds references to undefined symbolsUlf Magnusson
2017-12-30Add merge_config.py exampleUlf Magnusson
2017-11-27eval_expr.py: Fix missing argument error messageUlf Magnusson
2017-11-26menuconfig.py: indent_print() style nitUlf Magnusson
2017-11-26print_tree.py: Style nitsUlf Magnusson
2017-11-20allno/yesconfig.py: Remove unused STR_TO_TRI importsUlf Magnusson
2017-11-20Simplify menuconfig.py's value_str() a bitUlf Magnusson
2017-11-10eval_expr.py: s/syms["MODULES"]/modules/Ulf Magnusson
2017-11-10Fix a few typosUlf Magnusson
2017-11-09allnoconfig.py: s/while 1/while True/Ulf Magnusson
2017-11-08Add a release test scriptUlf Magnusson
2017-11-07Test for m, y assignability in a more readable wayUlf Magnusson
2017-11-06Refer to kconfiglib.py for iterative tree walkingUlf Magnusson