mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-03-04 09:16:06 +00:00

- build - directory structure - bootloader UI and assets copied from delizia - FirmwareUI trait functions are empty - Python layout functions are copied from delizia except some of more complicated ones which raise NotImplemented for now
4 lines
83 B
Makefile
4 lines
83 B
Makefile
MCU = STM32U5
|
|
OPENOCD_TARGET = target/stm32u5x.cfg
|
|
LAYOUT_FEATURE = layout_eckhart
|