Refactor macro handling: add pascal_to_snake utility, rewrite Target handling, and update descriptor structure for bits-based targets.

This commit is contained in:
2026-03-05 21:16:45 +01:00
parent 36b065ddb2
commit a238b63e51
5 changed files with 82 additions and 48 deletions

View File

@@ -15,6 +15,7 @@ authors = ["Dean J. Karstedt <dk@cl.team>"]
license-file = "LICENSE"
[dependencies]
pmp-macro = { path = "crates/pmp-macro" }
pmp-emitter = { path = "crates/pmp-emitter" }
clap = { version = "^4", features = ["derive"] }