1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 18:39:05 +00:00
trezor-firmware/embed/trezorhal
2017-10-26 15:54:02 +02:00
..
common.c boardloader, bootloader, firmware: only call periph_init in boardloader (#54) 2017-10-17 11:42:57 +02:00
common.h trezorhal: move image related defines to image.h 2017-10-26 01:17:57 +02:00
flash.c flash_init: remove empty function from all stages 2017-10-20 14:41:01 +02:00
flash.h trezorhal: simplify api for init functions, use bool and void rather than int 2017-10-20 15:25:24 +02:00
image.c trezorhal: rework header checking to new format 2017-10-26 15:54:02 +02:00
image.h trezorhal: rework header checking to new format 2017-10-26 15:54:02 +02:00
mini_printf.c
mini_printf.h
rng.c code cleanup 2017-10-15 19:34:16 +02:00
rng.h code cleanup 2017-10-15 19:34:16 +02:00
sbu.c trezorhal: simplify api for init functions, use bool and void rather than int 2017-10-20 15:25:24 +02:00
sbu.h trezorhal: simplify api for init functions, use bool and void rather than int 2017-10-20 15:25:24 +02:00
sdcard.c trezorhal: update sdcard api 2017-10-20 18:13:17 +02:00
sdcard.h trezorhal: update sdcard api 2017-10-20 18:13:17 +02:00
stm32.c build: further cleanup common symbols (#63) 2017-10-19 15:27:15 +02:00
stm32f4xx_hal_conf.h boardloader: disable flash data cache (#57) 2017-10-17 17:35:10 +02:00
touch.c trezorhal: return position of last touch event from touch_click 2017-10-24 17:59:25 +02:00
touch.h trezorhal: return position of last touch event from touch_click 2017-10-24 17:59:25 +02:00
usb_hid-defs.h trezorhal: cleanup usb api 2017-10-20 18:51:05 +02:00
usb_hid-impl.h trezorhal: added calls to USBD_LL_FlushEP in deinit functions 2017-10-24 19:19:57 +02:00
usb_vcp-defs.h trezorhal: cleanup usb api 2017-10-20 18:51:05 +02:00
usb_vcp-impl.h trezorhal: added calls to USBD_LL_FlushEP in deinit functions 2017-10-24 19:19:57 +02:00
usb.c trezorhal: make touch_init and usb_init return void, use ensure inside 2017-10-20 17:18:55 +02:00
usb.h trezorhal: make touch_init and usb_init return void, use ensure inside 2017-10-20 17:18:55 +02:00
usbd_conf.c
usbd_conf.h
usbd_core.c
usbd_core.h
usbd_ctlreq.c
usbd_ctlreq.h
usbd_def.h
usbd_ioreq.c
usbd_ioreq.h
util.s
vectortable.s