1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
trezor-firmware/embed/trezorhal
2018-02-25 02:16:35 +01:00
..
common.c embed/trezorhal+unix: add copyright headers 2018-02-23 19:04:46 +01:00
common.h embed: refactor MIN/MAX macros in common.h 2018-02-22 20:35:32 +01:00
flash.c trezorhal: fix bug in flash_otp_write 2018-01-29 08:44:55 +01:00
flash.h trezorhal, unix: drop flash_write_{byte,word} usage, rename flash_write_{byte,word}_rel to flash_write_{byte,word} 2018-01-23 16:58:53 +01:00
image.c embed/trezorhal+unix: add copyright headers 2018-02-23 19:04:46 +01:00
image.h embed: fix 3 TODO items 2018-02-12 14:51:41 +01:00
mini_printf.c
mini_printf.h
mpu.c embed/trezorhal: move mpu to trezorhal - enable it in firmware 2018-02-23 19:08:34 +01:00
mpu.h embed/trezorhal: move mpu to trezorhal - enable it in firmware 2018-02-23 19:08:34 +01:00
options.h embed/unix: implement nice background into emulator 2018-02-25 02:16:35 +01:00
rng.c embed/trezorhal+unix: add copyright headers 2018-02-23 19:04:46 +01:00
rng.h
sbu.c
sbu.h
sdcard.c
sdcard.h
secbool.h
stm32.c
stm32f4xx_hal_conf.h
systick.c embed/trezorhal: simplify systick, remove microsecond precision 2018-02-23 20:06:53 +01:00
touch.c trezorhal: unix: refactor touch get/pack functionality 2018-01-24 13:41:02 +01:00
touch.h trezorhal: unix: refactor touch get/pack functionality 2018-01-24 13:41:02 +01:00
usb_hid-defs.h
usb_hid-impl.h trezorhal: make usb stack more robust 2018-01-27 17:27:57 +01:00
usb_vcp-defs.h embed/trezorhal: move cmd_buffer into usb_vcp_state_t 2018-02-06 15:30:15 +01:00
usb_vcp-impl.h embed/trezorhal: move cmd_buffer into usb_vcp_state_t 2018-02-06 15:30:15 +01:00
usb_webusb-defs.h trezorhal: rework winusb 2018-01-24 00:37:54 +01:00
usb_webusb-impl.h embed/trezorhal/usb: correct handling of interface messages in usb_class_setup 2018-02-12 18:25:13 +01:00
usb.c embed/trezorhal/usb: correct handling of interface messages in usb_class_setup 2018-02-12 18:25:13 +01:00
usb.h trezorhal: rename winusb_enabled to usb21_enabled 2018-02-02 16:02:37 +01:00
usbd_conf.c
usbd_conf.h trezorhal: add winusb magic to webusb interface 2018-01-21 15:40:31 +01:00
usbd_core.c trezorhal: fix usb class behaviour 2018-02-03 16:40:51 +01:00
usbd_core.h
usbd_ctlreq.c trezorhal: fix typos 2018-02-02 17:41:49 +01:00
usbd_ctlreq.h
usbd_def.h trezorhal: add winusb magic to webusb interface 2018-01-21 15:40:31 +01:00
usbd_ioreq.c
usbd_ioreq.h
util.s embed/trezorhal: introduce jump_to_unprivileged, disable mpu in bootloader 2018-02-13 20:51:14 +01:00
vectortable.s