From 9c2727f9f228a1d972d4ce652776a6cc9a8147fd Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Tue, 2 Sep 2025 14:43:01 +0200 Subject: [PATCH 1/3] Update framework Signed-off-by: Ronald Cron --- framework | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework b/framework index d0d817541a..820a16cca7 160000 --- a/framework +++ b/framework @@ -1 +1 @@ -Subproject commit d0d817541ae3f449b8cd51afc165668179659699 +Subproject commit 820a16cca705c6842a5a79332c6d40644008c814 From 2ba5d6afccde6d15bfaad1c5e0dae85197702211 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Tue, 16 Sep 2025 11:18:04 +0200 Subject: [PATCH 2/3] Update tf-psa-crypto Signed-off-by: Ronald Cron --- tf-psa-crypto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-psa-crypto b/tf-psa-crypto index 06bae1e110..4cc5bb4295 160000 --- a/tf-psa-crypto +++ b/tf-psa-crypto @@ -1 +1 @@ -Subproject commit 06bae1e110ce71b44c3f4d17974d24feea4d2a92 +Subproject commit 4cc5bb429554ba14e36163ff3a82bf53766f7e24 From e5eb2639b2c72145011c8679bc7c20dc0f5561dd Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Tue, 9 Sep 2025 15:19:48 +0200 Subject: [PATCH 3/3] readthedocs: Install cmake to build the documentation Signed-off-by: Ronald Cron --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 96d651abc5..3cc34740bd 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,6 +13,8 @@ submodules: # Set the version of Python and other tools you might need build: os: ubuntu-20.04 + apt_packages: + - cmake tools: python: "3.9" jobs: