Skip to content

Commit

Permalink
Merge pull request #247 from geonnave/remove-obsolete-cc2538
Browse files Browse the repository at this point in the history
Remove obsolete cc2538 backend and examples
  • Loading branch information
geonnave authored Mar 15, 2024
2 parents c2b3592 + b080dd8 commit 6586a99
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 540 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ members = [
"ead",
"ead/lakers-ead-authz",
"crypto",
"crypto/lakers-crypto-cc2538",
# "crypto/lakers-crypto-hacspec",
"crypto/lakers-crypto-psa",
"crypto/lakers-crypto-rustcrypto",
"crypto/lakers-crypto-cryptocell310-sys",
"examples/coap",
"examples/lakers-no_std",
"examples/lakers-cc2538",
"lakers-c",
"lakers-python",
]
Expand Down Expand Up @@ -48,7 +46,6 @@ lakers-ead = { package = "lakers-ead", path = "ead/", version = "^0.5.1", defaul
lakers-ead-authz = { package = "lakers-ead-authz", path = "ead/lakers-ead-authz/", version = "^0.5.1" }

lakers-crypto = { path = "crypto/" }
lakers-crypto-cc2538 = { path = "crypto/lakers-crypto-cc2538/" }
lakers-crypto-cryptocell310 = { path = "crypto/lakers-crypto-cryptocell310-sys/" }
# lakers-crypto-hacspec = { path = "crypto/lakers-crypto-hacspec/" }
lakers-crypto-psa = { path = "crypto/lakers-crypto-psa/" }
Expand Down
4 changes: 0 additions & 4 deletions crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ lakers-shared = { package = "lakers-shared", path = "../shared", default-feature
# hacspec
# lakers-crypto-hacspec = { workspace = true, optional = true }

# cc2538 hardware accelerated
lakers-crypto-cc2538 = { workspace = true, optional = true }

# psa
lakers-crypto-psa = { workspace = true, default-features = false, optional = true }

Expand All @@ -34,7 +31,6 @@ rstest = "0.11.0"
[features]
default = [ ]
# hacspec = [ "lakers-crypto-hacspec" ]
cc2538 = [ "lakers-crypto-cc2538" ]
psa = [ "lakers-crypto-psa" ]
psa-baremetal = [ "psa", "lakers-crypto-psa/baremetal" ]
cryptocell310 = [ "lakers-crypto-cryptocell310" ]
Expand Down
2 changes: 0 additions & 2 deletions crypto/lakers-crypto-cc2538/.cargo/config.toml

This file was deleted.

22 changes: 0 additions & 22 deletions crypto/lakers-crypto-cc2538/Cargo.toml

This file was deleted.

148 changes: 0 additions & 148 deletions crypto/lakers-crypto-cc2538/lib.rs.old

This file was deleted.

5 changes: 0 additions & 5 deletions crypto/lakers-crypto-cc2538/memory.x

This file was deleted.

17 changes: 0 additions & 17 deletions crypto/lakers-crypto-cc2538/sections_remote.x

This file was deleted.

54 changes: 0 additions & 54 deletions crypto/lakers-crypto-cc2538/src/lib.rs

This file was deleted.

4 changes: 0 additions & 4 deletions crypto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ pub const fn default_crypto() -> Crypto {
lakers_crypto_hacspec::Crypto
}

// FIXME: Does not work with crypto-as-trait yet
#[cfg(feature = "cc2538")]
pub use lakers_crypto_cc2538::*;

#[cfg(any(feature = "psa", feature = "psa-rust",))]
pub type Crypto = lakers_crypto_psa::Crypto;

Expand Down
4 changes: 0 additions & 4 deletions examples/lakers-cc2538/.cargo/config.toml

This file was deleted.

25 changes: 0 additions & 25 deletions examples/lakers-cc2538/Cargo.toml

This file was deleted.

31 changes: 0 additions & 31 deletions examples/lakers-cc2538/build.rs

This file was deleted.

13 changes: 0 additions & 13 deletions examples/lakers-cc2538/flash.sh

This file was deleted.

3 changes: 0 additions & 3 deletions examples/lakers-cc2538/gdb.sh

This file was deleted.

3 changes: 0 additions & 3 deletions examples/lakers-cc2538/gdb_commands.gdb

This file was deleted.

6 changes: 0 additions & 6 deletions examples/lakers-cc2538/jlink_commands.jlink

This file was deleted.

Loading

0 comments on commit 6586a99

Please sign in to comment.