mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 07:54:35 +00:00
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>
17 lines
361 B
Plaintext
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
|