requirements-extras.txt 612 B

12345678910111213141516171819202122232425
  1. # EXTRAS: optional or useful for development/developers workflow
  2. # used by twister for --test-tree option
  3. anytree
  4. # helper for developers - check git commit messages
  5. gitlint
  6. # helper for developers
  7. junit2html
  8. # Script used to build firmware images for NXP LPC MCUs.
  9. lpc_checksum
  10. # used by scripts/gen_cfb_font_header.py - helper script for user
  11. Pillow
  12. # can be used to sign a Zephyr application binary for consumption by a bootloader
  13. imgtool>=1.7.1
  14. # used by nanopb module to generate sources from .proto files
  15. protobuf
  16. # used by scripts/release/bug_bash.py for generating top ten bug squashers
  17. PyGithub