Skip to content

Commit

Permalink
Merge pull request #9 from thvdveld/ensure-no-std-2
Browse files Browse the repository at this point in the history
Ensure no std 2
  • Loading branch information
thvdveld authored Mar 12, 2024
2 parents 9df6dce + 86f881c commit 677cd61
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ensure-no-std/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

[build]
target = "thumbv7em-none-eabi"

10 changes: 7 additions & 3 deletions ensure-no-std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[package]
name = "ensure_no_std"
name = "ensure-no-std"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dot15d4 = { path = "../dot15d4", default-features = false, features = [

[dependencies.dot15d4]
path = "../dot15d4"
default-features = false
features = [
"defmt",
] }
]

0 comments on commit 677cd61

Please sign in to comment.