requirements-run-test.txt 325 B

123456789101112131415161718
  1. # RUN-TEST: required to do run time tests of zephyr
  2. #
  3. # things used by twister or related in run time testing
  4. # used to connect to boards for console IO
  5. pyserial
  6. # used to flash & debug various boards
  7. pyocd>=0.29.0
  8. # used by twister for board/hardware map
  9. tabulate
  10. # used by mcuboot
  11. cbor>=1.0.0
  12. # use for twister
  13. psutil