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 531511407b
feat(core/rust): add bootloader design for T2B1
1 year ago
..
boards feat(core): support 16bit i8080 display bus 1 year ago
displays feat(core/rust): add bootloader design for T2B1 1 year ago
touch refactor(core): decouple i2c driver and touch 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 fix(core): unify error strings 1 year ago
common.h fix(core): remove `shutdown()` 1 year ago
compiler_traits.h fix(core & legacy): explicit compiler versions 3 years ago
dma.c core: reorganize source code to allow boardloader build 5 years ago
dma.h core/embed: enable DMA for SDIO operations 5 years ago
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): implement basic R emulator 2 years ago
flash.h refactor(core): improve flexibility of build, allow different touch panel driver, allow STM32F429 1 year ago
i2c.c refactor(core): decouple i2c driver and touch driver 1 year ago
i2c.h refactor(core): decouple i2c driver and touch driver 1 year ago
image.c feat(core/rust): bootloader implementation in rust 1 year ago
image.h feat(core/rust): bootloader implementation in rust 1 year ago
irq.h core: reorganize source code to allow boardloader build 5 years ago
lowlevel.c fix(core): don't assert reset flags to allow "reboot to bootloader" 3 years ago
lowlevel.h fix(core): don't assert reset flags to allow "reboot to bootloader" 3 years ago
mini_printf.c MONOREPO CREATE FROM trezor-core 5 years ago
mini_printf.h MONOREPO CREATE FROM trezor-core 5 years ago
mpu.c refactor(core): improve flexibility of build, allow different touch panel driver, allow STM32F429 1 year ago
mpu.h all: rename TREZOR to Trezor where possible 5 years ago
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 all: rename TREZOR to Trezor where possible 5 years ago
rng.h all: rename TREZOR to Trezor where possible 5 years ago
sbu.c all: rename TREZOR to Trezor where possible 5 years ago
sbu.h all: rename TREZOR to Trezor where possible 5 years ago
sdcard-set_clr_card_detect.h core: use set_clr_card_detect to disable SD card pull-up resistor 5 years ago
sdcard.c core: check whether USB structures are correct to avoid faults in shutdown 5 years ago
sdcard.h all: rename TREZOR to Trezor where possible 5 years ago
secbool.h all: rename TREZOR to Trezor where possible 5 years ago
stm32.c refactor(core): improve flexibility of build, allow different touch panel driver, allow STM32F429 1 year ago
stm32.h feat(core): increase clock frequency to 180 MHz 2 years ago
stm32f4xx_hal_conf.h refactor(core): improve flexibility of build, allow different touch panel driver, allow STM32F429 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 3 years ago
systick.c refactor(core): move wait_random and rdi into separate file 3 years ago
systick.h core/embed: enable DMA for SDIO operations 5 years ago
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. 3 years ago
usb_hid-impl.h core/usb: avoid naks in hid/webusb rx interfaces 5 years ago
usb_vcp-defs.h feat(core): Ensure that WebAuthn runs on port 21326 by default for both production and debug emulator. 3 years ago
usb_vcp-impl.h core: Prevent data loss when writing to USB VCP. 4 years ago
usb_webusb-defs.h feat(core): Ensure that WebAuthn runs on port 21326 by default for both production and debug emulator. 3 years ago
usb_webusb-impl.h core/usb: avoid naks in hid/webusb rx interfaces 5 years ago
usbd_conf.c docs: fix typos in comments 3 years ago
usbd_conf.h MONOREPO CREATE FROM trezor-core 5 years ago
usbd_core.c MONOREPO CREATE FROM trezor-core 5 years ago
usbd_core.h MONOREPO CREATE FROM trezor-core 5 years ago
usbd_ctlreq.c all: remove extraneous whitespace 5 years ago
usbd_ctlreq.h MONOREPO CREATE FROM trezor-core 5 years ago
usbd_def.h MONOREPO CREATE FROM trezor-core 5 years ago
usbd_ioreq.c MONOREPO CREATE FROM trezor-core 5 years ago
usbd_ioreq.h MONOREPO CREATE FROM trezor-core 5 years ago
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