1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-09 11:46:09 +00:00

docs(core): update index.md

[no changelog]
This commit is contained in:
Roman Zeyde 2025-02-01 18:48:07 +02:00
parent ad8c34e825
commit 6865f053bf

View File

@ -1,6 +1,6 @@
# Trezor Core
Trezor Core is the second-gen firmware running on Trezor devices. It currently runs on Trezor T and Trezor Safe 3, but it might be used on Trezor One in the future as well (see issue [#24](https://github.com/trezor/trezor-firmware/issues/24)).
Trezor Core is the second-gen firmware running on Trezor devices. It currently runs on Trezor T, Trezor Safe 3 and Trezor Safe 5.
Trezor Core is part of the trezor-firmware monorepo to be found on [GitHub](https://github.com/trezor/trezor-firmware), in the `core` subdirectory.
@ -12,4 +12,4 @@ Where appropriate, we also use Rust. For example, all UI components and animatio
## Boot
Module `src/main.py` is the first one to be invoked in MicroPython. It starts the USB, initializes the wire codec and boots applications (see [Apps](apps.md)).
Module `src/main.py` is the first one to be invoked in MicroPython. It starts the USB, initializes the wire codec and boots applications (see [Apps](src/apps.md)).