We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec7e7b commit 57cefdaCopy full SHA for 57cefda
samples/tfm_integration/psa_firmware/split-header.py
@@ -3,6 +3,11 @@
3
# Copyright (c) 2022, Linaro
4
#
5
# SPDX-License-Identifier: Apache-2.0
6
+"""
7
+Split a hex file signed by imagetool into its binary/image and
8
+its header. This is needed to be able to pack these two parts
9
+into the sample separately, saving flash space.
10
11
import argparse
12
13
from intelhex import IntelHex
0 commit comments