summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-04scripts: kconfig: gnuconfig: Ignore locYasushi SHOJI
2025-11-04scripts: kconfig: menuconfig: Ignore locYasushi SHOJI
2025-10-28kconfiglib: Fix file leaksDeclan Snyder
2025-10-21fix crash caused by unsupported localesIksas
2025-10-21menuconfig: check if current menu is visible in parent when leavingLeandro Lanzieri
2025-10-21kconfiglib: check empty strings on macro expansionLeandro Lanzieri
2025-10-21scripts: menuconfig: proper handling of NULL character as inputTorsten Rasmussen
2025-10-21Add rudimentary support for modules propertyHelmut Grohne
2025-10-21guiconfig: fix call re lib but not import it.(2)stranding
2025-10-21guiconfig: fix call re lib but not import it.stranding
2025-10-20kconfiglib: add origin testLuca Burelli
2025-10-20kconfiglib: track origin for symbol valuesLuca Burelli
2025-10-20kconfiglib: add loc to reverse dependenciesLuca Burelli
2025-10-20kconfiglib: add 'user_loc' to Symbol and Choice classesLuca Burelli
2025-10-20kconfiglib: refactor Kconfig._warn() to use 'loc'Luca Burelli
2025-10-20kconfiglib: node: add 'loc' attributeLuca Burelli
2025-09-23ci: use ubuntu-22.04 runner for python 3.9 testingBenjamin Cabé
2025-09-23ci: do not test on EOL Python versionsBenjamin Cabé
2024-10-04Bump to v1.14.1a4v14.1.1a4Stephanos Ioannidis
2024-10-04setup.py: Add Python 3.9-3.12 classifiersStephanos Ioannidis
2024-10-04ci: Add PyPI release workflowStephanos Ioannidis
2024-10-04Update various outdated links and contact informationStephanos Ioannidis
2024-10-04README: Update links to point to zephyrproject-rtos repoStephanos Ioannidis
2024-10-04ci: test: Run macOS Python 3.7 test on macos-12Stephanos Ioannidis
2024-10-04ci: Make workflow concurrency identifier uniqueStephanos Ioannidis
2024-10-04ci: Add Python package workflowStephanos Ioannidis
2024-10-04ci: Add Python test workflowStephanos Ioannidis
2024-10-04reltest: Support custom Python executablesStephanos Ioannidis
2020-01-31Make 14.1.0 release to return message string from Kconfig.write_autoconf()v14.1.0Ulf Magnusson
2020-01-31Return a message from Kconfig.write_autoconf()Ulf Magnusson
2020-01-24Make 14.0.0 release to use 'python3' in hashbangsv14.0.0Ulf Magnusson
2020-01-24Use 'python3' instead of 'python' in hashbangsUlf Magnusson
2020-01-12Make 13.7.1 release to work around macOS menuconfig resizing crashv13.7.1Ulf Magnusson
2020-01-12menuconfig: Work around crash on resize on some macOS systemsUlf Magnusson
2020-01-12Fix _parse_block() comment re. next pointerUlf Magnusson
2020-01-12Remove heavy page warning for Kconfig symbol reference in ZephyrUlf Magnusson
2020-01-12guiconfig: Shorten _sorted_sc_nodes() a bitUlf Magnusson
2020-01-12Make help for Kconfig file argument consistent in toolsUlf Magnusson
2020-01-12menuconfig: Remove some double blank linesUlf Magnusson
2020-01-12Put some comments at the end of lines.Ulf Magnusson
2019-12-22Make 13.7.0 releasev13.7.0Ulf Magnusson
2019-12-22Remove redundant 'node.next = None' assignment for the last node in a fileUlf Magnusson
2019-12-22Add "error: " to the error message for a missing endchoice/endif/endmenuUlf Magnusson
2019-12-21Fix typo in commentUlf Magnusson
2019-12-19Make 13.6.0 release to improve aquatic themev13.6.0Ulf Magnusson
2019-12-19menuconfig: Improve look and readability of the aquatic themeUlf Magnusson
2019-12-17Pass 'node.item' instead of 'node' to Kconfig._set_type()Ulf Magnusson
2019-12-17Make 13.5.0 release to include script name for suppress_traceback=Truev13.5.0Ulf Magnusson
2019-12-17Include sys.argv[0] in error messages when suppress_traceback=TrueUlf Magnusson
2019-12-17Remove pointless return in Kconfig.__init__()Ulf Magnusson