Skip to content

Commit a972f9b

Browse files
committed
manifest: add Mbed TLS 4.0 and TF-PSA-Crypto 1.0
Extend manifest adding projects for both Mbed TLS 4.0 and TF-PSA-Crypto 1.0. Previous Mbed TLS (v3.6.5) is kept because it's still required to build TF-M. However this one won't be used anymore when Mbed TLS and/or TF-PSA-Crypto are built as Zephyr libraries. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
1 parent 2bdfd14 commit a972f9b

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

‎west.yml‎

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ manifest:
2323
url-base: https://github.com/zephyrproject-rtos
2424
- name: babblesim
2525
url-base: https://github.com/BabbleSim
26+
- name: mbedtls-fork
27+
url-base: https://github.com/valeriosetti
2628

2729
group-filter: [-babblesim, -optional, -testing]
2830

@@ -320,9 +322,39 @@ manifest:
320322
- name: lvgl
321323
revision: 94ae6c0535aa6ac4b08a75f4ae2c3a08cacb5c41
322324
path: modules/lib/gui/lvgl
325+
- name: mbedtls-3.6.5
326+
remote: mbedtls-fork
327+
repo-path: zephyr-mbedtls
328+
revision: remove-mbedtls-v3.6.5
329+
path: modules/crypto/mbedtls-3.6.5
330+
groups:
331+
- crypto
323332
- name: mbedtls
324-
revision: c5b06d89c9c498d8fc8659ce31f7e53137b6270f
325-
path: modules/crypto/mbedtls
333+
remote: mbedtls-fork
334+
repo-path: mbedtls
335+
revision: zephyr-mbedtls-4.0
336+
path: modules/crypto/mbedtls-4
337+
groups:
338+
- crypto
339+
- name: mbedtls-framework
340+
remote: mbedtls-fork
341+
repo-path: mbedtls-framework
342+
revision: 421f7a29f79e535fc6497b6cb4767cd7023db20b
343+
path: modules/crypto/mbedtls-4/framework
344+
groups:
345+
- crypto
346+
- name: tf-psa-crypto
347+
remote: mbedtls-fork
348+
repo-path: TF-PSA-Crypto
349+
revision: zephyr-tfpsacrypto-1.0
350+
path: modules/crypto/mbedtls-4/tf-psa-crypto
351+
groups:
352+
- crypto
353+
- name: tf-psa-crypto-framework
354+
remote: mbedtls-fork
355+
repo-path: mbedtls-framework
356+
revision: 8ebca5151687a2c75171aa89c0260ebb78ac59c8
357+
path: modules/crypto/mbedtls-4/tf-psa-crypto/framework
326358
groups:
327359
- crypto
328360
- name: mcuboot

0 commit comments

Comments
 (0)