From c4962c8b9207e9474659526e91a1cf387d2a7b8f Mon Sep 17 00:00:00 2001 From: Ian McIntyre Date: Sun, 9 Aug 2026 12:09:22 -0400 Subject: Integrate ENET, GPIO, PHY drivers for 1170EVK --- crates/net-phys/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 crates/net-phys/Cargo.toml (limited to 'crates/net-phys/Cargo.toml') diff --git a/crates/net-phys/Cargo.toml b/crates/net-phys/Cargo.toml new file mode 100644 index 0000000..d7b4d3e --- /dev/null +++ b/crates/net-phys/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "rust-threadx-net-phys" +version = "0.1.0" +edition = "2024" +publish = false + +[dependencies] +bitflags = { version = "2.13.1" } -- cgit v1.2.3