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:
parent
15a03ce994
commit
e1450e3f7f
@ -1,4 +1,4 @@
|
|||||||
![TREZOR OS](docs/logo.png)
|
![TREZOR Core](docs/logo.png)
|
||||||
|
|
||||||
* [Documentation](docs/)
|
* [Documentation](docs/)
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user