Commit Graph

470 Commits (ec412c6da3ef9cb14c75d2a1def70c22266ab632)
 

Author SHA1 Message Date
Jan Pochyla dd713fe6e2
add Storage to reset_device, stub session support in config
8 years ago
Pavol Rusnak d1ff96af04
cleanup makefile; make res_collect tool more verbose
8 years ago
Jan Pochyla 34ed2fb86a
workflow monitor, reset_device layout work
8 years ago
Jan Pochyla 70110187cc
overload __iter__ in loop.Wait
8 years ago
Jan Pochyla 02b13af526
fix session id range
8 years ago
Jan Pochyla 64746d01b4
use memoryviews in wire_codec
8 years ago
Jan Pochyla 7570977cc4
little perf tweaks in protobuf
8 years ago
Jan Pochyla 5c02718c58
fix int param for crypto.random.uniform()
8 years ago
Pavol Rusnak 605ba30bd6
remove unused send_udp.py script (use trezorctl -t udp instead)
8 years ago
Pavol Rusnak e480871db3
generate proper events from touchscreen
8 years ago
Pavol Rusnak 0d3facf99e
minor changes to display module
8 years ago
Pavol Rusnak ddaa1b1502
adapt display driver for ST7789V
8 years ago
Pavol Rusnak f727cab942
rework aes module, add summary to test script
8 years ago
Pavol Rusnak dd78f83576
update docu strings in aes
8 years ago
Pavol Rusnak 8f80749870
update docu strings in native code
8 years ago
Pavol Rusnak d32dc93c10
implement hid methods in trezor.msg
8 years ago
Pavol Rusnak a15730087c
VCP is the new CDC
8 years ago
Pavol Rusnak 9b0f16f06c
update micropython submodule
8 years ago
Pavol Rusnak e577e764fc
modules do not have .name field anymore
8 years ago
Pavol Rusnak 57cb607b0b
update micropython submodule
8 years ago
Pavol Rusnak d9495b12ac
trezor.crypto.aes finished (including unit tests)
8 years ago
Pavol Rusnak fc05f25255
trezor.crypto.aes work in progres
8 years ago
Pavol Rusnak 80be60c3ff
remove todo
8 years ago
Pavol Rusnak 5c3e0c9b6f
use mp_obj_new_int_from_uint when returning uint32
8 years ago
Jan Pochyla d5942d664c
add the generated wire type index
8 years ago
Jan Pochyla 6991286f8b
use __iter__ instead of wait
8 years ago
Jan Pochyla b8dd8ed90c
wire fixes
8 years ago
Jan Pochyla 97d402eba8
unify unimport_func and unimport_gen, asyncify
8 years ago
Jan Pochyla 099767d592
session/workflow overhaul
8 years ago
Jan Pochyla 99485b3385
finalize the streaming pbuf codec
8 years ago
Jan Pochyla 59c0de5312
build wire_type index in pb2py
8 years ago
Pavol Rusnak f42b62fa40
use mock config for stmhal, setup hid in boot
8 years ago
Pavol Rusnak 7aa8593941
store config in /var/tmp
8 years ago
Pavol Rusnak e56390c77a
add clean_cross to makefile; update micropython submodule
8 years ago
Pavol Rusnak 754350df9e
fix discrepancy between msg_poll_ui_event and trezorui_poll_sdl_event
8 years ago
Pavol Rusnak 63d4cb3a29
add bootloader ideas
8 years ago
Pavol Rusnak 9ef076f137
add debug targets to Makefile
8 years ago
Pavol Rusnak 7d4fbd07ea
fix typing.NewType
8 years ago
Pavol Rusnak bfa034f2d9
add typing module
8 years ago
Karel Bilek 65746643f4
fix msg_recv iface reporting
8 years ago
Jan Pochyla 312859ba71
add experimental animation with `async for`
8 years ago
Jan Pochyla 3eaf001eef
add a broken PoC of wire/protobuf stream reading
8 years ago
Jan Pochyla d6592a48e6
fixes for v2 wire
8 years ago
Jan Pochyla 096f3f898f
move pagination primitives to trezor.ui.scroll
8 years ago
Jan Pochyla 455a436123
autopep8
8 years ago
Jan Pochyla a4d1b27541
test async/await support in homescreen layout
8 years ago
Jan Pochyla c8c34c875b
simplify loop.py, add loop.Future, supoort `await`
8 years ago
Jan Pochyla 3a69524c52
simplify read_wire_msg a bit
8 years ago
Pavol Rusnak f2c331d783
update submodule, start bootloader work
8 years ago
Jan Pochyla cb0f5e2595
switch to v2 wire protocol
8 years ago