zephyr/scripts/requirements-run-test.txt
Andrzej Puzdrowski ad6215dcf7 manifest: upgrade mcuboot
Include build assert macros rework.
Update pip requirements by cbor package required by MCUBoot since
https://github.com/JuulLabs-OSS/mcuboot/pull/674 was merge.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2020-03-31 07:18:06 +02:00

16 lines
307 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.24.0
# used by sanitycheck for board/hardware map
tabulate
# used by mcuboot
cbor>=1.0.0