summaryrefslogtreecommitdiff
path: root/zephyr/zmake
Commit message (Expand)AuthorAgeFilesLines
* zephyr: Have zmake log every command run at DEBUGJeremy Bettis2021-03-251-1/+4
* zephyr: Add --coverage option to zmake configureJeremy Bettis2021-03-182-1/+7
* zephyr: zmake: drop support for zephyr v2.4Jack Rosenthal2021-02-232-2/+2
* zephyr: zmake: prune modules to only those required by the projectJack Rosenthal2021-02-233-0/+89
* zephyr: zmake: implement --modules-dir parameterJack Rosenthal2021-02-234-14/+88
* zephyr: zmake: disable fuzzer deadlines on test_popen_cmake_kconfigJack Rosenthal2021-02-181-0/+1
* zephyr: zmake: fix typo in help messageJack Rosenthal2021-02-181-1/+1
* zephyr: zmake: rename "ec-shim" module to "ec"Jack Rosenthal2021-02-183-9/+8
* zephyr: zmake: restore the original raw packerJack Rosenthal2021-02-181-0/+7
* zephyr: zmake: rename "raw" packer to "npcx" packerJack Rosenthal2021-02-181-3/+8
* zephyr: zmake: support v2.5Jack Rosenthal2021-02-181-1/+1
* zephyr: zmake: drop platform_ec_dir propertyJack Rosenthal2021-02-181-5/+0
* zephyr: zmake: Always used the supplied build directorySimon Glass2021-02-182-8/+1
* zephyr: zmake: make --zephyr-base a global flag to zmakeJack Rosenthal2021-02-182-24/+36
* zmake: add documentation about where the args for Zmake class comes fromJack Rosenthal2021-02-181-1/+13
* zephyr: zmake: drop version from module locationJack Rosenthal2021-02-182-14/+11
* zmake: Add ro/rw elf to output/Yuval Peress2021-02-121-0/+2
* zephyr: zmake: remove . and .. from file names in BuildConfig testJack Rosenthal2021-02-101-1/+1
* zepyhr: zmake: add a function to read zephyr version from $ZEPHYR_BASEJack Rosenthal2021-02-102-0/+38
* zephyr: zmake: delay locating CrOS checkoutJack Rosenthal2021-02-101-5/+7
* zephyr: volteer: update header information using KconfigYuval Peress2021-02-091-1/+1
* zephyr: zmake: disable deadlines for test_find_dts_overlaysJack Rosenthal2021-02-081-1/+1
* zephyr: zmake: better parallelization/logging of pytestJack Rosenthal2021-02-081-19/+40
* zephyr: zmake: suppress DeprecationWarnings from importing jsonschemaJack Rosenthal2021-02-081-1/+8
* zephyr: zmake: add board-specific DTS overlaysJack Rosenthal2021-02-063-3/+138
* zephyr: zmake: Fix zmake default build directory resolutionYuval Peress2021-02-052-15/+2
* zmake: allow zmake build/test to target project directoriesYuval Peress2021-02-043-30/+63
* zmake: enable default build directory for configure subcommandYuval Peress2021-02-044-7/+94
* zephyr: zmake: auto-generate SYSCALL_INCLUDE_DIRSJack Rosenthal2021-02-041-1/+5
* zephyr: zmake: Patch up the output packer for binmanYuval Peress2021-02-041-4/+4
* zephyr: zmake: add a test for BuildConfig objectsJack Rosenthal2021-01-291-0/+184
* zephyr: add an option for enabling bringup and plumb to zmake flagJack Rosenthal2021-01-272-1/+10
* zmake: remove prefer-zephyr-sdk from project configJack Rosenthal2021-01-262-22/+0
* zephyr: drop zephyr-chrome moduleJack Rosenthal2021-01-163-10/+3
* zmake: reference platform/ec/zephyr for TOOLCHAIN_ROOTJack Rosenthal2021-01-151-2/+2
* zephyr: zmake: drop zephyr-chrome from DTS_ROOTJack Rosenthal2021-01-151-6/+1
* zmake: allow overriding default log level for file descriptorYuval Peress2021-01-143-4/+66
* zephyr: zmake: add platform/ec/zephyr to DTS_ROOTJack Rosenthal2021-01-131-1/+6
* zmake: Clean build directory on configure commandYuval Peress2021-01-121-0/+5
* zephyr: zmake: Move tool tests to platform/ecYuval Peress2021-01-123-9/+151
* zephyr: copy zmake to platform/ecJack Rosenthal2021-01-0912-0/+1460