2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 11:18:27 +08:00

flake: build efc firmware

This commit is contained in:
Sebastien Bourdeauducq 2023-08-25 13:34:56 +08:00
parent 72b0a17542
commit 3620358f12

View File

@ -358,6 +358,11 @@
target = "kc705";
variant = "nist_clock";
};
artiq-board-efc = makeArtiqBoardPackage {
target = "efc";
variant = "shuttler";
buildCommand = "python -m artiq.gateware.targets.efc";
};
inherit sphinxcontrib-wavedrom latex-artiq-manual;
artiq-manual-html = pkgs.stdenvNoCC.mkDerivation rec {
name = "artiq-manual-html-${version}";
@ -457,7 +462,7 @@
};
hydraJobs = {
inherit (packages.x86_64-linux) artiq artiq-board-kc705-nist_clock openocd-bscanspi;
inherit (packages.x86_64-linux) artiq artiq-board-kc705-nist_clock artiq-board-efc openocd-bscanspi;
gateware-sim = pkgs.stdenvNoCC.mkDerivation {
name = "gateware-sim";
buildInputs = [