1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-28 09:08:07 +00:00

os -> core

This commit is contained in:
Pavol Rusnak 2016-05-10 16:19:43 +02:00
parent 15a03ce994
commit e1450e3f7f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
4 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

@ -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/). Syntax used below is a valid Python function declaration with type hints defined in [PEP 0484](https://www.python.org/dev/peps/pep-0484/).

View File

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