2020-02-07 21:58:00 +01:00
|
|
|
# RUN-TEST: required to do run time tests of zephyr
|
|
|
|
#
|
2021-01-13 19:08:34 +01:00
|
|
|
# things used by twister or related in run time testing
|
2020-02-07 21:58:00 +01:00
|
|
|
|
|
|
|
# used to flash & debug various boards
|
2023-05-09 10:56:48 +02:00
|
|
|
pyocd>=0.35.0
|
2020-02-07 21:58:00 +01:00
|
|
|
|
2021-01-13 19:08:34 +01:00
|
|
|
# used by twister for board/hardware map
|
2020-02-07 21:58:00 +01:00
|
|
|
tabulate
|
2023-06-06 14:12:37 +02:00
|
|
|
natsort
|
2020-03-27 11:35:49 +01:00
|
|
|
|
|
|
|
# used by mcuboot
|
|
|
|
cbor>=1.0.0
|
2020-05-06 14:26:00 +02:00
|
|
|
|
2021-01-13 19:08:34 +01:00
|
|
|
# use for twister
|
2020-05-06 14:26:00 +02:00
|
|
|
psutil
|