summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2026-02-02drop support for Python 2.x as it is very much EOLBenjamin Cabé
2024-10-04Update various outdated links and contact informationStephanos Ioannidis
2020-01-24Use 'python3' instead of 'python' in hashbangsUlf Magnusson
2019-12-14Add Kconfig.__init__() helper flag for suppressing tracebacksUlf Magnusson
2019-10-29Add public helpers for generating "<name> (defined at ...)" stringsUlf Magnusson
2019-07-02Catch EnvironmentError instead of OSError/IOErrorUlf Magnusson
2019-06-07dumpvars: Make the output format copy-pasteableUlf Magnusson
2019-06-03Improve warning control API (with backwards compatibility)Ulf Magnusson
2019-06-03Have load_config() and write_(min_)config() return messagesUlf Magnusson
2019-05-25Strip direct deps. from property conditions in Symbol/Choice/MenuNode.__str__()Ulf Magnusson
2019-05-19String repetition consistency nitUlf Magnusson
2019-03-06Use a consistent style in examplesUlf Magnusson
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