From 4474175e5279139ebe55ae35b4734042e7324b5b Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 28 Jul 2023 14:34:59 +0300 Subject: [PATCH] Docs: Sync renesas-ra dev-platform --- docs | 2 +- examples | 2 +- scripts/docspregen.py | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs b/docs index f8dbf012..5ae4fa7e 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit f8dbf012e4a7ddbe79279540e95c08a2d108c725 +Subproject commit 5ae4fa7e895f5d3a04514314b1af31b37469d274 diff --git a/examples b/examples index 4b572ec9..4bed26fd 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit 4b572ec9fef6df5aacb1e113177f5ec28dda1cde +Subproject commit 4bed26fd0d0b559dcf52f6088c9c2b4ebffd5fd6 diff --git a/scripts/docspregen.py b/scripts/docspregen.py index 09dd6777..a4d56c03 100644 --- a/scripts/docspregen.py +++ b/scripts/docspregen.py @@ -51,6 +51,12 @@ STATIC_FRAMEWORK_DATA = { "or physical experiences." ), }, + "cmsis": { + "title": "CMSIS", + "description": ( + "Vendor-independent hardware abstraction layer for the Cortex-M processor series" + ), + }, "freertos": { "title": "FreeRTOS", "description": (