trezor-core/embed/trezorhal
Pavol Rusnak 7ddfdf69d6
trezorhal: support for non-continous areas in check_image_contents
2017-10-26 19:09:53 +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 trezorhal: support for non-continous areas in check_image_contents 2017-10-26 19:09:53 +02:00
flash.h trezorhal: support for non-continous areas in check_image_contents 2017-10-26 19:09:53 +02:00
image.c trezorhal: support for non-continous areas in check_image_contents 2017-10-26 19:09:53 +02:00
image.h trezorhal: support for non-continous areas in check_image_contents 2017-10-26 19:09:53 +02:00
mini_printf.c rename /micropython to /embed 2017-07-28 16:23:45 +02:00
mini_printf.h rename /micropython to /embed 2017-07-28 16:23:45 +02:00
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.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
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
usbd_conf.c rename /micropython to /embed 2017-07-28 16:23:45 +02:00
usbd_conf.h rename /micropython to /embed 2017-07-28 16:23:45 +02:00
usbd_core.c rename /micropython to /embed 2017-07-28 16:23:45 +02:00
usbd_core.h rename /micropython to /embed 2017-07-28 16:23:45 +02:00
usbd_ctlreq.c rename /micropython to /embed 2017-07-28 16:23:45 +02:00
usbd_ctlreq.h rename /micropython to /embed 2017-07-28 16:23:45 +02:00
usbd_def.h rename /micropython to /embed 2017-07-28 16:23:45 +02:00
usbd_ioreq.c rename /micropython to /embed 2017-07-28 16:23:45 +02:00
usbd_ioreq.h rename /micropython to /embed 2017-07-28 16:23:45 +02:00
util.s embed: move call to usb_clear to shutdown function in assembler 2017-10-13 17:18:22 +02:00
vectortable.s vector table updates (#40) 2017-10-12 14:55:59 +02:00