summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-01Rename examples/menuconfig.py to menuconfig_example.pyUlf Magnusson
2018-05-01Fix genrest.py linkUlf Magnusson
2018-05-01Add genrest.py from the Zephyr project as an exampleUlf Magnusson
2018-05-01Formatting fixUlf Magnusson
2018-05-01Fix README formattingUlf Magnusson
2018-05-01Add a terminal menuconfig implementationUlf Magnusson
2018-04-25Give filename and context for UnicodeDecodeErrorUlf Magnusson
2018-04-25Print a warning for malformed .config linesUlf Magnusson
2018-04-19Add Choice.direct_dep fieldUlf Magnusson
2018-04-11Add helper for splitting expressionsUlf Magnusson
2018-04-07Make 4.2.0 releasev4.2.0Ulf Magnusson
2018-04-06Move sanity checking to after _finalize_tree()Ulf Magnusson
2018-04-05Set is_menuconfig True on the top menuUlf Magnusson
2018-04-04Code consistency nitUlf Magnusson
2018-04-04Generalize is_menuconfig to non-symbol itemsUlf Magnusson
2018-03-28Parenthesize && expressions within || expressionsUlf Magnusson
2018-03-26Use expr_str() to print selected/implied symbolsUlf Magnusson
2018-03-26Refactor expr_str() casesUlf Magnusson
2018-03-25merge_config.py: Clean up name_and_loc_str()Ulf Magnusson
2018-03-24Warn if a choice symbol is selected or impliedUlf Magnusson
2018-03-24_check_choice_sanity() style nitUlf Magnusson
2018-03-24Rename _name_and_loc_str() to _name_and_loc()Ulf Magnusson
2018-03-24Refactor _warn_select_unsatisfied_deps()Ulf Magnusson
2018-03-24Remove redundant int/hex user value 'is None' checkUlf Magnusson
2018-03-23testsuite.py: Remove redundant enable_warnings() callUlf Magnusson
2018-03-23Warn if user (.config) value is outside of 'range'Ulf Magnusson
2018-03-22Remove redundant int/hex user value validity checkUlf Magnusson
2018-03-20Add kconfig.py from Zephyr as a real-world exampleUlf Magnusson
2018-03-20Use iglob() rather than glob()Ulf Magnusson
2018-03-20Get rid of local 'prompt' variableUlf Magnusson
2018-03-20Add parent deps to the right in _T_IFUlf Magnusson
2018-03-20_parse_properties() nitUlf Magnusson
2018-03-20Clean up some parent dependency conditionalsUlf Magnusson
2018-03-20Reorder _parse_block() parametersUlf Magnusson
2018-03-19Clean up _int_hex_value_is_sane()Ulf Magnusson
2018-03-19Clean up _expr_depends_on() a bitUlf Magnusson
2018-03-19Simplify _has_auto_menu_dep()Ulf Magnusson
2018-03-19Remove empty prompt text check in _flatten()Ulf Magnusson
2018-03-18Add print_config_tree.py example script (#42)Ricardo F
2018-03-17Make 4.1.0 releasev4.1.0Ulf Magnusson
2018-03-17Remove TILE architecture from test suiteUlf Magnusson
2018-03-16Link to pymenuconfigUlf Magnusson
2018-03-13Test grsource with nonexistent fileUlf Magnusson
2018-03-13Mention rsource and gsource in READMEUlf Magnusson
2018-03-13Add a globbing source statementUlf Magnusson
2018-03-11Fix broken formattingUlf Magnusson
2018-03-11Make 4.0.0 releasev4.0.0Ulf Magnusson
2018-03-11Add minimal configuration file generation supportUlf Magnusson
2018-03-11Properly remember y user values for choice symbolsUlf Magnusson
2018-03-10testsuite.py: Break out a defconfig_files() helperUlf Magnusson