Kumar Gala | a457681 | 2020-02-07 14:58:00 -0600 | [diff] [blame] | 1 | # RUN-TEST: required to do run time tests of zephyr |
| 2 | # |
Kumar Gala | 3befd7d | 2021-01-13 12:08:34 -0600 | [diff] [blame] | 3 | # things used by twister or related in run time testing |
Kumar Gala | a457681 | 2020-02-07 14:58:00 -0600 | [diff] [blame] | 4 | |
| 5 | # used to connect to boards for console IO |
| 6 | pyserial |
| 7 | |
| 8 | # used to flash & debug various boards |
Kumar Gala | 589775f | 2021-01-21 11:15:53 -0600 | [diff] [blame] | 9 | pyocd>=0.29.0 |
Kumar Gala | a457681 | 2020-02-07 14:58:00 -0600 | [diff] [blame] | 10 | |
Kumar Gala | 3befd7d | 2021-01-13 12:08:34 -0600 | [diff] [blame] | 11 | # used by twister for board/hardware map |
Kumar Gala | a457681 | 2020-02-07 14:58:00 -0600 | [diff] [blame] | 12 | tabulate |
Andrzej Puzdrowski | ad6215d | 2020-03-27 11:35:49 +0100 | [diff] [blame] | 13 | |
| 14 | # used by mcuboot |
| 15 | cbor>=1.0.0 |
Anas Nashif | 2601c2e | 2020-05-06 08:26:00 -0400 | [diff] [blame] | 16 | |
Kumar Gala | 3befd7d | 2021-01-13 12:08:34 -0600 | [diff] [blame] | 17 | # use for twister |
Anas Nashif | 2601c2e | 2020-05-06 08:26:00 -0400 | [diff] [blame] | 18 | psutil |