blob: a5b7a15113ddabd838654c7541113aee02a85cae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# SPDX-License-Identifier: MPL-2.0
# SPDX-FileCopyrightText: Copyright 2025 Ian McIntyre
[package]
name = "rust-threadx-imxrt"
version = "0.1.0"
edition = "2024"
publish = false
[dependencies]
cortex-m = { workspace = true }
imxrt-rt = { workspace = true, optional = true }
rust-threadx-net-phys = { workspace = true }
imxrt-drivers-enet = { workspace = true }
imxrt-drivers-gpio = { workspace = true }
ral-registers = { workspace = true }
|