forked from M-Labs/artiq-zynq
updated zynq-rs for more CPU options
This commit is contained in:
parent
5da76f2abb
commit
d5a91a7697
|
@ -15,7 +15,7 @@ let
|
||||||
version = "0.1.0";
|
version = "0.1.0";
|
||||||
|
|
||||||
src = ./src;
|
src = ./src;
|
||||||
cargoSha256 = "1m6sw200rq0d1x9g09f2004l74qv5ypa3s6q39y5pf1awj1zfq3i";
|
cargoSha256 = "0b1jq06bm25djp7ppharkzvlxxbcqaq08756j0d0x8n0s2jwi4fn";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgs.gnumake
|
pkgs.gnumake
|
||||||
|
|
|
@ -187,7 +187,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libasync"
|
name = "libasync"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#08fd1391c523d9a2b1fe9986bff796e27779bcc4"
|
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#02c67051e8c4d3022261fd3bf7b9c695e9fc0e3a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"embedded-hal",
|
"embedded-hal",
|
||||||
"libcortex_a9",
|
"libcortex_a9",
|
||||||
|
@ -199,7 +199,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libboard_zynq"
|
name = "libboard_zynq"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#08fd1391c523d9a2b1fe9986bff796e27779bcc4"
|
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#02c67051e8c4d3022261fd3bf7b9c695e9fc0e3a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bit_field",
|
"bit_field",
|
||||||
"embedded-hal",
|
"embedded-hal",
|
||||||
|
@ -233,7 +233,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libcortex_a9"
|
name = "libcortex_a9"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#08fd1391c523d9a2b1fe9986bff796e27779bcc4"
|
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#02c67051e8c4d3022261fd3bf7b9c695e9fc0e3a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bit_field",
|
"bit_field",
|
||||||
"libregister",
|
"libregister",
|
||||||
|
@ -249,7 +249,7 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libregister"
|
name = "libregister"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#08fd1391c523d9a2b1fe9986bff796e27779bcc4"
|
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#02c67051e8c4d3022261fd3bf7b9c695e9fc0e3a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bit_field",
|
"bit_field",
|
||||||
"vcell",
|
"vcell",
|
||||||
|
@ -259,7 +259,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libsupport_zynq"
|
name = "libsupport_zynq"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#08fd1391c523d9a2b1fe9986bff796e27779bcc4"
|
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#02c67051e8c4d3022261fd3bf7b9c695e9fc0e3a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"compiler_builtins",
|
"compiler_builtins",
|
||||||
"libboard_zynq",
|
"libboard_zynq",
|
||||||
|
|
Loading…
Reference in New Issue