From 0fb3f43f3b620f5520922499fa4c988a4befac3d Mon Sep 17 00:00:00 2001 From: Marcin Niestroj Date: Wed, 29 Jan 2025 19:37:16 +0100 Subject: [PATCH] west: drop 'tinycrypt' module Tinycrypt is no longer needed, as there was a switch to other crypto implementation. Signed-off-by: Marcin Niestroj --- .ci-west-ncs.yml | 1 - .ci-west-zephyr.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.ci-west-ncs.yml b/.ci-west-ncs.yml index e54941726..6be951f54 100644 --- a/.ci-west-ncs.yml +++ b/.ci-west-ncs.yml @@ -15,7 +15,6 @@ manifest: - oberon-psa-crypto - qcbor - segger - - tinycrypt - trusted-firmware-m - zcbor - zephyr diff --git a/.ci-west-zephyr.yml b/.ci-west-zephyr.yml index 3f65c866a..47c9ed3c3 100644 --- a/.ci-west-zephyr.yml +++ b/.ci-west-zephyr.yml @@ -14,6 +14,5 @@ manifest: - net-tools - picolibc - segger - - tinycrypt - zcbor - zephyr