You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/embed/trezorhal
tychovrahe 86f2dacc6e
fix(core): re-introduce touch event filtering
2 years ago
..
board_capabilities.c feat(core/boardloader): add fixed-address boardloader capablities field 2 years ago
board_capabilities.h feat(core/boardloader): add fixed-address boardloader capablities field 2 years ago
button.c feat(core): added button support for Model R 2 years ago
button.h feat(core): added button support for Model R 2 years ago
common.c feat(core/rust): use dma2d to improve rendering performance, implement text over image and icon over icon functions 2 years ago
common.h feat(core/rust): use dma2d to improve rendering performance, implement text over image and icon over icon functions 2 years ago
compiler_traits.h
dma.c
dma.h
dma2d.c feat(core/rust): use dma2d to improve rendering performance, implement text over image and icon over icon functions 2 years ago
dma2d.h feat(core/rust): use dma2d to improve rendering performance, implement text over image and icon over icon functions 2 years ago
flash.c
flash.h
image.c
image.h
irq.h
lowlevel.c
lowlevel.h
mini_printf.c
mini_printf.h
mpu.c
mpu.h
random_delays.c
random_delays.h
rgb_led.c feat(core): add RGB LED driver for Model R 2 years ago
rgb_led.h feat(core): add RGB LED driver for Model R 2 years ago
rng.c
rng.h
sbu.c
sbu.h
sdcard-set_clr_card_detect.h
sdcard.c
sdcard.h
secbool.h
stm32.c
stm32f4xx_hal_conf.h feat(core/rust): use dma2d to improve rendering performance, implement text over image and icon over icon functions 2 years ago
supervise.h feat(core): Introduce stack overflow detection by moving stack to the start of RAM 2 years ago
systemview.h
systick.c
systick.h
touch.c fix(core): re-introduce touch event filtering 2 years ago
touch.h
usb.c fix(core): fix flashing usb disconnected error 2 years ago
usb.h feat(core): show blue dot when USB data not connected 2 years ago
usb_hid-defs.h
usb_hid-impl.h
usb_vcp-defs.h
usb_vcp-impl.h
usb_webusb-defs.h
usb_webusb-impl.h
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 feat(core): jump back and stay in bootloader for TT via reverse SVC call trampoline 2 years ago
vectortable.s