From d5a91a7697dbb3d369d3126ea9c274f631672239 Mon Sep 17 00:00:00 2001 From: pca006132 Date: Fri, 4 Sep 2020 16:43:07 +0800 Subject: [PATCH] updated zynq-rs for more CPU options --- default.nix | 2 +- src/Cargo.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/default.nix b/default.nix index 068a9c2d..c61d874b 100644 --- a/default.nix +++ b/default.nix @@ -15,7 +15,7 @@ let version = "0.1.0"; src = ./src; - cargoSha256 = "1m6sw200rq0d1x9g09f2004l74qv5ypa3s6q39y5pf1awj1zfq3i"; + cargoSha256 = "0b1jq06bm25djp7ppharkzvlxxbcqaq08756j0d0x8n0s2jwi4fn"; nativeBuildInputs = [ pkgs.gnumake diff --git a/src/Cargo.lock b/src/Cargo.lock index 9a264f2e..d5c61c77 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -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",