2020-02-07 14:58:00 -06:00
|
|
|
# RUN-TEST: required to do run time tests of zephyr
|
|
|
|
#
|
|
|
|
# things used by sanitycheck or related in run time testing
|
|
|
|
|
|
|
|
# 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-07 14:58:00 -06:00
|
|
|
|
|
|
|
# used by sanitycheck for board/hardware map
|
|
|
|
tabulate
|
2020-03-27 11:35:49 +01:00
|
|
|
|
|
|
|
# used by mcuboot
|
|
|
|
cbor>=1.0.0
|
2020-05-06 08:26:00 -04:00
|
|
|
|
|
|
|
# use for sanitycheck
|
|
|
|
psutil
|