Commit Graph

64 Commits

Author SHA1 Message Date
Jan Pochyla 2ca60fc59a modtrezormsg: minor doc changes 2017-06-14 18:08:17 +02:00
Jan Pochyla d771c72422 modtrezorio: add sdcard docs and mocks 2017-06-14 18:07:54 +02:00
Jan Pochyla 5a5c4f11b9 extmod: doc comments describe internal apis 2017-06-14 17:40:50 +02:00
Jan Pochyla ecefb1c0ef modtrezormsg: fix 4a359d2 2017-06-07 14:35:46 +02:00
Jan Pochyla 4a359d2d35 modtrezormsg: add udp ping handling to modtrezormsg-unix.h 2017-06-07 13:55:40 +02:00
Jan Pochyla 1c2aae8cb9 modtrezormsg: recv has zero timeout 2017-05-31 18:39:37 +02:00
Pavol Rusnak f7d72741fd
unix: enable modtrezorio, mock sdcard 2017-05-24 00:47:20 +02:00
Pavol Rusnak 4d4364f0b5
TrezorUi -> TrezorUI 2017-05-15 18:12:05 +02:00
Pavol Rusnak 3765fb734b
remove trezor.debug module, add trezor.io module 2017-05-15 15:48:47 +02:00
Pavol Rusnak 6a3210c4ce
unix: fix build 2017-05-09 16:22:07 +02:00
Jan Pochyla fb398d07cb touch: change iface num to 255 2017-05-09 16:13:40 +02:00
Jan Pochyla 50c100bf34 mphalport: set vcp iface num at runtime 2017-05-09 16:13:40 +02:00
Pavol Rusnak 9e42a45b10
crypto: update trezor-crypto, fix crypto.bip32 test 2017-05-08 17:48:22 +02:00
Pavol Rusnak 6fd52dd36e
trezorhal: use attribute format for printf functions 2017-05-02 17:35:39 +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 d207e8c242
modtrezormsg: add mock for unix build 2017-04-21 18:12:33 +02:00
Jan Pochyla e49e7ed1d9 modtrezormsg: add usb_deinit, cleanup usb_init 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
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 69d7f39b23
modtrezorutils: call __fatal_error on stm 2017-04-10 19:43:07 +02:00
Jan Pochyla a54293b808 trezorhal: add usb_hid_read_select 2017-04-06 19:06:05 +02:00
Jan Pochyla 56b1d69796 trezorhal/usb: now compiles 2017-04-06 19:06:05 +02:00
Jan Pochyla 9f985dba46 extmod: use size_t for mp_obj_get_array and mp_obj_tuple_get 2017-04-06 18:36:30 +02:00
Pavol Rusnak fad4b80af8
trezorhal: don't parse (image|vendor) headers twice, don't use legacy stm32 names 2017-04-05 15:10:33 +02:00
Pavol Rusnak 3532b266ce
modtrezorconfig: readd norcow as a submodule 2017-04-05 02:23:48 +02:00
Pavol Rusnak 0a7997f798
modtrezorcrypto: add cosi cosigning scheme to ed25519 class 2017-04-03 22:28:54 +02:00
Pavol Rusnak eef147d810
modtrezorcrypto: add crypto.rfc6979 class 2017-04-03 21:29:52 +02:00
Pavol Rusnak b72bc08172
loader: vendor image is now shown in display 2017-04-01 20:19:35 +02:00
Pavol Rusnak 722e71eb31
modtrezorconfig: use uint16_t for data length 2017-03-30 21:42:50 +02:00
Pavol Rusnak 32cf4f36d2
modtrezorconfig: norcow works for stm 2017-03-30 20:55:18 +02:00
Pavol Rusnak 41af56222a
modtrezorcrypto: update trezor-crypto 2017-03-29 00:22:52 +02:00
Pavol Rusnak 7dfc863fe7
modtrezorui: use const for bitmap font 2017-03-28 21:09:21 +02:00
Pavol Rusnak 4d4a351ba6
modtrezorcrypto: update to new trezor-crypto 2017-03-28 20:28:51 +02:00
Pavol Rusnak f6747b9556
modtrezorui: update qrcode to draw 1px border 2017-03-28 14:25:16 +02:00
Pavol Rusnak 416676120b
extract common stuff into trezorhal/common.[ch] 2017-03-21 02:09:17 +01:00
Pavol Rusnak e872f54896
modtrezorui: split display_print into display_print and display_print_out 2017-03-20 21:51:08 +01:00
Pavol Rusnak 420516c5de
modtrezorcrypto: use BLOCK_LENGTH and DIGEST_LENGTH across all hash functions 2017-03-20 21:07:20 +01:00
Pavol Rusnak 7edc688180
modtrezorui: extract fsmc constants 2017-03-17 17:43:22 +01:00
Pavol Rusnak 4b301cd288
modtrezorui: rename variables 2017-03-17 15:27:11 +01:00
Pavol Rusnak 135294b5e8
modtrezorui: more cleanup 2017-03-17 14:14:47 +01:00
Pavol Rusnak a753bb05e2
unix: fix NOUI build 2017-03-16 19:40:20 +01:00
Pavol Rusnak 4a7540f5b9
modtrezormsg: untagle touch 2017-03-16 19:14:30 +01:00
Pavol Rusnak 6c982a64d1
firmware: move modutime to firmware 2017-03-13 20:06:03 +01:00
Pavol Rusnak 2295cd5bf3
modtrezorui: cleanup 2017-03-08 17:56:56 +01:00
Pavol Rusnak 935e9b2912
trezorhal: fix i2c, more reorg 2017-03-07 15:52:19 +01:00