Kumar Gala | a457681 | 2020-02-07 14:58:00 -0600 | [diff] [blame] | 1 | # EXTRAS: optional or useful for development/developers workflow |
| 2 | |
Kumar Gala | 3befd7d | 2021-01-13 12:08:34 -0600 | [diff] [blame] | 3 | # used by twister for --test-tree option |
Kumar Gala | a457681 | 2020-02-07 14:58:00 -0600 | [diff] [blame] | 4 | anytree |
| 5 | |
| 6 | # helper for developers - check git commit messages |
| 7 | gitlint |
| 8 | |
| 9 | # helper for developers |
| 10 | junit2html |
| 11 | |
Simon Guinot | 2dad0b4 | 2020-06-08 23:45:44 +0200 | [diff] [blame] | 12 | # Script used to build firmware images for NXP LPC MCUs. |
| 13 | lpc_checksum |
| 14 | |
Kumar Gala | a457681 | 2020-02-07 14:58:00 -0600 | [diff] [blame] | 15 | # used by scripts/gen_cfb_font_header.py - helper script for user |
| 16 | Pillow |
Eug Krashtan | a6be4f6 | 2020-11-06 13:36:57 +0200 | [diff] [blame] | 17 | |
| 18 | # can be used to sign a Zephyr application binary for consumption by a bootloader |
Dominik Ermel | b493ace | 2020-12-18 20:56:38 +0000 | [diff] [blame] | 19 | imgtool>=1.7.1 |
Pieter De Gendt | b697973 | 2021-03-10 13:34:57 +0100 | [diff] [blame] | 20 | |
| 21 | # used by nanopb module to generate sources from .proto files |
| 22 | protobuf |