2020-02-08 04:58:00 +08:00
|
|
|
# RUN-TEST: required to do run time tests of zephyr
|
|
|
|
#
|
2021-01-14 02:08:34 +08:00
|
|
|
# things used by twister or related in run time testing
|
2020-02-08 04:58:00 +08:00
|
|
|
|
|
|
|
# used to connect to boards for console IO
|
|
|
|
pyserial
|
|
|
|
|
|
|
|
# used to flash & debug various boards
|
2020-09-29 11:59:45 +08:00
|
|
|
pyocd>=0.28.0
|
2020-02-08 04:58:00 +08:00
|
|
|
|
2021-01-14 02:08:34 +08:00
|
|
|
# used by twister for board/hardware map
|
2020-02-08 04:58:00 +08:00
|
|
|
tabulate
|
2020-03-27 18:35:49 +08:00
|
|
|
|
|
|
|
# used by mcuboot
|
|
|
|
cbor>=1.0.0
|
2020-05-06 20:26:00 +08:00
|
|
|
|
2021-01-14 02:08:34 +08:00
|
|
|
# use for twister
|
2020-05-06 20:26:00 +08:00
|
|
|
psutil
|