forked from M-Labs/nix-scripts
stm32: build Stabilizer firmware
This commit is contained in:
parent
25de5790cd
commit
e7d8ca8964
|
@ -4,11 +4,11 @@
|
||||||
''
|
''
|
||||||
cat > $out << EOF
|
cat > $out << EOF
|
||||||
{
|
{
|
||||||
"adc2tcp": {
|
"stabilizer": {
|
||||||
"enabled": 1,
|
"enabled": 1,
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"description": "STM32 demo",
|
"description": "Stabilizer firmware",
|
||||||
"nixexprinput": "adc2tcp",
|
"nixexprinput": "stabilizer",
|
||||||
"nixexprpath": "release.nix",
|
"nixexprpath": "release.nix",
|
||||||
"checkinterval": 300,
|
"checkinterval": 300,
|
||||||
"schedulingshares": 10,
|
"schedulingshares": 10,
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
"keepnr": 10,
|
"keepnr": 10,
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-19.03", "emailresponsible": false },
|
"nixpkgs": { "type": "git", "value": "git://github.com/NixOS/nixpkgs-channels nixos-19.03", "emailresponsible": false },
|
||||||
"adc2tcp": { "type": "git", "value": "git://github.com/m-labs/adc2tcp.git", "emailresponsible": false },
|
"stabilizer": { "type": "git", "value": "git://github.com/quartiq/stabilizer.git", "emailresponsible": false },
|
||||||
"mozillaOverlay": { "type": "git", "value": "git://github.com/mozilla/nixpkgs-mozilla.git", "emailresponsible": false }
|
"mozillaOverlay": { "type": "git", "value": "git://github.com/mozilla/nixpkgs-mozilla.git", "emailresponsible": false }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue