aboutsummaryrefslogtreecommitdiff
path: root/cmake/CheckTrezor.cmake
Commit message (Collapse)AuthorAgeFilesLines
* trezor: fix protobuf 30 compatibilitytobtoht2025-03-181-0/+4
|
* cmake: CheckTrezor - use ${CMAKE_CURRENT_LIST_DIR} to locate testsxiphon2020-10-061-2/+2
|
* build: fix OSX static libusb check and link against static libobjcxiphon2019-07-091-2/+2
|
* device/trezor: debugging features, trezor testsDusan Klinec2019-03-051-1/+16
|
* build: protobuf dependency fixes, libusb buildDusan Klinec2018-12-181-4/+91
| | | | | | - docker protobuf dependencies, cross-compilation - device/trezor protobuf build fixes, try_compile - libusb built under all platforms, used by trezor for direct connect
* device/trezor: device/trezor: correct device initialization, status checkDusan Klinec2018-12-041-1/+1
| | | | | | | - checks if the device is in the correct usable state - implements check for the v2.0.9 firmware which does not support payment IDs - simple transacttion check, payment id fmt consistency - minor fixes, refactoring, webusb session counting fix
* device/trezor: webusb transport added, cmake fixesDusan Klinec2018-11-251-0/+79
- webusb transport based on libusb added. Provides direct access to Trezor via USB, no need for Trezor bridge. - trezor protocol message handler improved, no recursion used. Ready for upcoming integration tests. - libusb (for docker) bumped from v1.0.9 to v1.0.22, newer version required for webusb transport, for device enumeration. - cmake improvements and fixes. Cmake Trezor checks are moved to a dedicated CheckTrezor.cmake file. In case of a problem Trezor is excluded from build. - ifdefs made consistent to Ledger. - UDP Transport enumeration disabled by default in release mode