Commit Graph

67 Commits (b98c98e6e8c2a73474178dc154fd0a421c665707)

Author SHA1 Message Date
Jan Pochyla 64f2d6d9fb trezorhal: vcp comments
7 years ago
Pavol Rusnak 6fd52dd36e
trezorhal: use attribute format for printf functions
7 years ago
Pavol Rusnak 11917920e7
trezorhal: use display_printf also in stm32_it.c
7 years ago
Pavol Rusnak 367fe8952c
modtrezorui: introduce display_printf, use where possible
8 years ago
Pavol Rusnak 19cd626fc9
modtrezorui: introduce RGB16 and COLOR_x macros, use them where possible
8 years ago
Pavol Rusnak 8b0336862f
make __fatal_error more useful, add make sizecheck target
8 years ago
Pavol Rusnak a3c9f0b77e
trezorhal: add mpy license header to sdcard.{c,h}
8 years ago
Jan Pochyla 46f748205d modtrezormsg: WIP python USB API
8 years ago
Jan Pochyla 03aac60681 trezorhal: disable interfaces on deinit
8 years ago
Pavol Rusnak 795875523b
unix: implement __fatal_error, simplify modtrezorutils
8 years ago
Pavol Rusnak 00f566c434
bootloader: start working on USB processing
8 years ago
Jan Pochyla 4c183268a8 trezorhal: align uint8_t buffers
8 years ago
Jan Pochyla 87909637bf stmhal: vcp+hid style & comments, vcp tx ring buffer
8 years ago
Pavol Rusnak 0c060b6d4a
rename loader to bootloader
8 years ago
Pavol Rusnak 0633506166
rename bootloader to boardloader
8 years ago
Pavol Rusnak b412ef4b24
trezorhal: usbd - fix typo
8 years ago
Jan Pochyla 28d6b38f6f trezorhal: implement vcp read and ctrl-c soft reset, fix write
8 years ago
Jan Pochyla 137d27d69e trezorhal: cleanup hid, usb
8 years ago
Pavol Rusnak f12c630914
trezorhal: don't use legacy symbols from STMhal
8 years ago
Pavol Rusnak 8a1ec2aad6
trezorhal: upgrade usbd files from stmcube 1.15
8 years ago
Jan Pochyla df57f47aa9 trezorhal: minor usb cleanup
8 years ago
Jan Pochyla cc38f537d3 trezorhal: whitespace
8 years ago
Pavol Rusnak 1851bffe26
loader: move usb/flash init to mainloop, add simple demo
8 years ago
Jan Pochyla 0e33357ee7 trezorhal: add usb_deinit
8 years ago
Jan Pochyla 823a33b930 trezorhal: export usb_hid_read_select
8 years ago
Jan Pochyla a54293b808 trezorhal: add usb_hid_read_select
8 years ago
Pavol Rusnak 1f837c4572 trezorhal: remove dependency on py/
8 years ago
Pavol Rusnak d8d62af275 trezorhal: bcdUSB should be 0x0200
8 years ago
Pavol Rusnak 435ac7081a loader: add usb
8 years ago
Jan Pochyla 38b99b306a trezorhal: add cdc vcp tx
8 years ago
Jan Pochyla e87d0d3905 trezorhal: refactor error checks
8 years ago
Jan Pochyla cb497eec0b trezorhal: error checks, fix potential bug in usb_hid_class_data_out
8 years ago
Pavol Rusnak 9fcd21922f trezorhal: use UNCONST macro in usb stack
8 years ago
Jan Pochyla a78221fd22 trezorhal: fix IN endpoint detection
8 years ago
Jan Pochyla 33e5ad1ac9 trezorhal: fix setup of next OUT transfer
8 years ago
Jan Pochyla 3a4cbacbff trezorhal: fix missing rx_buffer
8 years ago
Jan Pochyla c258bfdd90 trezorhal: fix buffer truncation in usb_hid_read
8 years ago
Pavol Rusnak 8eb5cbbe13 trezorhal: add stubs for vcp interface
8 years ago
Pavol Rusnak 2c03f97ca9 trezorhal: extract usb hid stuff into usb_hid-defs.h and usb_hid-impl.h
8 years ago
Pavol Rusnak 6b07961cf6 trezorhal: set iface.type
8 years ago
Jan Pochyla 56b1d69796 trezorhal/usb: now compiles
8 years ago
Jan Pochyla 466285a21c trezorhal: WIP usb rewrite
8 years ago
Pavol Rusnak cb8e957379
bootloader/loader: refactor PRINT(LN) macros to common.h
8 years ago
Pavol Rusnak fdef0575b1
loader: show firmware version in loader, remove image_options.h
8 years ago
Pavol Rusnak fad4b80af8
trezorhal: don't parse (image|vendor) headers twice, don't use legacy stm32 names
8 years ago
Pavol Rusnak 87b7d0649b
boot: use cosi to compute aggregated key and use it
8 years ago
Pavol Rusnak 5c227a4a47
loader: compute pubkey rather than use precomputed one, prepare for vendor keys
8 years ago
Pavol Rusnak bbf55bcf2a
loader: handle vendor header
8 years ago
Pavol Rusnak 74db11cbfc
bootloader/loader: rename crypto.c/h to image.c/h, refactor
8 years ago
Jochen Hoenicke e37619899e Put loader/firmware header into image (#5)
8 years ago