From 2cad43aed6a2aac3841b2831987f3a28b32ff197 Mon Sep 17 00:00:00 2001 From: Deepak Khatri <lorforlinux@beagleboard.org> Date: Wed, 19 Jun 2024 23:37:08 +0530 Subject: [PATCH] Update BeaglePlay demos and tutorials page --- boards/beagleplay/05-demos.rst | 54 +++++++++++++------ .../understanding-boot.rst | 2 +- 2 files changed, 39 insertions(+), 17 deletions(-) diff --git a/boards/beagleplay/05-demos.rst b/boards/beagleplay/05-demos.rst index 2c8747df..2fe805e6 100644 --- a/boards/beagleplay/05-demos.rst +++ b/boards/beagleplay/05-demos.rst @@ -65,6 +65,18 @@ Demos and tutorials beginner + .. card:: + :link: beagleplay-rtc + :link-type: ref + + **Using RTC** + ^^^ + Learn to use on-board RTC of your BeaglePlay board. + +++ + .. admonition:: Complexity level + + beginner + .. card:: :link: beagleplay-oldi :link-type: ref @@ -123,6 +135,16 @@ Demos and tutorials intermediate + .. card:: + :link: beagleplay-understanding-boot + :link-type: ref + + **Understanding boot** + +++ + .. admonition:: Complexity level + + intermediate + .. card:: :link: beagleplay-demo-lpm-video :link-type: ref @@ -136,19 +158,19 @@ Demos and tutorials intermediate .. toctree:: - :maxdepth: 1 - :hidden: - - demos-and-tutorials/using-serial-console - demos-and-tutorials/connect-wifi - demos-and-tutorials/using-grove - demos-and-tutorials/using-mikrobus - demos-and-tutorials/using-qwiic - demos-and-tutorials/using-rtc - demos-and-tutorials/using-oldi - demos-and-tutorials/using-csi - demos-and-tutorials/zephyr-cc1352-development - demos-and-tutorials/play-kernel-development - demos-and-tutorials/greybus-host - demos-and-tutorials/understanding-boot - demos-and-tutorials/low-power-video-doorbell + :maxdepth: 1 + :hidden: + + demos-and-tutorials/using-serial-console + demos-and-tutorials/connect-wifi + demos-and-tutorials/using-grove + demos-and-tutorials/using-mikrobus + demos-and-tutorials/using-qwiic + demos-and-tutorials/using-rtc + demos-and-tutorials/using-oldi + demos-and-tutorials/using-csi + demos-and-tutorials/zephyr-cc1352-development + demos-and-tutorials/play-kernel-development + demos-and-tutorials/greybus-host + demos-and-tutorials/understanding-boot + demos-and-tutorials/low-power-video-doorbell diff --git a/boards/beagleplay/demos-and-tutorials/understanding-boot.rst b/boards/beagleplay/demos-and-tutorials/understanding-boot.rst index e7381f86..f348f75e 100644 --- a/boards/beagleplay/demos-and-tutorials/understanding-boot.rst +++ b/boards/beagleplay/demos-and-tutorials/understanding-boot.rst @@ -1,4 +1,4 @@ -.. _play-understanding-boot: +.. _beagleplay-understanding-boot: Understanding Boot ################## -- GitLab