Commit Graph

55 Commits (8ee17f69b3d1fa1215fc66c9e0a1b87f1bcc13ad)

Author SHA1 Message Date
Ondřej Vejpustek 8ee17f69b3 refactor(core): move wait_random and rdi into separate file
3 years ago
Jan Pochyla 6257584951 feat(core): Add Rust bindings to MicroPython and trezorhal
3 years ago
Pavol Rusnak 4649b80b44
feat(core): allow secp256k1-zkp for bitcoin-only build
3 years ago
Martin Milata f38abf9d89 refactor(core): introduce layouts
3 years ago
Martin Milata f1382bf892 refactor(core): model-dependent UI component directories
3 years ago
Pavol Rusnak 43ed13b323 feat(core): disable SECP256K1_ZKP feature flag
3 years ago
Pavol Rusnak f3d5de15ef refactor(core): turn SECP256K1_ZKP into a firmware feature flag
3 years ago
Martin Milata c89a8b7bd5 ci(core): add memory profiler job
4 years ago
Pavol Rusnak ded61a4ccf
chore(vendor): update micropython to v1.13
4 years ago
Martin Milata c7934116ec
core: introduce TREZOR_MODEL flag (#1233)
4 years ago
Pavol Rusnak efc5ccdaf0
core: remove src1
4 years ago
Pavol Rusnak 063aba910d core: rename emulator to trezor-emu-core
4 years ago
Pavol Rusnak 9a673db647
core: fix build on T1
4 years ago
Pavol Rusnak 47e7550423
core/extmod: add font_pixeloperator{,mono}, use this font for T1
4 years ago
Pavol Rusnak cec87bba50
core: remove mono bold font variant (not used anywhere)
4 years ago
Pavol Rusnak 179645e3ad core: unify usage of TREZOR_MODEL
4 years ago
matejcik 2cedc687e6 core: disable trezor-crypto BIP32 cache
4 years ago
matejcik d5e45c02bb core: move base functions from "homescreen" app to "base"
4 years ago
Tomas Susanka 445f56d387 core/bitcoin: finalize bitcoin refactor
4 years ago
Ondřej Vejpustek d5bfe6b32f crypto: add chacha_drbg
4 years ago
matejcik 4bddeefea0 core: unify mpconfigports for emulator and board
4 years ago
matejcik d0f709b8cc core: fix and use MAKEMODULEDEFS instead of explicit registration
4 years ago
Pavol Rusnak 500156b9ba
core/embed: don't use local copy of inflate
4 years ago
Milan Rossa 33b7e378c2
core/ci: add coverage target, introduce posttest stage
4 years ago
Milan Rossa 42f1af3aa4
core: add build target for debug unix build
4 years ago
Jan Pochyla 5aca68e50c core: generate moduledefs.h for micropython
4 years ago
matejcik c9fca25531 core: add storage module to frozen build
5 years ago
Pavol Rusnak 76eefd026f
all: let's use -Wno-missing-braces because clang does not respect
5 years ago
Pavol Rusnak 9d5bac50fd
core: alphabetically order files in SConscript files
5 years ago
Pavol Rusnak 854045c019
build: fix file order in SConscript.unix
5 years ago
Pavol Rusnak d40b7c0385
core/modtrezorio: enable LFN+Unicode in FatFS
5 years ago
Pavol Rusnak aa8d14c0ea
core/modtrezorio: add FatFS support
5 years ago
Pavol Rusnak dbef93a30d
core: enable firmware build without SDL2 installed
5 years ago
Pavol Rusnak c815bc410c
core: remove remaning Decred/Zcash code for Bitcoin only firmware
5 years ago
Pavol Rusnak 07ef01f3e4
core: introduce BITCOIN_ONLY flag
5 years ago
Pavol Rusnak 132c841752
core: preparations for bitcoin-only firmware
5 years ago
Pavol Rusnak 76719bab65
core: split handling of messages in the build script
5 years ago
Pavol Rusnak 632a29ea8c
core: fix typo
5 years ago
Pavol Rusnak 2c646a61b7
core: refactor FROZEN variable in SConscript.unix
5 years ago
Pavol Rusnak b8726e74c8
core: add possibility to pass PYOPT to emulator frozen build
5 years ago
Pavol Rusnak f51f9d9be1
core: one more change to previous commit
5 years ago
Pavol Rusnak f8ebd4fa0b
core: fix last commit
5 years ago
Pavol Rusnak c4e745a0d6
core: update build scripts to list python source more explicitly
5 years ago
Tomas Susanka 49d6a35249 core: add slip39 keyboard
5 years ago
Andrew Kozlik 1d9e125fd4 crypto/rfc6979: Use the new HMAC DRBG implementation in rfc6979.c. Remove code duplication between rfc6979.c and ecdsa.c.
5 years ago
Pavol Rusnak daf0d77923
core: remove raspi makefile target
5 years ago
Pavol Rusnak f7d41cbbd7
core+legacy: drop NOUI and HEADLESS, SDL_VIDEODRIVER works fine
5 years ago
matejcik 2e578572dd add EOS support
5 years ago
Andrew Kozlik 28c85dee8e
Merge pull request #85 from trezor/andrewkozlik/slip0039
5 years ago
Pavol Rusnak 87f14965c4
core: finish frozen modules support
5 years ago