2019-12-06 08:56:38 +00:00
|
|
|
# Summary
|
|
|
|
|
|
|
|
- [Introduction](index.md)
|
|
|
|
- [Core](core/index.md)
|
|
|
|
- [Build](core/build/index.md)
|
|
|
|
- [Embedded](core/build/embedded.md)
|
|
|
|
- [Emulator](core/build/emulator.md)
|
|
|
|
- [Emulator](core/emulator/index.md)
|
2020-04-09 14:01:12 +00:00
|
|
|
- [Event Loop](core/src/event-loop.md)
|
2019-12-06 08:56:38 +00:00
|
|
|
- [Apps](core/src/apps.md)
|
|
|
|
- [Tests](core/tests/index.md)
|
2022-07-28 12:50:49 +00:00
|
|
|
- [Debugging on hardware](core/embed_debug/index.md)
|
2021-12-09 15:24:11 +00:00
|
|
|
- [SystemView instrumentation](core/systemview/index.md)
|
2020-02-07 14:38:55 +00:00
|
|
|
- [Miscellaneous](core/misc/index.md)
|
2022-01-07 14:18:32 +00:00
|
|
|
- [Code style](core/misc/codestyle.md)
|
2020-02-07 14:38:55 +00:00
|
|
|
- [SLIP-39](core/misc/slip0039.md)
|
|
|
|
- [Exceptions usage](core/misc/exceptions.md)
|
2021-04-22 13:47:43 +00:00
|
|
|
- [Memory fragmentation management](core/misc/fragmentation.md)
|
2019-12-06 08:56:38 +00:00
|
|
|
- [Legacy](legacy/index.md)
|
|
|
|
- [Python](python/index.md)
|
2020-01-28 09:28:45 +00:00
|
|
|
- [trezorlib](python/trezorlib.md)
|
2019-12-06 08:56:38 +00:00
|
|
|
- [Hardware](hardware/index.md)
|
|
|
|
- [Model T](hardware/model-t/index.md)
|
|
|
|
- [Boot stages](hardware/model-t/boot.md)
|
|
|
|
- [Memory layout](hardware/model-t/memory.md)
|
|
|
|
- [Model One](hardware/model-one/index.md)
|
2021-11-15 16:40:56 +00:00
|
|
|
- [Firmware format](hardware/model-one/firmware-format.md)
|
2019-12-06 08:56:38 +00:00
|
|
|
- [Common](common/index.md)
|
2020-02-12 09:45:33 +00:00
|
|
|
- [Communication](common/communication/index.md)
|
2020-07-02 13:04:06 +00:00
|
|
|
- [Sessions](common/communication/sessions.md)
|
2020-02-12 09:45:33 +00:00
|
|
|
- [Passphrase](common/communication/passphrase.md)
|
2020-02-18 12:54:42 +00:00
|
|
|
- [Migration](common/communication/passphrase-redesign-migration.md)
|
2020-09-25 12:10:03 +00:00
|
|
|
- [Bitcoin signing](common/communication/bitcoin-signing.md)
|
2021-11-15 16:40:56 +00:00
|
|
|
- [Reproducible builds](common/reproducible-build.md)
|
2022-07-11 13:42:38 +00:00
|
|
|
- [Message Workflows](common/message-workflows.md)
|
2019-12-06 08:56:38 +00:00
|
|
|
- [Storage](storage/index.md)
|
|
|
|
- [Tests](tests/index.md)
|
|
|
|
- [Device Tests](tests/device-tests.md)
|
|
|
|
- [Upgrade Tests](tests/upgrade-tests.md)
|
2020-02-24 11:17:37 +00:00
|
|
|
- [UI Tests](tests/ui-tests.md)
|
2020-07-09 14:44:00 +00:00
|
|
|
- [Click Tests](tests/click-tests.md)
|
2020-05-03 19:45:34 +00:00
|
|
|
- [CI](ci/index.md)
|
|
|
|
- [GitLab CI Jobs](ci/jobs.md)
|
2019-12-06 08:56:38 +00:00
|
|
|
- [Miscellaneous](misc/index.md)
|
2020-04-21 08:38:44 +00:00
|
|
|
- [Affected third-parties](misc/third-parties.md)
|
2019-12-06 08:56:38 +00:00
|
|
|
- [Coins' BIP-44 Paths](misc/coins-bip44-paths.md)
|
2020-04-30 12:49:33 +00:00
|
|
|
- [Contributing](misc/contributing.md)
|
2020-03-25 08:39:29 +00:00
|
|
|
- [FW update and device wipe](misc/update-wipes.md)
|
2019-12-06 08:56:38 +00:00
|
|
|
- [Generated Files](misc/generated-files.md)
|
|
|
|
- [Git Hooks](misc/git-hooks.md)
|
|
|
|
- [Monorepo Notes](misc/monorepo.md)
|
2020-10-21 12:40:34 +00:00
|
|
|
- [Review Process](misc/review.md)
|
2021-04-19 11:32:52 +00:00
|
|
|
- [Changelog](misc/changelog.md)
|
2019-12-06 08:56:38 +00:00
|
|
|
- [TOIF Image Format](misc/toif.md)
|
2022-07-11 13:42:38 +00:00
|
|
|
- [Developers guide](developers/index.md)
|
|
|
|
- [Libraries](developers/libraries.md)
|