mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 21:22:10 +00:00
style(core): discovery.py
[no changelog]
This commit is contained in:
parent
f5983e7843
commit
4a6420c5dd
@ -37,7 +37,9 @@ def configure(
|
||||
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"]
|
||||
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…
Reference in New Issue
Block a user