summaryrefslogtreecommitdiff
path: root/zephyr/zmake/zmake/project.py
Commit message (Expand)AuthorAgeFilesLines
* zmake: Track project inheritance in ProjectConfigTristan Honscheid2023-04-061-1/+19
* zephyr: zmake: Drop dead testing codeJack Rosenthal2023-03-291-3/+0
* zephyr: zmake: Limit modules by defaultJack Rosenthal2023-02-081-2/+3
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* ec: Switch black to 80 cols and reformat filesJeremy Bettis2022-07-261-6/+22
* zephyr: zmake: Add test_args to project configurationJack Rosenthal2022-04-221-0/+1
* zmake: Cleanup all the pylint warnings in zmakeJeremy Bettis2022-04-121-24/+27
* zephyr: zmake: Add a syntax to make simple variants of a buildJack Rosenthal2022-03-171-3/+43
* zmake: Add some python type hintsJeremy Bettis2022-02-171-60/+61
* zmake: Add .pylintrc and some fixes for pylintJeremy Bettis2022-02-121-2/+2
* zmake: Add timeout to ztest testJeremy Bettis2022-02-121-0/+1
* zephyr: zmake: Force clobbering on DTS or kconfig file changesJack Rosenthal2022-01-211-1/+5
* zephyr: zmake: Drop the log level of some config related loggingJack Rosenthal2021-11-301-3/+3
* zephyr: zmake: Drop support for per-project zephyr versioningJack Rosenthal2021-11-221-1/+0
* zephyr: zmake: Add kconfig_files to BUILD.py config optionsJack Rosenthal2021-11-171-1/+7
* zephyr: zmake: Only support one Zephyr version per projectJack Rosenthal2021-11-021-3/+1
* zephyr: zmake: Rename project name fieldJack Rosenthal2021-11-021-6/+6
* zephyr: zmake: Upgrade to new BUILD.py formatJack Rosenthal2021-11-011-112/+68
* zephyr: Add support for v2.7 on all projects it compiles withJack Rosenthal2021-09-291-1/+1
* zephyr: zmake: implement multiple toolchain support/probingJack Rosenthal2021-09-011-5/+40
* zephyr: zmake: drop support for v2.5Jack Rosenthal2021-08-111-1/+1
* zephyr: zmake: drop auto-set of BOARD_ROOTJack Rosenthal2021-07-161-4/+0
* zephyr: zmake: fix import positionJack Rosenthal2021-07-121-5/+5
* zephyr: zmake: run black on all files, enable check in run_tests.shJack Rosenthal2021-07-121-50/+55
* zephyr: zmake: support v2.6Yuval Peress2021-06-171-1/+1
* zephyr: Add find_projects() to zmake.project.Jeremy Bettis2021-03-311-0/+17
* zephyr: zmake: drop support for zephyr v2.4Jack Rosenthal2021-02-231-1/+1
* zephyr: zmake: prune modules to only those required by the projectJack Rosenthal2021-02-231-0/+42
* zephyr: zmake: support v2.5Jack Rosenthal2021-02-181-1/+1
* zephyr: zmake: suppress DeprecationWarnings from importing jsonschemaJack Rosenthal2021-02-081-1/+8
* zephyr: zmake: add board-specific DTS overlaysJack Rosenthal2021-02-061-3/+53
* zmake: remove prefer-zephyr-sdk from project configJack Rosenthal2021-01-261-7/+0
* zephyr: copy zmake to platform/ecJack Rosenthal2021-01-091-0/+103