1
0
Fork 0
mirror of https://review.coreboot.org/chrome-ec.git synced 2024-09-09 14:22:41 +02:00
chrome-ec/cts
Dawid Niedzwiecki f96f176c30 task_set_event: remove the wait argument
There is an option in the task_set_event function which force
the calling task to wait for an event. However, the option is never
used thus remove it.

This also will help in the Zephyr migration process.

BUG=b:172360521
BRANCH=none
TEST=make buildall

Signed-off-by: Dawid Niedzwiecki <dn@semihalf.com>
Change-Id: Ic152fd3d6862d487bcc0024c48d136556c0b81bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2521599
Reviewed-by: Jett Rink <jettrink@chromium.org>
Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
2020-12-14 19:59:09 +00:00
..
common cts: Migrate cts.py to python2/3 compatible 2020-09-29 11:18:54 +00:00
gpio eCTS: Print start marker before sync 2017-06-27 15:52:06 -07:00
hook printf: Convert %l to %ll 2019-10-05 00:47:48 +00:00
i2c Remove __7b, __8b and __7bf 2019-07-20 23:09:18 +00:00
interrupt eCTS: Print start marker before sync 2017-06-27 15:52:06 -07:00
meta eCTS: Fix alignment of test results 2017-06-28 00:59:06 -07:00
mutex task_set_event: remove the wait argument 2020-12-14 19:59:09 +00:00
task task_set_event: remove the wait argument 2020-12-14 19:59:09 +00:00
timer eCTS: Print start marker before sync 2017-06-27 15:52:06 -07:00
build.mk COIL: Rename CONFIG_I2C_CONTROLLER 2020-11-05 01:28:37 +00:00
cts.py cts: Migrate cts.py to python2/3 compatible 2020-09-29 11:18:54 +00:00
cts.tasklist ec.tasklist: Consolidate duplicate comments 2019-04-08 22:30:32 -07:00
README cts: First patch flashes blank tests 2016-07-09 01:41:01 -07:00

The first time you use this with a particular th,
connect only th and run ./cts/cts.py --th from
the ec directory.

Then connect both boards and you can run
./cts/cts to flash both boards.