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 | |
Kumar Gala | a457681 | 2020-02-07 14:58:00 -0600 | [diff] [blame] | 5 | # used to flash & debug various boards |
Jamie McCrae | 2c2d1c7 | 2023-05-09 09:56:48 +0100 | [diff] [blame] | 6 | pyocd>=0.35.0 |
Kumar Gala | a457681 | 2020-02-07 14:58:00 -0600 | [diff] [blame] | 7 | |
Kumar Gala | 3befd7d | 2021-01-13 12:08:34 -0600 | [diff] [blame] | 8 | # used by twister for board/hardware map |
Kumar Gala | a457681 | 2020-02-07 14:58:00 -0600 | [diff] [blame] | 9 | tabulate |
Grzegorz Chwierut | c37deeb | 2023-06-06 14:12:37 +0200 | [diff] [blame] | 10 | natsort |
Andrzej Puzdrowski | ad6215d | 2020-03-27 11:35:49 +0100 | [diff] [blame] | 11 | |
| 12 | # used by mcuboot |
| 13 | cbor>=1.0.0 |
Anas Nashif | 2601c2e | 2020-05-06 08:26:00 -0400 | [diff] [blame] | 14 | |
Kumar Gala | 3befd7d | 2021-01-13 12:08:34 -0600 | [diff] [blame] | 15 | # use for twister |
Anas Nashif | 2601c2e | 2020-05-06 08:26:00 -0400 | [diff] [blame] | 16 | psutil |
Lukasz Mrugala | 36c1248 | 2024-03-06 13:06:19 +0000 | [diff] [blame] | 17 | |
| 18 | # Artifacts package creation |
| 19 | bz |