summaryrefslogtreecommitdiff
path: root/zephyr/zmake
Commit message (Expand)AuthorAgeFilesLines
* zephyr: zmake: drop auto-set of BOARD_ROOTJack Rosenthal2021-07-161-4/+0
* zephyr: zmake: fix import positionJack Rosenthal2021-07-122-5/+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-1225-724/+989
* zmake: lazily create the logging threadYuval Peress2021-07-091-6/+11
* zmake: remove v2.5 from module pathYuval Peress2021-07-031-4/+1
* zephyr: zmake: Run isort on all files, add check to run_tests.shJack Rosenthal2021-07-0213-19/+29
* zephyr: zmake: separate zmake test execution out of zmakeJack Rosenthal2021-07-023-55/+27
* zephyr: zmake: remove unused importsJack Rosenthal2021-07-021-3/+0
* zephyr: zmake: add formatting configs for isort and flake8Jack Rosenthal2021-07-022-0/+11
* zmake: Fix use of ZEPHYR_SDK_INSTALL_DIRYuval Peress2021-07-012-1/+35
* zephyr: implement ro/rw packing for hayatoJack Rosenthal2021-06-301-11/+35
* zmake: Add ability to print compatible zephyr versionsYuval Peress2021-06-243-0/+48
* zmake: Report errors and warningsSimon Glass2021-06-221-1/+8
* zmake: block hypothesis health checks for CQYuval Peress2021-06-223-2/+18
* zmake: update NPCX_IMAGE_FILE name to match zephyr 2.6Yuval Peress2021-06-171-2/+2
* zephyr: zmake: support v2.6Yuval Peress2021-06-171-1/+1
* zmake: test final file output sizeYuval Peress2021-06-102-1/+102
* zmake: Add utility for getting value from autoconf.hYuval Peress2021-06-092-0/+27
* zmake: fix test timeoutYuval Peress2021-06-091-1/+3
* zmake: Change lcov excludesJeremy Bettis2021-06-041-3/+8
* zephyr/zmake: Increase binman timeoutRaul E Rangel2021-06-021-1/+1
* Reland "zephyr: zmake: Show devicetree / compiler errors"Simon Glass2021-05-263-12/+381
* zmake: Allow filter tests to be run without pytestSimon Glass2021-05-261-46/+54
* zmake: Fall back to VCSID for version informationKeith Short2021-05-191-10/+37
* Reland "zephyr: zmake: Ensure all output is produced"Simon Glass2021-05-071-2/+11
* zmake: Add a helper function for test filenamesSimon Glass2021-05-071-16/+16
* zephyr: zmake: Add a test for zmake and output filteringSimon Glass2021-05-035-0/+797
* zmake: Cleanup the ninja outputJeremy Bettis2021-05-031-20/+29
* zmake: Prefix logs with the name of the projectJeremy Bettis2021-05-033-46/+84
* zephyr: zmake: resolve the build directory in build phaseJack Rosenthal2021-05-011-0/+1
* zmake: Stop logging the date and logger name.Jeremy Bettis2021-05-011-1/+1
* zephyr: drop programmatic generation of binman device-tree inputJack Rosenthal2021-05-011-93/+18
* zephyr: zmake: Change 2nd underscore for a hyphen in version formatJack Rosenthal2021-04-302-3/+3
* zephyr: zmake: support version in FRID/FWIDJack Rosenthal2021-04-292-8/+31
* zephyr: zmake: add utility to compute version stringJack Rosenthal2021-04-292-0/+163
* zephyr: zmake: enable verbose logging with --debugJack Rosenthal2021-04-211-3/+9
* Revert "Reland "zephyr: zmake: Add a test for zmake and output filtering""Jack Rosenthal2021-04-204-747/+2
* Reland "zephyr: zmake: Add a test for zmake and output filtering"Simon Glass2021-04-204-2/+747
* zmake: Fix test deadlineYuval Peress2021-04-161-0/+4
* zephyr: zmake: bind lambda for pytest using default argumentJack Rosenthal2021-04-131-1/+1
* zephyr: zmake: make zmake.multiproc.Executor object a class memberJack Rosenthal2021-04-131-11/+11
* zephyr: zmake: remove fail_fast functionalityJack Rosenthal2021-04-134-55/+14
* Revert "zephyr: zmake: Add a test for zmake and output filtering"Jack Rosenthal2021-04-134-747/+2
* Revert "zephyr: zmake: Ensure all output is produced"Jack Rosenthal2021-04-132-20/+2
* Revert "zephyr: zmake: Show devicetree / compiler errors"Jack Rosenthal2021-04-133-336/+2
* zephyr: zmake: Show devicetree / compiler errorsSimon Glass2021-04-133-2/+336
* zephyr: zmake: Ensure all output is producedSimon Glass2021-04-132-2/+20
* zephyr: zmake: Add a test for zmake and output filteringSimon Glass2021-04-134-2/+747
* zephyr: Wait for zmake logging even on errorJeremy Bettis2021-04-091-5/+7