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 539420cac8
refactor(core): make backlight/fading optional
1 year ago
..
boards refactor(core): make backlight/fading optional 1 year ago
displays refactor(core): separate backlight pwm driver and display driver 1 year ago
touch refactor(core): modify i2c driver to allow usage of more i2c peripherals 1 year ago
backlight_pwm.c refactor(core): separate backlight pwm driver and display driver 1 year ago
backlight_pwm.h refactor(core): separate backlight pwm driver and display driver 1 year ago
board_capabilities.c feat(core): add internal model field to features 1 year ago
board_capabilities.h feat(core): add internal model field to features 1 year ago
button.c feat(core): change display type for model R 2 years ago
button.h feat(core): added button support for Model R 2 years ago
common.c refactor(core): separate backlight pwm driver and display driver 1 year ago
common.h fix(core): remove `shutdown()` 2 years ago
compiler_traits.h fix(core & legacy): explicit compiler versions 3 years ago
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 feat(core): support STM32F429 discovery board 1 year ago
flash.h feat(core): support STM32F429 discovery board 1 year ago
i2c.c refactor(core): modify i2c driver to allow usage of more i2c peripherals 1 year ago
i2c.h refactor(core): modify i2c driver to allow usage of more i2c peripherals 1 year ago
image.c feat(core/rust): bootloader implementation in rust 2 years ago
image.h feat(core/rust): bootloader implementation in rust 2 years ago
irq.h
lowlevel.c fix(core): don't assert reset flags to allow "reboot to bootloader" 4 years ago
lowlevel.h fix(core): don't assert reset flags to allow "reboot to bootloader" 4 years ago
mini_printf.c
mini_printf.h
mpu.c feat(core): support STM32F429 discovery board 1 year ago
mpu.h
random_delays.c style(core): trezorhal/random_delays.c 3 years ago
random_delays.h feat(core): make random delays use chacha_drbg 3 years ago
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
sdram.c feat(core): support STM32F429 discovery board 1 year ago
sdram.h feat(core): support STM32F429 discovery board 1 year ago
secbool.h
stm32.c refactor(core): improve flexibility of build, allow different touch panel driver, allow STM32F429 2 years ago
stm32.h feat(core): increase clock frequency to 180 MHz 2 years ago
stm32f4xx_hal_conf.h feat(core): support STM32F429 discovery board 1 year ago
supervise.h feat(core): Introduce stack overflow detection by moving stack to the start of RAM 2 years ago
systemview.h feat(core): systemview header 4 years ago
systick.c refactor(core): move wait_random and rdi into separate file 3 years ago
systick.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 feat(core): Ensure that WebAuthn runs on port 21326 by default for both production and debug emulator. 4 years ago
usb_hid-impl.h
usb_vcp-defs.h feat(core): Ensure that WebAuthn runs on port 21326 by default for both production and debug emulator. 4 years ago
usb_vcp-impl.h
usb_webusb-defs.h feat(core): Ensure that WebAuthn runs on port 21326 by default for both production and debug emulator. 4 years ago
usb_webusb-impl.h
usbd_conf.c docs: fix typos in comments 3 years ago
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 refactor(core): rename shutdown to shutdown_privileged 3 years ago