This website requires JavaScript.
Explore
Help
Sign In
arno
/
trezor-firmware
Watch
1
Star
0
Fork
0
You've already forked trezor-firmware
mirror of
https://github.com/trezor/trezor-firmware.git
synced
2024-11-14 03:30:02 +00:00
Code
Issues
Releases
Wiki
Activity
732e21443d
trezor-firmware
/
ci
/
hardware_tests
/
shell.nix
4 lines
86 B
Nix
Raw
Normal View
History
Unescape
Escape
ci: unified shell.nix for hardware tests
2021-03-25 22:25:53 +00:00
{
fullDeps
?
false
}:
ci: add hardware tests for T1 This enables to run device tests against an actual device connected to our CI. It uses https://github.com/mmahut/tpmb to enter bootloader and then it uploads a debug firmware to the device. The debug mode is the used to "click" the buttons but we might improve this and actually use the hardware buttons instead.
2019-10-04 13:22:39 +00:00
ci: unified shell.nix for hardware tests
2021-03-25 22:25:53 +00:00
import
../shell.nix
{
inherit
fullDeps
;
hardwareTest
=
true
;
}
Reference in New Issue
Copy Permalink