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";
|
||||
|
||||
src = ./src;
|
||||
cargoSha256 = "1m6sw200rq0d1x9g09f2004l74qv5ypa3s6q39y5pf1awj1zfq3i";
|
||||
cargoSha256 = "0b1jq06bm25djp7ppharkzvlxxbcqaq08756j0d0x8n0s2jwi4fn";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgs.gnumake
|
||||
|
|
|
@ -187,7 +187,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "libasync"
|
||||
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 = [
|
||||
"embedded-hal",
|
||||
"libcortex_a9",
|
||||
|
@ -199,7 +199,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "libboard_zynq"
|
||||
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 = [
|
||||
"bit_field",
|
||||
"embedded-hal",
|
||||
|
@ -233,7 +233,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "libcortex_a9"
|
||||
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 = [
|
||||
"bit_field",
|
||||
"libregister",
|
||||
|
@ -249,7 +249,7 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
|
|||
[[package]]
|
||||
name = "libregister"
|
||||
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 = [
|
||||
"bit_field",
|
||||
"vcell",
|
||||
|
@ -259,7 +259,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "libsupport_zynq"
|
||||
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 = [
|
||||
"compiler_builtins",
|
||||
"libboard_zynq",
|
||||
|
|
Loading…
Reference in New Issue