aboutsummaryrefslogtreecommitdiff
path: root/src/device_trezor/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Merge pull request #5061Riccardo Spagni2019-03-171-1/+1
|\ | | | | | | 1f2930ce Update 2019 copyright (binaryFate)
| * Update 2019 copyrightbinaryFate2019-03-051-1/+1
| |
* | device/trezor: debugging features, trezor testsDusan Klinec2019-03-051-0/+6
|/
* build: protobuf dependency fixes, libusb buildDusan Klinec2018-12-181-8/+0
| | | | | | - 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: webusb transport added, cmake fixesDusan Klinec2018-11-251-30/+12
| | | | | | | | | - 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
* device/trezor: trezor support addedDusan Klinec2018-11-021-0/+123