Skip to content

Commit

Permalink
chore: Update cc2538 dependency
Browse files Browse the repository at this point in the history
Contributes-To: openwsn-berkeley#98
  • Loading branch information
chrysn committed Sep 29, 2023
1 parent e5cca6e commit 688bbef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions crypto/edhoc-crypto-cc2538/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ cortex-m = { version = "0.7.4" }
cortex-m-rt = { version = "0.7.1" }
cortex-m-semihosting = { version = "0.5.0" }
panic-semihosting = { version = "0.6.0", features = ["exit"] }
cc2538-pac = { version = "0.1.0", features = ["rt"] }
cc2538-hal = { git = "https://github.com/thvdveld/cc2538-hal/", branch = "crypto" }
cc2538-pac = { version = "0.4.0", features = ["rt"] }
cc2538-hal = "0.2.0"

# depend on an allocator
static-alloc = { version = "0.2.3", optional = true }
4 changes: 2 additions & 2 deletions examples/edhoc-rs-cc2538/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ edhoc-rs = { path = "../../lib", default-features = false }
# depend on an allocator
embedded-alloc = "0.5.0"
hexlit = "0.5.3"
cc2538-pac = { version = "0.1.0", features = ["rt"] }
cc2538-hal = { git = "https://github.com/thvdveld/cc2538-hal/", branch = "crypto" }
cc2538-pac = { version = "0.4.0", features = ["rt"] }
cc2538-hal = "0.2.0"
cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }
cortex-m-rt = { version = "0.7", features = ["device"] }
panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
Expand Down

0 comments on commit 688bbef

Please sign in to comment.