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:
parent
9ca6b704a7
commit
2dad0b4500
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue