commit | 2dad0b4500cd0c8d274c9174002ce85f61b56357 | [log] [tgz] |
---|---|---|
author | Simon Guinot <simon.guinot@seagate.com> | Mon Jun 08 23:45:44 2020 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jul 29 20:12:24 2020 +0200 |
tree | b3f9979a08f5fddbd5e3d9e8f05022a290c15ee6 | |
parent | 9ca6b704a75f59ee1220667aeb36a2967b417548 [diff] |
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>