zephyr/scripts/requirements-run-test.txt
Kumar Gala 589775f14f requirements: Update to pyocd 0.29 for LPC55S69 support
Pyocd 0.29 supports being able to flash newer LPC55S69 as it handles
the debug unlock handshake.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-01-21 15:53:22 -05:00

19 lines
325 B
Plaintext

# RUN-TEST: required to do run time tests of zephyr
#
# things used by twister or related in run time testing
# used to connect to boards for console IO
pyserial
# used to flash & debug various boards
pyocd>=0.29.0
# used by twister for board/hardware map
tabulate
# used by mcuboot
cbor>=1.0.0
# use for twister
psutil