summaryrefslogtreecommitdiff
path: root/zephyr/zmake
Commit message (Expand)AuthorAgeFilesLines
* zephyr: zmake: Add an entry point for BazelJack Rosenthal2023-02-041-0/+16
* ec: Use chromite isort configJeremy Bettis2023-02-0314-4/+16
* zephyr: zmake: Add config and device tree check capability to compare-buildsMadhurima Paruchuri2023-01-254-48/+178
* zephyr: zmake: Probe coreboot-sdk from environment variableJack Rosenthal2023-01-172-6/+17
* zephyr: zmake: Allow tool path customizationJack Rosenthal2023-01-174-5/+30
* 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-085-13/+39
* zmake: Run compare-builds in parallelJeremy Bettis2022-11-211-4/+12
* zmake: Jobserver fixesJeremy Bettis2022-10-285-381/+698
* zmake: Allow running pytest coverage in chrootJeremy Bettis2022-10-272-5/+107
* ec: Fix cros lint warnings, and add new disablesJeremy Bettis2022-10-181-2/+0
* zmake: add compare-builds optionKeith Short2022-10-174-0/+360
* zmake: Split out build argumentsKeith Short2022-10-142-30/+37
* zmake: Remove options for boards or tests onlyJeremy Bettis2022-09-153-37/+3
* 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
* Update license boilerplate text in source code filesMike Frysinger2022-09-1228-29/+29
* zmake: Use vpython3 in cmakeJeremy Bettis2022-09-121-30/+25
* zmake: add "save-temps" optionKeith Short2022-09-073-3/+22
* ec: Adjust pylint disabled messagesJeremy Bettis2022-08-175-17/+28
* zmake: Deprecate test and testallAbe Levkoy2022-08-162-209/+19
* zmake: Log command environmentAbe Levkoy2022-08-122-4/+14
* zmake: test: Use GNUMakeJobClient via super()Abe Levkoy2022-08-121-3/+2
* Reland "zephyr: Make ZEPHYR_BASE not an environment variable""Jack Rosenthal2022-08-096-46/+13
* Revert "zephyr: Make ZEPHYR_BASE not an environment variable"Jack Rosenthal2022-08-056-11/+46
* zephyr: Make ZEPHYR_BASE not an environment variableJack Rosenthal2022-08-046-46/+11
* zephyr: Change final output binary to ec.binJeremy Bettis2022-07-292-6/+6
* zmake: Always disable the hypothesis health checksJeremy Bettis2022-07-282-5/+2
* zmake: add support for static versionsKeith Short2022-07-273-5/+41
* ec: Switch black to 80 cols and reformat filesJeremy Bettis2022-07-2616-72/+231
* zmake: Pass USER_CACHE_DIR to cmakeAbe Levkoy2022-07-191-0/+3
* ec: Fix some bad formatting and warningsJeremy Bettis2022-07-1310-21/+21
* ec: Enforce black in presubmitJeremy Bettis2022-07-133-75/+0
* ec: Format all python files with black and isortJeremy Bettis2022-07-1210-11/+1
* zephyr: Move ec_version.h generation logic from zmake to CMakeTristan Honscheid2022-07-126-19/+188
* ec: Adjust config files for python formattingJeremy Bettis2022-07-084-20/+1
* zephyr: test: split tests into separate binariesYuval Peress2022-06-271-0/+1
* zmake: Add flags to build boards and delete tmpsJeremy Bettis2022-06-273-16/+58
* zephyr: Remove ec_version.h dependency on common/system.cTristan Honscheid2022-06-132-3/+0
* zephyr: mchp: Support 512KB SPI image generationmartin yan2022-06-091-1/+1
* zmake: Pass -j1 to ninja, and set default jobsJeremy Bettis2022-05-122-5/+7
* zmake: Don't allow duplicate projectsJeremy Bettis2022-05-111-6/+6
* zephyr: zmake: Skip running flake8 on BUILD.py files during pre-uploadJack Rosenthal2022-05-051-4/+12
* Revert "zmake: Add .pylintrc and some fixes for pylint"Mike Frysinger2022-04-282-7/+1
* zmake: Log all failed projects at end of buildJeremy Bettis2022-04-262-211/+242
* Revert "zmake: Pass -j1 to ninja, and set default jobs"Jack Rosenthal2022-04-252-7/+5
* zmake: Pass -j1 to ninja, and set default jobsJeremy Bettis2022-04-252-5/+7
* zephyr: zmake: Add test_args to project configurationJack Rosenthal2022-04-222-14/+23
* presubmit: Check python file formatting under zephyr/projectsAl Semjonovs2022-04-221-1/+1
* zephyr: mchp: Add MchpPacker to generate SPI imagemartin yan2022-04-202-0/+18