[feat](trx-backend): add ft450d cat backend

Co-authored-by: OpenAI <assistant@openai.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-09 23:53:16 +01:00
parent 176b3e306c
commit 2dfe4a30dc
8 changed files with 582 additions and 3 deletions
Generated
+21
View File
@@ -2347,10 +2347,22 @@ dependencies = [
"tokio",
"tokio-serial",
"tracing",
"trx-backend-ft450d",
"trx-backend-ft817",
"trx-core",
]
[[package]]
name = "trx-backend-ft450d"
version = "0.1.0"
dependencies = [
"serde",
"tokio",
"tokio-serial",
"tracing",
"trx-core",
]
[[package]]
name = "trx-backend-ft817"
version = "0.1.0"
@@ -2453,6 +2465,14 @@ dependencies = [
"trx-frontend",
]
[[package]]
name = "trx-ft8"
version = "0.1.0"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "trx-server"
version = "0.1.0"
@@ -2472,6 +2492,7 @@ dependencies = [
"tracing-subscriber",
"trx-backend",
"trx-core",
"trx-ft8",
]
[[package]]