Update pyocd version to be greater than or equal to 0.36.0 to fix the potential hang issue when execute "west packages pip --install" This PR is to fix the issue #99115. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
27 lines
441 B
Plaintext
27 lines
441 B
Plaintext
# RUN-TEST: required to do run time tests of zephyr
|
|
#
|
|
# things used by twister or related in run time testing
|
|
|
|
# used to flash & debug various boards
|
|
pyocd>=0.36.0
|
|
|
|
# used by twister for board/hardware map
|
|
tabulate
|
|
natsort
|
|
|
|
# used by mcuboot
|
|
cbor>=1.0.0
|
|
|
|
# use for twister
|
|
psutil>=5.6.6
|
|
|
|
# used for CAN <=> host testing
|
|
python-can>=4.3.0
|
|
|
|
# used for SPDX files validation
|
|
spdx-tools
|
|
|
|
# for display test
|
|
opencv-python>=4.9.0.80
|
|
numpy>=1.26.4
|