mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-26 01:42:34 +00:00
fixup! WIP: support BLE in emulator
This commit is contained in:
parent
af768117bc
commit
97f337bae4
@ -58,6 +58,11 @@ def configure(
|
|||||||
features_available.append("touch")
|
features_available.append("touch")
|
||||||
defines += [("USE_TOUCH", "1")]
|
defines += [("USE_TOUCH", "1")]
|
||||||
|
|
||||||
|
sources += ["embed/io/button/unix/button.c"]
|
||||||
|
paths += ["embed/io/button/inc"]
|
||||||
|
features_available.append("button")
|
||||||
|
defines += [("USE_BUTTON", "1")]
|
||||||
|
|
||||||
if "ble" in features_wanted:
|
if "ble" in features_wanted:
|
||||||
sources += ["embed/io/ble/unix/ble.c"]
|
sources += ["embed/io/ble/unix/ble.c"]
|
||||||
paths += ["embed/io/ble/inc"]
|
paths += ["embed/io/ble/inc"]
|
||||||
|
Loading…
Reference in New Issue
Block a user