summaryrefslogtreecommitdiff
path: root/zephyr/zmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* zmake: Cleanup all the pylint warnings in zmakeJeremy Bettis2022-04-1219-371/+409
* zmake: Fix cros lint warnings in testsJeremy Bettis2022-04-118-66/+123
* zephyr: zmake: Drop -b/--build and --test flags to configureJack Rosenthal2022-03-252-25/+1
* zmake: allow specifying EXTRA_CFLAGSPeter Marheine2022-03-223-3/+21
* zephyr: zmake: Add warnings about deprecated flagsJack Rosenthal2022-03-181-0/+9
* zephyr: zmake: Add a syntax to make simple variants of a buildJack Rosenthal2022-03-173-9/+75
* zmake: Fix build-build-ro directories in testJeremy Bettis2022-03-161-29/+23
* zmake: Write ninja output to a build.log fileJeremy Bettis2022-03-162-5/+31
* 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: Bring toolchains test to 100% coverageJeremy Bettis2022-02-281-4/+30
* zmake: Fix tests that won't run in py3.9Jeremy Bettis2022-02-281-12/+20
* zmake: Make cros lint happy for toolchainsJeremy Bettis2022-02-283-21/+52
* zmake: Don't exclude anything from coverageJeremy Bettis2022-02-281-14/+0
* zmake: Remove coverage subcommandJeremy Bettis2022-02-253-100/+0
* zmake: Make cros lint happy for recent changesJeremy Bettis2022-02-245-23/+46
* zmake: Don't call wait in a executor jobJeremy Bettis2022-02-241-4/+0
* gitlab: Build zmake tests with coverageJeremy Bettis2022-02-241-0/+8
* zmake: Fix unit tests outside chrootJeremy Bettis2022-02-244-85/+107
* zmake: Implement zmake test v2Jeremy Bettis2022-02-233-78/+114
* zmake: Implement zmake build v2Jeremy Bettis2022-02-234-138/+138
* zmake: Implement zmake configure for multi-project.Jeremy Bettis2022-02-194-94/+184
* zmake: Add some python type hintsJeremy Bettis2022-02-171-60/+61
* Reland "zephyr: zmake: Drop support for building by project directory"Jack Rosenthal2022-02-143-17/+10
* zmake: Add .pylintrc and some fixes for pylintJeremy Bettis2022-02-125-7/+26
* zmake: Add timeout to ztest testJeremy Bettis2022-02-122-5/+15
* Revert "zephyr: zmake: Drop support for building by project directory"Jack Rosenthal2022-02-113-10/+17
* zephyr: zmake: Drop support for building by project directoryJack Rosenthal2022-02-113-17/+10
* zephyr: npcx: Fix code RAM size checkWealian Liao2022-02-081-6/+5
* zmake: Move project coverage to output dirJeremy Bettis2022-02-081-1/+4
* zmake: add optional build directory to testallKeith Short2022-02-073-3/+11
* zmake: Fix build with coverage mistakeJeremy Bettis2022-02-031-1/+1
* zmake: Fix configure --coverage --build on testJeremy Bettis2022-02-031-1/+1
* zephyr: zmake: Disable traceback suppressionJack Rosenthal2022-02-032-25/+20
* zmake: Include correct test nameJeremy Bettis2022-01-261-1/+1