@@ -11,7 +11,7 @@ keywords = ["no-std", "arm", "cortex-a", "amd", "zynq7000"]
1111categories = [" embedded" , " no-std" , " hardware-support" ]
1212
1313[dependencies ]
14- aarch32-cpu = { version = " 0.1 " }
14+ aarch32-cpu = { version = " 0.2 " }
1515zynq7000-rt = { path = " ../../zynq7000-rt" }
1616zynq7000 = { path = " ../../zynq7000" }
1717zynq7000-hal = { path = " ../../zynq7000-hal" }
@@ -22,23 +22,23 @@ l3gd20 = { git = "https://github.com/us-irs/l3gd20.git", branch = "add-async-if"
2222embedded-io = " 0.7"
2323bitbybit = " 1.4"
2424arbitrary-int = " 2"
25- embedded-io-async = " 0.6 "
25+ embedded-io-async = " 0.7 "
2626critical-section = " 1"
2727static_cell = " 2"
28- embedded-alloc = " 0.6 "
28+ embedded-alloc = " 0.7 "
2929embedded-hal = " 1"
3030embedded-hal-async = " 1"
3131fugit = " 0.3"
3232log = " 0.4"
3333rand = { version = " 0.9" , default-features = false , features = [" small_rng" ] }
3434
35- embassy-executor = { git = " https://github.com/us-irs/embassy.git" , branch = " cortex-ar-update " , features = [
35+ embassy-executor = { git = " https://github.com/us-irs/embassy.git" , rev = " fd40f3e2f2efb67434a9e7d90eb35a30e30d1736 " , features = [
3636 " arch-cortex-ar" ,
3737 " executor-thread" ,
3838]}
3939# TODO: Remove generic-queue-16 feature as soon as upstream executor is used again.
4040embassy-time = { version = " 0.5" , features = [" tick-hz-1_000_000" , " generic-queue-16" ] }
41- embassy-net = { version = " 0.7 " , features = [" dhcpv4" , " packet-trace" , " medium-ethernet" , " icmp" , " tcp" , " udp" ] }
41+ embassy-net = { version = " 0.8 " , features = [" dhcpv4" , " packet-trace" , " medium-ethernet" , " icmp" , " tcp" , " udp" ] }
4242embassy-sync = { version = " 0.7" }
4343# TODO: Bump as soon as new compatible smoltcp/embassy-net version is released.
4444heapless = " 0.8"
0 commit comments