zephyr/scripts/requirements-extras.txt
Pieter De Gendt b6979736ca modules: nanopb: introduce new module
Add the nanopb library and generator tools as a module.
Nanopb is a small code-size Protocol Buffers implementation in ansi C.
It is especially suitable for use in microcontrollers,
but fits any memory restricted system.

Nanopb home: https://jpa.kapsi.fi/nanopb/

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2021-04-08 14:57:55 +02:00

22 lines
527 B
Text

# EXTRAS: optional or useful for development/developers workflow
# used by twister for --test-tree option
anytree
# 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/gen_cfb_font_header.py - helper script for user
Pillow
# can be used to sign a Zephyr application binary for consumption by a bootloader
imgtool>=1.7.1
# used by nanopb module to generate sources from .proto files
protobuf