mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 09:05:59 +00:00
MCUboot's imgtool requirement has been moved directly to MCUboot which can be installed using west packages if needed, remove it from Zephyr's requirements Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
26 lines
587 B
Plaintext
26 lines
587 B
Plaintext
# EXTRAS: optional or useful for development/developers workflow
|
|
|
|
# used by twister for --test-tree option
|
|
anytree
|
|
|
|
# to use in ./scripts for memory footprint, code coverage, etc.
|
|
gitpython
|
|
|
|
# helper for developers - check git commit messages
|
|
gitlint
|
|
|
|
# helper for developers
|
|
junit2html
|
|
|
|
# Script used to build firmware images for NXP LPC MCUs.
|
|
lpc_checksum
|
|
|
|
# used by scripts/build/gen_cfb_font_header.py - helper script for user
|
|
Pillow>=10.0
|
|
|
|
# used by scripts/release/bug_bash.py for generating top ten bug squashers
|
|
PyGithub
|
|
|
|
# used to generate devicetree dependency graphs
|
|
graphviz
|