summaryrefslogtreecommitdiff
path: root/zephyr/zmake/zmake/zmake.py
Commit message (Expand)AuthorAgeFilesLines
* zmake: Use CONFIG_COMPILER_WARNINGS_AS_ERRORSKeith Short2023-04-261-2/+2
* zmake: compare-builds: Fix project directoryKeith Short2023-04-171-0/+1
* zmake: use CONFIG_COMPILER_SAVE_TEMPS for save-tempsFabio Baltieri2023-04-031-5/+4
* zephyr: Drop ZMAKE_PROJECT_NAME cmake variableJack Rosenthal2023-03-291-1/+0
* zephyr: zmake: Drop dead testing codeJack Rosenthal2023-03-291-34/+6
* Revert "zmake: add verification that there are no duplicate GPIOs"Jack Rosenthal2023-03-231-9/+0
* zmake: add verification that there are no duplicate GPIOsKeith Short2023-03-211-0/+9
* zephyr: Provide all modules to toolchain implementationsJack Rosenthal2023-03-071-1/+1
* zephyr: Support building projects outside of platform/ec/zephyrJack Rosenthal2023-03-071-10/+9
* zmake: fix so failed builds report a failureKeith Short2023-03-061-2/+12
* ec: Use chromite isort configJeremy Bettis2023-02-031-0/+1
* zephyr: zmake: Add config and device tree check capability to compare-buildsMadhurima Paruchuri2023-01-251-3/+18
* zephyr: zmake: Allow tool path customizationJack Rosenthal2023-01-171-3/+7
* zmake: Fix cmake_defs for build and compare-builds subcommandsJack Rosenthal2023-01-061-0/+4
* zephyr: zmake: Allow passing cmake definitions direcly in on the CLIJack Rosenthal2022-12-081-0/+7
* zmake: Run compare-builds in parallelJeremy Bettis2022-11-211-4/+12
* zmake: Jobserver fixesJeremy Bettis2022-10-281-344/+331
* zmake: add compare-builds optionKeith Short2022-10-171-0/+80
* zmake: Remove options for boards or tests onlyJeremy Bettis2022-09-151-16/+0
* Update license boilerplate text in source code filesMike Frysinger2022-09-131-1/+1
* Revert "zmake: Use vpython3 in cmake"Jeremy Bettis2022-09-121-25/+30
* zmake: Use vpython3 in cmakeJeremy Bettis2022-09-121-30/+25
* zmake: add "save-temps" optionKeith Short2022-09-071-0/+10
* ec: Adjust pylint disabled messagesJeremy Bettis2022-08-171-9/+6
* zmake: Deprecate test and testallAbe Levkoy2022-08-161-207/+15
* Reland "zephyr: Make ZEPHYR_BASE not an environment variable""Jack Rosenthal2022-08-091-4/+3
* Revert "zephyr: Make ZEPHYR_BASE not an environment variable"Jack Rosenthal2022-08-051-1/+4
* zephyr: Make ZEPHYR_BASE not an environment variableJack Rosenthal2022-08-041-4/+1
* zmake: add support for static versionsKeith Short2022-07-271-1/+21
* ec: Switch black to 80 cols and reformat filesJeremy Bettis2022-07-261-20/+67
* zmake: Pass USER_CACHE_DIR to cmakeAbe Levkoy2022-07-191-0/+3
* zephyr: Move ec_version.h generation logic from zmake to CMakeTristan Honscheid2022-07-121-3/+2
* zephyr: test: split tests into separate binariesYuval Peress2022-06-271-0/+1
* zmake: Add flags to build boards and delete tmpsJeremy Bettis2022-06-271-13/+37
* zmake: Pass -j1 to ninja, and set default jobsJeremy Bettis2022-05-121-1/+7
* zmake: Don't allow duplicate projectsJeremy Bettis2022-05-111-6/+6
* zmake: Log all failed projects at end of buildJeremy Bettis2022-04-261-209/+238
* Revert "zmake: Pass -j1 to ninja, and set default jobs"Jack Rosenthal2022-04-251-7/+1
* zmake: Pass -j1 to ninja, and set default jobsJeremy Bettis2022-04-251-1/+7
* zephyr: zmake: Add test_args to project configurationJack Rosenthal2022-04-221-14/+22
* zmake: Cleanup all the pylint warnings in zmakeJeremy Bettis2022-04-121-56/+65
* zmake: allow specifying EXTRA_CFLAGSPeter Marheine2022-03-221-0/+11
* zmake: Write ninja output to a build.log fileJeremy Bettis2022-03-161-2/+5
* zmake: Remove warning detectionJeremy Bettis2022-03-141-8/+0
* zmake: Set cwd when running testsJeremy Bettis2022-03-071-1/+4
* zmake: Print logs from zephyr LOG MODULE in testTomasz Michalec2022-03-041-0/+1
* zmake: Don't exclude anything from coverageJeremy Bettis2022-02-281-14/+0
* zmake: Remove coverage subcommandJeremy Bettis2022-02-251-67/+0
* zmake: Don't call wait in a executor jobJeremy Bettis2022-02-241-4/+0
* zmake: Implement zmake test v2Jeremy Bettis2022-02-231-64/+98