commit | 37d052fff1573515590371899d743a214071e385 | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Tue Jan 30 16:40:10 2018 +0100 |
committer | David Brown <davidb@davidb.org> | Thu Feb 01 16:00:21 2018 -0700 |
tree | 5d5d84d428ba841b831e31d29febb5f6ce902ffa | |
parent | f242901a85980741edb4f25e8080b7c79df12714 [diff] [blame] |
imgtool: Add support for Intel Hex images Some platforms prefer images in the Intel Hex (.hex) format. Implement support for signing images in this format in imgtool. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 0d38bc5..1198d45 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt
@@ -1 +1,2 @@ cryptography +intelhex