Skip to content

Commit

Permalink
fixup! fixup! feat(config): add a config attribute macro
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMemories committed Mar 8, 2024
1 parent f8978dc commit 1d59c39
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/riot-rs-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@ proc-macro-crate = "3.1.0"
quote = "1.0.35"
syn = { version = "2.0.47", features = ["full"] }

[dev-dependencies]
heapless = { workspace = true }
riot-rs = { workspace = true, features = ["no-boards", "usb-ethernet", "override-network-config"] }
trybuild = "1.0.89"

[lib]
proc-macro = true

0 comments on commit 1d59c39

Please sign in to comment.