blob: 43401ec4480ee4ddceb0662ee4bc735a164fcea2 [file] [log] [blame]
Kumar Galaa4576812020-02-07 14:58:00 -06001# RUN-TEST: required to do run time tests of zephyr
2#
Kumar Gala3befd7d2021-01-13 12:08:34 -06003# things used by twister or related in run time testing
Kumar Galaa4576812020-02-07 14:58:00 -06004
5# used to connect to boards for console IO
6pyserial
7
8# used to flash & debug various boards
Kumar Gala589775f2021-01-21 11:15:53 -06009pyocd>=0.29.0
Kumar Galaa4576812020-02-07 14:58:00 -060010
Kumar Gala3befd7d2021-01-13 12:08:34 -060011# used by twister for board/hardware map
Kumar Galaa4576812020-02-07 14:58:00 -060012tabulate
Andrzej Puzdrowskiad6215d2020-03-27 11:35:49 +010013
14# used by mcuboot
15cbor>=1.0.0
Anas Nashif2601c2e2020-05-06 08:26:00 -040016
Kumar Gala3befd7d2021-01-13 12:08:34 -060017# use for twister
Anas Nashif2601c2e2020-05-06 08:26:00 -040018psutil