shell.nix: install pyftdi (for POR GPIO)

exception
Sebastien Bourdeauducq 2021-06-25 16:03:26 +08:00
parent 480a80cab7
commit 4c2c23fcdd
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ in
pkgs.openocd
pkgs.openssh pkgs.rsync
(pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq artiq-netboot ps.jsonschema ])))
(pkgs.python3.withPackages(ps: (with artiqpkgs; [ migen migen-axi misoc artiq artiq-netboot ps.jsonschema ps.pyftdi ])))
vivado
artiqpkgs.binutils-arm