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/embed/trezorhal
Pavol Rusnak 0c6ee14ee1
trezorhal: move image related defines to image.h
7 years ago
..
common.c boardloader, bootloader, firmware: only call periph_init in boardloader (#54) 7 years ago
common.h trezorhal: move image related defines to image.h 7 years ago
flash.c flash_init: remove empty function from all stages 7 years ago
flash.h trezorhal: simplify api for init functions, use bool and void rather than int 7 years ago
image.c trezorhal: move image related defines to image.h 7 years ago
image.h trezorhal: move image related defines to image.h 7 years ago
mini_printf.c rename /micropython to /embed 7 years ago
mini_printf.h rename /micropython to /embed 7 years ago
rng.c code cleanup 7 years ago
rng.h code cleanup 7 years ago
sbu.c trezorhal: simplify api for init functions, use bool and void rather than int 7 years ago
sbu.h trezorhal: simplify api for init functions, use bool and void rather than int 7 years ago
sdcard.c trezorhal: update sdcard api 7 years ago
sdcard.h trezorhal: update sdcard api 7 years ago
stm32.c build: further cleanup common symbols (#63) 7 years ago
stm32f4xx_hal_conf.h boardloader: disable flash data cache (#57) 7 years ago
touch.c trezorhal: return position of last touch event from touch_click 7 years ago
touch.h trezorhal: return position of last touch event from touch_click 7 years ago
usb.c trezorhal: make touch_init and usb_init return void, use ensure inside 7 years ago
usb.h trezorhal: make touch_init and usb_init return void, use ensure inside 7 years ago
usb_hid-defs.h trezorhal: cleanup usb api 7 years ago
usb_hid-impl.h trezorhal: added calls to USBD_LL_FlushEP in deinit functions 7 years ago
usb_vcp-defs.h trezorhal: cleanup usb api 7 years ago
usb_vcp-impl.h trezorhal: added calls to USBD_LL_FlushEP in deinit functions 7 years ago
usbd_conf.c rename /micropython to /embed 7 years ago
usbd_conf.h rename /micropython to /embed 7 years ago
usbd_core.c rename /micropython to /embed 7 years ago
usbd_core.h rename /micropython to /embed 7 years ago
usbd_ctlreq.c rename /micropython to /embed 7 years ago
usbd_ctlreq.h rename /micropython to /embed 7 years ago
usbd_def.h rename /micropython to /embed 7 years ago
usbd_ioreq.c rename /micropython to /embed 7 years ago
usbd_ioreq.h rename /micropython to /embed 7 years ago
util.s embed: move call to usb_clear to shutdown function in assembler 7 years ago
vectortable.s vector table updates (#40) 7 years ago