From 0b6e448c6907c17ddfe20bbeeeecb95a0d87e806 Mon Sep 17 00:00:00 2001
From: Ayush Singh <ayush@beagleboard.org>
Date: Sat, 15 Mar 2025 23:43:22 +0530
Subject: [PATCH] Add upstream greybus module for zephyr project

- More information can be found in the forum [0]

[0]: https://forum.beagleboard.org/t/upstream-greybus-module-for-zephyr/41170

Signed-off-by: Ayush Singh <ayush@beagleboard.org>
---
 ideas/index.rst | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/ideas/index.rst b/ideas/index.rst
index 9481564..a413bf0 100644
--- a/ideas/index.rst
+++ b/ideas/index.rst
@@ -32,6 +32,29 @@ Ideas
    
    Below are the latest project ideas, you can also check our our :ref:`gsoc-old-ideas` and :ref:`Past_Projects` for inspiration.
 
+.. card:: Upstream Greybus module for Zephyr
+
+   :fas:`timeline;pst-color-secondary` RTOS/microkernel imporvements :bdg-success:`Medium complexity` :bdg-danger-line:`350 hours`
+
+   ^^^^
+
+   Greybus support for Zephyr is currently an out of tree module. This makes it hard to maintain, and makes it almost impossible for other people to test and contribute.
+   
+   The goal of the project is to get greybus and BeagleConnect Technology ecosystem to a point that is easier to test and maintain. It can be considered a continuation of Replace GBridge Project from 2023
+      
+   | **Goal:** Add testing, cleanup mikroBUS support, submit upstream and respond to feedback.
+   | **Hardware Skills:** basic wiring
+   | **Software Skills:** device-tree, C, ZephyrRTOS, Linux, TCP.
+   | **Possible Mentors:** `Ayush Singh <https://forum.beagleboard.org/u/ayush1325>`_, `Jason Kridner <https://forum.beagleboard.org/u/jkridner>`_
+
+   ++++
+
+   .. button-link:: https://forum.beagleboard.org/t/upstream-greybus-module-for-zephyr/41170
+      :color: danger
+      :expand:
+
+      :fab:`discourse;pst-color-light` Discuss on forum
+
 .. card:: A Conversational AI Assistant for BeagleBoard using RAG and Fine-tuning
 
    :fas:`brain;pst-color-secondary` Deep Learning :bdg-success:`Medium complexity` :bdg-success-line:`175 hours`
@@ -158,4 +181,4 @@ Ideas
 .. toctree::
    :hidden:
 
-   old/index
\ No newline at end of file
+   old/index
-- 
GitLab