summaryrefslogtreecommitdiff
path: root/cts
Commit message (Expand)AuthorAgeFilesLines
* ec: Use chromite isort configJeremy Bettis2023-02-032-1/+3
* cts: Sort header filesJeremy Bettis2022-11-227-11/+11
* Update license boilerplate text in source code filesMike Frysinger2022-09-1237-39/+39
* ec: Switch black to 80 cols and reformat filesJeremy Bettis2022-07-262-11/+41
* ec: Fix some bad formatting and warningsJeremy Bettis2022-07-132-13/+9
* ec: Format all python files with black and isortJeremy Bettis2022-07-122-736/+766
* cts/gpio/dut.c: Format with clang-formatJack Rosenthal2022-07-011-2/+2
* cts/common/cts_common.c: Format with clang-formatJack Rosenthal2022-07-011-1/+1
* cts/i2c/dut.c: Format with clang-formatJack Rosenthal2022-07-011-13/+9
* cts/hook/th.c: Format with clang-formatJack Rosenthal2022-07-011-1/+164
* cts/task/th.c: Format with clang-formatJack Rosenthal2022-07-011-1/+144
* cts/hook/dut.c: Format with clang-formatJack Rosenthal2022-07-011-4/+3
* cts/mutex/dut.c: Format with clang-formatJack Rosenthal2022-07-011-1/+1
* cts/gpio/th.c: Format with clang-formatJack Rosenthal2022-06-301-3/+3
* cts/i2c/cts_i2c.h: Format with clang-formatJack Rosenthal2022-06-301-6/+6
* cts/task/dut.c: Format with clang-formatJack Rosenthal2022-06-301-12/+12
* cts/mutex/th.c: Format with clang-formatJack Rosenthal2022-06-301-1/+1
* cts/common/cts_testlist.h: Format with clang-formatJack Rosenthal2022-06-291-1/+1
* cts/common/cts_common.h: Format with clang-formatJack Rosenthal2022-06-281-8/+8
* gpio: cleanup header usage for uartKeith Short2022-02-252-0/+2
* atomic: use atomic_t where it is possibleDawid Niedzwiecki2021-12-081-1/+1
* tree: Files should end with single newlineTom Hughes2021-10-181-1/+0
* pylintrc: Copy Chromium OS platform2's configCraig Hesling2021-08-022-0/+8
* task_set_event: replace the wait arg in testsDawid Niedzwiecki2021-01-281-2/+2
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-143-6/+11
* COIL: Rename CONFIG_I2C_CONTROLLERDiana Z2020-11-051-1/+1
* cts: Migrate cts.py to python2/3 compatibleYilin Yang2020-09-292-30/+44
* printf: Convert %l to %llEvan Green2019-10-051-2/+2
* Unify #! use in python scriptsStefan Reinauer2019-10-011-1/+1
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-7/+7
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-7/+13
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-193-3/+3
* Makefile: Replace flag -DX with -DX= to be supported by IS_ENABLED().Yilun Lin2019-06-031-4/+4
* ec.tasklist: Consolidate duplicate commentsDaisuke Nojiri2019-04-083-29/+3
* eCTS: Run openocd and lsusb as a rootDaisuke Nojiri2017-07-081-3/+4
* eCTS: Use proper methods to reset boardsDaisuke Nojiri2017-06-282-11/+15
* eCTS: Use pySerial to read from tty portsDaisuke Nojiri2017-06-281-29/+20
* eCTS: Add I2C suite to run_ects.pyDaisuke Nojiri2017-06-284-61/+65
* eCTS: Fix alignment of test resultsstabilize-9693.BDaisuke Nojiri2017-06-284-5/+6
* eCTS: Convert mutex test suite to current formatDaisuke Nojiri2017-06-274-17/+21
* eCTS: Print start marker before syncDaisuke Nojiri2017-06-2722-351/+169
* eCTS: Convert hook test suite to current formatDaisuke Nojiri2017-06-274-194/+108
* eCTS: Close ttyDaisuke Nojiri2017-06-232-2/+7
* eCTS: Strip board serial stringDaisuke Nojiri2017-06-231-4/+11
* eCTS: Switch execution environment to chrootDaisuke Nojiri2017-06-231-1/+1
* eCTS: Check order and expectation of test resultsDaisuke Nojiri2017-06-2319-199/+313
* eCTS: Add stack overflow testDaisuke Nojiri2017-06-232-1/+27
* eCTS: Refactor return code handlingDaisuke Nojiri2017-06-172-18/+44
* eCTS: Limit tty reads by boot countsDaisuke Nojiri2017-06-162-242/+115
* eCTS: Hide expected messagesDaisuke Nojiri2017-06-162-34/+92