summaryrefslogtreecommitdiff
path: root/zephyr/zmake/zmake/__main__.py
Commit message (Expand)AuthorAgeFilesLines
* zephyr: zmake: Drop support for per-project zephyr versioningJack Rosenthal2021-11-221-10/+0
* build: add option to disable -Werror flagMichał Barnaś2021-11-121-0/+6
* zephyr: zmake: Upgrade to new BUILD.py formatJack Rosenthal2021-11-011-1/+2
* ec: Pass zephyr root dir to zmake instead of baseJeremy Bettis2021-09-301-0/+5
* zmake: Improve loggingJeremy Bettis2021-09-141-8/+25
* zephyr: zmake: add re-exec logicJack Rosenthal2021-08-251-0/+52
* zephyr: zmake: drop "print-versions" subcommandJack Rosenthal2021-08-111-5/+0
* zephyr: zmake: use -j1 until we switch to GNU MakeJack Rosenthal2021-08-051-1/+8
* zephyr: zmake: remove unused variableJack Rosenthal2021-07-121-1/+1
* zephyr: zmake: run black on all files, enable check in run_tests.shJack Rosenthal2021-07-121-72/+121
* zephyr: zmake: separate zmake test execution out of zmakeJack Rosenthal2021-07-021-4/+0
* zmake: Add ability to print compatible zephyr versionsYuval Peress2021-06-241-0/+4
* zmake: block hypothesis health checks for CQYuval Peress2021-06-221-0/+4
* zmake: Stop logging the date and logger name.Jeremy Bettis2021-05-011-1/+1
* zephyr: zmake: enable verbose logging with --debugJack Rosenthal2021-04-211-3/+9
* zephyr: zmake: remove fail_fast functionalityJack Rosenthal2021-04-131-4/+0
* zephyr: Wait for zmake logging even on errorJeremy Bettis2021-04-091-5/+7
* zephyr: zmake: Allow warnings to break the buildSimon Glass2021-04-021-0/+2
* zephyr: Add zmake command coverage.Jeremy Bettis2021-04-021-0/+6
* zephyr: zmake: Avoid showing a backtrace on errorsSimon Glass2021-03-301-0/+5
* zephyr: Add --coverage option to zmake configureJeremy Bettis2021-03-181-0/+3
* zephyr: zmake: implement --modules-dir parameterJack Rosenthal2021-02-231-0/+6
* zephyr: zmake: fix typo in help messageJack Rosenthal2021-02-181-1/+1
* zephyr: zmake: make --zephyr-base a global flag to zmakeJack Rosenthal2021-02-181-5/+3
* zmake: enable default build directory for configure subcommandYuval Peress2021-02-041-1/+1
* zephyr: add an option for enabling bringup and plumb to zmake flagJack Rosenthal2021-01-271-0/+3
* zephyr: copy zmake to platform/ecJack Rosenthal2021-01-091-0/+122