This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
mcuboot
mirror of
https://github.com/zephyrproject-rtos/mcuboot.git
Watch
1
Star
0
Fork
You've already forked mcuboot
0
Code
Issues
Releases
Wiki
Activity
54ef484afa
mcuboot
/
scripts
/
requirements.txt
5 lines
39 B
Plaintext
Raw
Normal View
History
Unescape
Escape
requirements.txt: bump cryptography Py package version Since Ed25519 curve primitives are available since cryptography package version 2.6 need to bump its version. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2019-06-18 17:22:50 +08:00
cryptography>=2.6
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>
2018-01-30 23:40:10 +08:00
intelhex
Add click handling of cli options Signed-off-by: Fabio Utzig <utzig@apache.org>
2018-03-27 18:25:07 +08:00
click
imgtool: prefer cbor2 over cbor The cbor module is unmaintained, with the last release in 2016[1]. The cbor2 module however is under active development and was last released just last month[2]. As the APIs are identical, we can import cbor2 and if that fails fall back to cbor. [1] https://pypi.org/project/cbor/#history [2] https://pypi.org/project/cbor2/#history Closes #1189 Signed-off-by: Ross Burton <ross.burton@arm.com> Change-Id: Iaf2d0df625a200a5cebf72dec4a89877a26194ea
2021-11-02 19:12:04 +08:00
cbor2