default.nix: build redpitaya-experiments
This commit is contained in:
parent
e601ac9c45
commit
4751fd6011
|
@ -32,6 +32,7 @@ in
|
||||||
{
|
{
|
||||||
zc706-experiments = build-crate "zc706-experiments" "experiments" "target_zc706";
|
zc706-experiments = build-crate "zc706-experiments" "experiments" "target_zc706";
|
||||||
cora-experiments = build-crate "cora-experiments" "experiments" "target_cora_z7_10";
|
cora-experiments = build-crate "cora-experiments" "experiments" "target_cora_z7_10";
|
||||||
|
redpitaya-experiments = build-crate "redpitaya-experiments" "experiments" "target_redpitaya";
|
||||||
zc706-fsbl = (import ./nix/fsbl.nix { inherit pkgs; });
|
zc706-fsbl = (import ./nix/fsbl.nix { inherit pkgs; });
|
||||||
zc706-szl = build-crate "zc706-szl" "szl" "target_zc706";
|
zc706-szl = build-crate "zc706-szl" "szl" "target_zc706";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue