build(core): fix DISC1 boardloader build

[no changelog]
pull/3157/head
Martin Milata 11 months ago
parent db9f76df0d
commit f9a1592162

@ -35,7 +35,9 @@ def configure(
defines += [f"HW_REVISION={hw_revision}"]
sources += [f"embed/trezorhal/stm32f4/displays/{display}"]
sources += ["embed/trezorhal/stm32f4/displays/ili9341_spi.c"]
sources += ["embed/trezorhal/stm32f4/dma.c"]
sources += ["embed/trezorhal/stm32f4/sdram.c"]
sources += ["vendor/micropython/lib/stm32lib/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c"]
if "input" in features_wanted:
sources += ["embed/trezorhal/stm32f4/i2c.c"]

Loading…
Cancel
Save