Commit Graph

446 Commits

Author SHA1 Message Date
slush0 d87e4e683d
Changed placeholder for automatic generated mocks 2016-09-27 17:26:17 +02:00
slush0 76d8be3395
Mocks of MicroPython methods used by Core (taken from https://docs.micropython.org/en/latest/pyboard/py-modindex.html) 2016-09-27 17:26:17 +02:00
chren 69fa5acf8b
limit pin length 2016-09-27 17:26:17 +02:00
chren fe4e024088
changed homescreen bg 2016-09-27 17:26:17 +02:00
Jan Pochyla 3f4365eda6
add Text, move Loader to ui.loader 2016-09-27 17:26:16 +02:00
slush0 44479b38d0
res_collect now works also on CPython<3.5 2016-09-27 17:26:16 +02:00
Jan Pochyla 0637987c09
change wipe_device to use long-press confirm 2016-09-27 17:26:16 +02:00
Jan Pochyla b49ae3deee
do not update display after each letter 2016-09-27 17:26:16 +02:00
chren 4d672fee28
added some backgrounds and change color vars 2016-09-27 17:26:15 +02:00
slush0 fdc14513a6
Added 'pass' where docstring is missing. 2016-09-27 17:26:15 +02:00
slush0 9eaf34a2c7
Fixed python header 2016-09-27 17:26:15 +02:00
slush0 43dafb2efc
Fixes mock dir cleanup, add link to source file 2016-09-27 17:26:15 +02:00
slush0 72fa153ea2
Mock builder for C modules 2016-09-27 17:26:15 +02:00
Pavol Rusnak 9230ffb4f0
update micropython submodule 2016-09-27 17:26:14 +02:00
Pavol Rusnak a3ec1c082a
add log to wire.io 2016-09-27 17:26:14 +02:00
chren dbfb06d30e
experimenting with ui in reset_device 2016-09-27 17:26:14 +02:00
Pavol Rusnak 299c616d1b
fix __import__ call 2016-09-27 17:26:14 +02:00
chren cc35a00639
removed old playground and some color changes 2016-09-27 17:26:14 +02:00
Jan Pochyla 096bfbaf2a
fix Swipe on stmhal 2016-09-27 17:26:13 +02:00
Pavol Rusnak 255887f865
update micropython submodule 2016-09-27 17:26:13 +02:00
Jan Pochyla 883b392fdb
adopt wire dispatching, log removed modules 2016-09-27 17:26:13 +02:00
Jan Pochyla e9c7a67c73
make imports more local, remove trezor.workflows, minor tweaks 2016-09-27 17:26:13 +02:00
Pavol Rusnak db6673b50e
move initialization of I2C1 to msg_init() 2016-09-27 17:26:13 +02:00
Pavol Rusnak ae65b8c17f
cleanup res_collect.py 2016-09-27 17:26:12 +02:00
Jan Pochyla 07dd27c567
get rid of layout stubs 2016-09-27 17:26:12 +02:00
Jan Pochyla 01ac17440d
wipe_device workflow, pin API work 2016-09-27 17:26:12 +02:00
Jan Pochyla dd713fe6e2
add Storage to reset_device, stub session support in config 2016-09-27 17:26:12 +02:00
Pavol Rusnak d1ff96af04
cleanup makefile; make res_collect tool more verbose 2016-09-27 17:26:12 +02:00
Jan Pochyla 34ed2fb86a
workflow monitor, reset_device layout work
- request/response manner of usual protobuf workflows is enforced, workflows are expected to either return a valid protobuf response, or raise an exception
- added wire.FailureError exception that allows workflow to provide Failure code & message
- pin workflows simplified

TODO: all this workflow work does not really belong in trezor.wire
2016-09-27 17:26:11 +02:00
Jan Pochyla 70110187cc
overload __iter__ in loop.Wait
This will automatically exit child tasks in case of close() or throw() on the waiting task, but only if run through `await` or `yield from`
2016-09-27 17:26:11 +02:00
Jan Pochyla 02b13af526
fix session id range 2016-09-27 17:26:11 +02:00
Jan Pochyla 64746d01b4
use memoryviews in wire_codec 2016-09-27 17:26:11 +02:00
Jan Pochyla 7570977cc4
little perf tweaks in protobuf 2016-09-27 17:26:10 +02:00
Jan Pochyla 5c02718c58
fix int param for crypto.random.uniform() 2016-09-27 17:26:10 +02:00
Pavol Rusnak 605ba30bd6
remove unused send_udp.py script (use trezorctl -t udp instead) 2016-09-27 17:26:10 +02:00
Pavol Rusnak e480871db3
generate proper events from touchscreen 2016-09-27 17:26:10 +02:00
Pavol Rusnak 0d3facf99e
minor changes to display module 2016-09-27 17:26:09 +02:00
Pavol Rusnak ddaa1b1502
adapt display driver for ST7789V 2016-09-27 17:26:09 +02:00
Pavol Rusnak f727cab942
rework aes module, add summary to test script 2016-09-27 17:26:09 +02:00
Pavol Rusnak dd78f83576
update docu strings in aes 2016-09-27 17:26:09 +02:00
Pavol Rusnak 8f80749870
update docu strings in native code 2016-09-27 17:26:09 +02:00
Pavol Rusnak d32dc93c10
implement hid methods in trezor.msg 2016-09-27 17:26:08 +02:00
Pavol Rusnak a15730087c
VCP is the new CDC 2016-09-27 17:26:08 +02:00
Pavol Rusnak 9b0f16f06c
update micropython submodule 2016-09-27 17:26:08 +02:00
Pavol Rusnak e577e764fc
modules do not have .name field anymore 2016-09-27 17:26:08 +02:00
Pavol Rusnak 57cb607b0b
update micropython submodule 2016-09-27 17:26:08 +02:00
Pavol Rusnak d9495b12ac
trezor.crypto.aes finished (including unit tests) 2016-09-27 17:26:07 +02:00
Pavol Rusnak fc05f25255
trezor.crypto.aes work in progres 2016-09-27 17:26:07 +02:00
Pavol Rusnak 80be60c3ff
remove todo 2016-09-27 17:26:07 +02:00
Pavol Rusnak 5c3e0c9b6f
use mp_obj_new_int_from_uint when returning uint32 2016-09-27 17:26:07 +02:00