2020-02-07 21:58:00 +01:00
|
|
|
# EXTRAS: optional or useful for development/developers workflow
|
|
|
|
|
2021-01-13 19:08:34 +01:00
|
|
|
# used by twister for --test-tree option
|
2020-02-07 21:58:00 +01:00
|
|
|
anytree
|
|
|
|
|
|
|
|
# helper for developers - check git commit messages
|
|
|
|
gitlint
|
|
|
|
|
|
|
|
# helper for developers
|
|
|
|
junit2html
|
|
|
|
|
2022-06-27 21:55:28 +02:00
|
|
|
# helper for developers - code formatter
|
|
|
|
clang-format>=1.12x
|
|
|
|
|
2020-06-08 23:45:44 +02:00
|
|
|
# Script used to build firmware images for NXP LPC MCUs.
|
|
|
|
lpc_checksum
|
|
|
|
|
2022-07-11 16:59:14 +02:00
|
|
|
# used by scripts/build/gen_cfb_font_header.py - helper script for user
|
2020-02-07 21:58:00 +01:00
|
|
|
Pillow
|
2020-11-06 12:36:57 +01:00
|
|
|
|
|
|
|
# can be used to sign a Zephyr application binary for consumption by a bootloader
|
2020-12-18 21:56:38 +01:00
|
|
|
imgtool>=1.7.1
|
2021-03-10 13:34:57 +01:00
|
|
|
|
|
|
|
# used by nanopb module to generate sources from .proto files
|
2022-06-23 09:09:24 +02:00
|
|
|
grpcio-tools
|
2021-08-17 14:10:07 +02:00
|
|
|
|
|
|
|
# used by scripts/release/bug_bash.py for generating top ten bug squashers
|
|
|
|
PyGithub
|