zephyr/scripts/requirements-run-test.txt
Hake Huang aea9486e87 documents: update the pyocd required version
pyocd 0.28 can support rt1xxx series board well

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
2020-09-29 13:37:53 -05:00

19 lines
337 B
Plaintext

# 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
pyocd>=0.28.0
# used by sanitycheck for board/hardware map
tabulate
# used by mcuboot
cbor>=1.0.0
# use for sanitycheck
psutil