blob: ee6fa553ea481ba50bf8e33eedfa1abba81c71a8 [file] [log] [blame]
Kumar Galaa4576812020-02-07 14:58:00 -06001# EXTRAS: optional or useful for development/developers workflow
2
Kumar Gala3befd7d2021-01-13 12:08:34 -06003# used by twister for --test-tree option
Kumar Galaa4576812020-02-07 14:58:00 -06004anytree
5
6# helper for developers - check git commit messages
7gitlint
8
9# helper for developers
10junit2html
11
Simon Guinot2dad0b42020-06-08 23:45:44 +020012# Script used to build firmware images for NXP LPC MCUs.
13lpc_checksum
14
Kumar Galaa4576812020-02-07 14:58:00 -060015# used by scripts/gen_cfb_font_header.py - helper script for user
16Pillow
Eug Krashtana6be4f62020-11-06 13:36:57 +020017
18# can be used to sign a Zephyr application binary for consumption by a bootloader
Dominik Ermelb493ace2020-12-18 20:56:38 +000019imgtool>=1.7.1
Pieter De Gendtb6979732021-03-10 13:34:57 +010020
21# used by nanopb module to generate sources from .proto files
22protobuf