zephyr/scripts/requirements-extras.txt
Simon Guinot 2dad0b4500 scripts/requirements: add lpc_checksum script
On some NXP LPC MCUs (such as LPC11U6x), a valid firmware image must
include a checksum in the 7th entry of the ARM Cortex-M0 exception
vector table. This checksum is verified by the bootloader.

The lpc_checksum.py python script allows to insert this checksum into
the firmware images (BIN and HEX formats).

Project page: https://github.com/basilfx/lpc_checksum

Signed-off-by: Simon Guinot <simon.guinot@seagate.com>
2020-07-29 20:12:24 +02:00

17 lines
361 B
Plaintext

# EXTRAS: optional or useful for development/developers workflow
# used by sanitycheck 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