1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
trezor-firmware/embed/trezorhal
2019-02-22 17:22:46 +01:00
..
common.c bootloader: enable MPU, introduce delays to USB stack 2019-02-21 16:53:17 +01:00
common.h bootloader: enable MPU, introduce delays to USB stack 2019-02-21 16:53:17 +01:00
flash.c trezorhal: refactor erasing sectors 2019-02-22 17:22:46 +01:00
flash.h trezorhal: refactor erasing sectors 2019-02-22 17:22:46 +01:00
image.c embed: add GPLv3 source code headers 2018-02-26 14:07:37 +01:00
image.h trezorhal: refactor erasing sectors 2019-02-22 17:22:46 +01:00
lowlevel.c embed/trezorhal: move lowlevel.{c,h} from boardloader to trezorhal 2019-02-19 18:30:45 +01:00
lowlevel.h embed/trezorhal: move lowlevel.{c,h} from boardloader to trezorhal 2019-02-19 18:30:45 +01:00
mini_printf.c
mini_printf.h
mpu.c bootloader: refactor mpu settings 2019-02-21 19:39:50 +01:00
mpu.h bootloader: enable MPU, introduce delays to USB stack 2019-02-21 16:53:17 +01:00
rng.c embed: add GPLv3 source code headers 2018-02-26 14:07:37 +01:00
rng.h embed: add GPLv3 source code headers 2018-02-26 14:07:37 +01:00
sbu.c embed: add GPLv3 source code headers 2018-02-26 14:07:37 +01:00
sbu.h embed: add GPLv3 source code headers 2018-02-26 14:07:37 +01:00
sdcard.c embed: wait 100ms after turning off sdcard/touch circuit 2018-07-24 14:24:00 +02:00
sdcard.h embed: refactor sdcard/touch, extract touch_power_on/off functions from touch_init 2018-07-23 11:58:35 +02:00
secbool.h embed: add GPLv3 source code headers 2018-02-26 14:07:37 +01:00
stm32.c bootloader: enable MPU, introduce delays to USB stack 2019-02-21 16:53:17 +01:00
stm32f4xx_hal_conf.h trezorhal: enable USB on T1 2018-10-02 16:29:34 +02:00
systick.c embed: include files from vendor/micropython/ports/stm32 explicitly 2019-01-24 21:25:20 +01:00
touch_1.h embed/trezorhal: add touch_sensitivity function 2019-02-12 14:40:38 +01:00
touch_t.h embed/trezorhal: add touch_sensitivity function 2019-02-12 14:40:38 +01:00
touch.c trezorhal: minor cleanup in touch for T1 2018-10-02 19:03:06 +02:00
touch.h embed/trezorhal: add touch_sensitivity function 2019-02-12 14:40:38 +01:00
usb_hid-defs.h embed: add GPLv3 source code headers 2018-02-26 14:07:37 +01:00
usb_hid-impl.h bootloader: enable MPU, introduce delays to USB stack 2019-02-21 16:53:17 +01:00
usb_vcp-defs.h embed: add GPLv3 source code headers 2018-02-26 14:07:37 +01:00
usb_vcp-impl.h bootloader: enable MPU, introduce delays to USB stack 2019-02-21 16:53:17 +01:00
usb_webusb-defs.h embed: add GPLv3 source code headers 2018-02-26 14:07:37 +01:00
usb_webusb-impl.h embed: add GPLv3 source code headers 2018-02-26 14:07:37 +01:00
usb.c bootloader: enable MPU, introduce delays to USB stack 2019-02-21 16:53:17 +01:00
usb.h firmware: disable WebUSB landing page (#174) 2018-06-04 13:50:23 +02:00
usbd_conf.c
usbd_conf.h
usbd_core.c
usbd_core.h
usbd_ctlreq.c
usbd_ctlreq.h
usbd_def.h bootloader: enable MPU, introduce delays to USB stack 2019-02-21 16:53:17 +01:00
usbd_ioreq.c
usbd_ioreq.h
util.s
vectortable.s