pull/25/head
Pavol Rusnak 8 years ago
parent 15a03ce994
commit e1450e3f7f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -1,4 +1,4 @@
![TREZOR OS](docs/logo.png)
![TREZOR Core](docs/logo.png)
* [Documentation](docs/)

@ -1,5 +1,5 @@
#TREZOR OS documentation
#TREZOR Core documentation
* [TREZOR OS API](api.md)
* [TREZOR OS Bootloader](bootloader.md)
* [TREZOR OS Image Format](toif.md)
* [TREZOR Core API](api.md)
* [TREZOR Core Bootloader](bootloader.md)
* [TREZOR Core Image Format](toif.md)

@ -1,4 +1,4 @@
#TREZOR OS API
#TREZOR Core API
Syntax used below is a valid Python function declaration with type hints defined in [PEP 0484](https://www.python.org/dev/peps/pep-0484/).

@ -1,10 +1,10 @@
#TREZOR OS Bootloader
#TREZOR Core Bootloader
All multibyte integer values are little endian!
##Firmware File Format
TREZOR OS firmware file consists of 3 parts:
TREZOR Core firmware file consists of 3 parts:
1. vendor header
2. firmware header

Loading…
Cancel
Save