forked from M-Labs/artiq-zynq
shell.nix: install pyftdi (for POR GPIO)
This commit is contained in:
parent
480a80cab7
commit
4c2c23fcdd
|
@ -22,7 +22,7 @@ in
|
||||||
pkgs.openocd
|
pkgs.openocd
|
||||||
pkgs.openssh pkgs.rsync
|
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
|
vivado
|
||||||
artiqpkgs.binutils-arm
|
artiqpkgs.binutils-arm
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue