Jan Pochyla
|
64f2d6d9fb
|
trezorhal: vcp comments
|
2017-05-09 16:13:40 +02:00 |
|
Pavol Rusnak
|
5b56c805ab
|
tests: fix run_tests_python_trezor.sh
|
2017-05-09 12:36:08 +02:00 |
|
Pavol Rusnak
|
16c7284e98
|
apps.common: introduce cache module instead of caching in global variables
|
2017-05-09 01:10:45 +02:00 |
|
Pavol Rusnak
|
5e410a3b59
|
apps.wallet: implement GetEntropy
|
2017-05-08 22:11:58 +02:00 |
|
Pavol Rusnak
|
11154c1ab5
|
tests: mute both emulator and test in run_tests_python_trezor which were bloating the log extensively
|
2017-05-08 18:11:03 +02:00 |
|
Pavol Rusnak
|
e6d93c5933
|
wallet: fix GetPublicKey msg, regenerate protobuf
|
2017-05-08 18:04:05 +02:00 |
|
Pavol Rusnak
|
9e42a45b10
|
crypto: update trezor-crypto, fix crypto.bip32 test
|
2017-05-08 17:48:22 +02:00 |
|
Pavol Rusnak
|
b7c043df66
|
apps.wallet: fix sign_identity for ed25519 curves
|
2017-05-03 17:36:27 +02:00 |
|
Pavol Rusnak
|
f345de1a4f
|
bootloader: protobuf - add pb_add_bytes
|
2017-05-02 19:49:56 +02:00 |
|
Pavol Rusnak
|
6fd52dd36e
|
trezorhal: use attribute format for printf functions
|
2017-05-02 17:35:39 +02:00 |
|
Pavol Rusnak
|
11917920e7
|
trezorhal: use display_printf also in stm32_it.c
|
2017-05-02 16:33:41 +02:00 |
|
Pavol Rusnak
|
367fe8952c
|
modtrezorui: introduce display_printf, use where possible
|
2017-04-28 19:55:05 +02:00 |
|
Pavol Rusnak
|
19cd626fc9
|
modtrezorui: introduce RGB16 and COLOR_x macros, use them where possible
|
2017-04-28 17:51:49 +02:00 |
|
Pavol Rusnak
|
97f95f44c0
|
bootloader: disable usage of mono/normal fonts
|
2017-04-28 15:54:54 +02:00 |
|
Pavol Rusnak
|
8b0336862f
|
make __fatal_error more useful, add make sizecheck target
|
2017-04-28 15:39:22 +02:00 |
|
Pavol Rusnak
|
44b32aa4a6
|
bootloader: process upload message WIP
|
2017-04-27 19:18:57 +02:00 |
|
Pavol Rusnak
|
3250967d62
|
bootloader: refactor pb_parse_header to protobuf
|
2017-04-27 15:32:25 +02:00 |
|
Pavol Rusnak
|
92b2deb932
|
coins: add cointype.segwit
|
2017-04-26 15:46:08 +02:00 |
|
Pavol Rusnak
|
6da2019817
|
travis: add python-ecdsa
|
2017-04-25 17:12:04 +02:00 |
|
Pavol Rusnak
|
87f20bac29
|
tests: update tests, try running functional tests in travis
|
2017-04-25 16:29:02 +02:00 |
|
Pavol Rusnak
|
9587563c77
|
apps.common: update coins
|
2017-04-25 15:51:59 +02:00 |
|
Pavol Rusnak
|
07693277a4
|
apps.common: update coins.py + its generator to add new fields
|
2017-04-24 15:59:30 +02:00 |
|
Pavol Rusnak
|
a3c9f0b77e
|
trezorhal: add mpy license header to sdcard.{c,h}
|
2017-04-24 15:50:36 +02:00 |
|
Pavol Rusnak
|
a1d04f8b7b
|
tests: disable trezor.msg test for now
|
2017-04-21 18:23:39 +02:00 |
|
Pavol Rusnak
|
d207e8c242
|
modtrezormsg: add mock for unix build
|
2017-04-21 18:12:33 +02:00 |
|
Pavol Rusnak
|
998ae134a9
|
travis: introduce stm32/unix goals
|
2017-04-21 16:53:40 +02:00 |
|
Jan Pochyla
|
f64330f4eb
|
main.c: remove usb_init_all from C
|
2017-04-21 16:25:00 +02:00 |
|
Jan Pochyla
|
8a67ad4672
|
main: reformat usb init
|
2017-04-21 16:25:00 +02:00 |
|
Jan Pochyla
|
e49e7ed1d9
|
modtrezormsg: add usb_deinit, cleanup usb_init
|
2017-04-21 16:25:00 +02:00 |
|
Jan Pochyla
|
403d5344e2
|
trezor.msg: support new modtrezormsg API
|
2017-04-21 16:25:00 +02:00 |
|
Jan Pochyla
|
afaefb7a13
|
modtrezormsg: fix typo in Msg.init_usb
|
2017-04-21 16:25:00 +02:00 |
|
Jan Pochyla
|
46f748205d
|
modtrezormsg: WIP python USB API
|
2017-04-21 16:25:00 +02:00 |
|
Jan Pochyla
|
03aac60681
|
trezorhal: disable interfaces on deinit
|
2017-04-21 16:23:06 +02:00 |
|
Pavol Rusnak
|
b8f15a78ba
|
travis: enable clang build for unix
|
2017-04-21 14:38:19 +02:00 |
|
Pavol Rusnak
|
7bb2c63fc4
|
build: makefile cleanup - part 2
|
2017-04-19 23:14:14 +02:00 |
|
Pavol Rusnak
|
ae6be43ba0
|
build: makefile cleanup - part 1
|
2017-04-19 22:40:15 +02:00 |
|
Pavol Rusnak
|
f7484fefde
|
build: brew dropped 32-bit support sdl2, modify macOS stuff to reflect that
|
2017-04-19 21:39:44 +02:00 |
|
Pavol Rusnak
|
d131dc7405
|
fix last commit
|
2017-04-17 18:56:08 +02:00 |
|
Pavol Rusnak
|
795875523b
|
unix: implement __fatal_error, simplify modtrezorutils
|
2017-04-17 18:07:34 +02:00 |
|
Pavol Rusnak
|
117edd233f
|
build: don't use STM32_HAL_H directly to detect port, introduce TREZOR_STM32 and TREZOR_UNIX macros
|
2017-04-17 17:57:42 +02:00 |
|
Pavol Rusnak
|
a7e17f07ee
|
tests: finish sign_identity workflow, update run_tests_python_trezor.sh to reflect current state
|
2017-04-16 22:21:21 +02:00 |
|
Pavol Rusnak
|
8a9e31382e
|
bootloader: add fake processing of FirmwareUpload messages
|
2017-04-16 20:58:58 +02:00 |
|
Pavol Rusnak
|
b91d8da421
|
bootloader: more protobuf cleanup
|
2017-04-16 17:37:39 +02:00 |
|
Pavol Rusnak
|
fffe8abd02
|
bootloader: rework message creation
|
2017-04-16 14:16:40 +02:00 |
|
Pavol Rusnak
|
05306ad79d
|
build: bring makefiles closer
|
2017-04-13 23:30:32 +02:00 |
|
Pavol Rusnak
|
00f566c434
|
bootloader: start working on USB processing
|
2017-04-12 18:31:23 +02:00 |
|
Pavol Rusnak
|
80d8ab7825
|
bootloader/firmware: update usb strings
|
2017-04-12 15:20:09 +02:00 |
|
Pavol Rusnak
|
e7bcaae3d4
|
src.apps.common: update coins.py
|
2017-04-12 14:48:51 +02:00 |
|
Pavol Rusnak
|
6b96a91d52
|
docs: update markdown according to lint
|
2017-04-12 14:45:58 +02:00 |
|
Jan Pochyla
|
4c183268a8
|
trezorhal: align uint8_t buffers
|
2017-04-11 18:22:30 +02:00 |
|