forked from M-Labs/artiq-zynq
update dependencies
This commit is contained in:
parent
44c2c0fe4d
commit
f25e261bdd
|
@ -20,7 +20,7 @@ let
|
||||||
name = "firmware";
|
name = "firmware";
|
||||||
|
|
||||||
src = ./src;
|
src = ./src;
|
||||||
cargoSha256 = "1f7an19imbszrcl4mw9v1c11pprfdz3jy8cw2r0gc4bmfbnn6lcg";
|
cargoSha256 = "0c758a9q07ba3vr8iqiibywpg8b5dajbhjlgykanzzsr11nrkc5r";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgs.gnumake
|
pkgs.gnumake
|
||||||
|
|
|
@ -195,7 +195,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#040d41fd76499f6991634ce5fb63bef879c3c694"
|
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#c7e9f85de2b204d6889c1c44b8ef4e587d0eb6a9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"embedded-hal",
|
"embedded-hal",
|
||||||
"libcortex_a9",
|
"libcortex_a9",
|
||||||
|
@ -207,7 +207,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#040d41fd76499f6991634ce5fb63bef879c3c694"
|
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#c7e9f85de2b204d6889c1c44b8ef4e587d0eb6a9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bit_field",
|
"bit_field",
|
||||||
"embedded-hal",
|
"embedded-hal",
|
||||||
|
@ -232,7 +232,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libconfig"
|
name = "libconfig"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#040d41fd76499f6991634ce5fb63bef879c3c694"
|
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#c7e9f85de2b204d6889c1c44b8ef4e587d0eb6a9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"core_io",
|
"core_io",
|
||||||
"fatfs",
|
"fatfs",
|
||||||
|
@ -243,7 +243,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#040d41fd76499f6991634ce5fb63bef879c3c694"
|
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#c7e9f85de2b204d6889c1c44b8ef4e587d0eb6a9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bit_field",
|
"bit_field",
|
||||||
"libregister",
|
"libregister",
|
||||||
|
@ -259,7 +259,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#040d41fd76499f6991634ce5fb63bef879c3c694"
|
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#c7e9f85de2b204d6889c1c44b8ef4e587d0eb6a9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bit_field",
|
"bit_field",
|
||||||
"vcell",
|
"vcell",
|
||||||
|
@ -269,7 +269,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#040d41fd76499f6991634ce5fb63bef879c3c694"
|
source = "git+https://git.m-labs.hk/M-Labs/zynq-rs.git#c7e9f85de2b204d6889c1c44b8ef4e587d0eb6a9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"compiler_builtins",
|
"compiler_builtins",
|
||||||
|
|
|
@ -3,6 +3,6 @@ let
|
||||||
in
|
in
|
||||||
pkgs.fetchgit {
|
pkgs.fetchgit {
|
||||||
url = "https://git.m-labs.hk/M-Labs/zynq-rs.git";
|
url = "https://git.m-labs.hk/M-Labs/zynq-rs.git";
|
||||||
rev = "040d41fd76499f6991634ce5fb63bef879c3c694";
|
rev = "c7e9f85de2b204d6889c1c44b8ef4e587d0eb6a9";
|
||||||
sha256 = "03ym7aj6kys54vr54hff1460zrq9qqafzzr8g12wy9la0mnmr1wi";
|
sha256 = "1zxbdi01cbxcbfb3in3bcyhrwwsnyqgb8nzwzsqnn8sw16cjkfxv";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue