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>
This commit is contained in:
Simon Guinot 2020-06-08 23:45:44 +02:00 committed by Carles Cufí
commit 2dad0b4500

View file

@ -9,5 +9,8 @@ gitlint
# helper for developers # helper for developers
junit2html 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 # used by scripts/gen_cfb_font_header.py - helper script for user
Pillow Pillow