You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/README.md

24 lines
712 B

# TREZOR Core
![TREZOR Logo](docs/logo.png)
[![Build Status](https://travis-ci.org/trezor/trezor-core.svg?branch=master)](https://travis-ci.org/trezor/trezor-core)
[![Gitter](https://badges.gitter.im/trezor/community.svg)](https://gitter.im/trezor/community)
This is the source code for 2nd generation of TREZOR called TREZOR model T.
It runs both inside of the device and also in the TREZOR Emulator.
![emulator](docs/emulator.jpg)
## Documentation
* [API](docs/api.md)
* [Build instructions](docs/build.md)
* [Emulator](docs/emulator.md)
* [Testing](docs/testing.md)
* [Bootloader](docs/bootloader.md)
* [Hardware](docs/hardware.md)
* [Memory Layout](docs/memory.md)
* [TOIF Image Format](docs/toif.md)