From a1a2f1e0837714f453af18cbd532b2aaa1f11946 Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Thu, 15 Feb 2024 14:32:31 -0500 Subject: [PATCH] Add learning-C --- ideas/index.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ideas/index.rst b/ideas/index.rst index 7bba4c3..4fb9fff 100644 --- a/ideas/index.rst +++ b/ideas/index.rst @@ -102,7 +102,7 @@ Ideas | **Goal:** Execution on Beagle test farm with over 30 mikroBUS boards testing all mikroBUS enabled cape interfaces (PWM, ADC, UART, I2C, SPI, GPIO and interrupt) performing weekly mainline Linux regression verification | **Hardware Skills:** basic wiring, familiarity with embedded serial interfaces - | **Software Skills:** device-tree, `Linux`_, C, continuous integration with GitLab, Buildroot + | **Software Skills:** device-tree, `Linux`_, `C`_, continuous integration with GitLab, Buildroot | **Possible Mentors:** `Deepak Khatri <https://forum.beagleboard.org/u/lorforlinux>`_, `Anuj Deshpande <https://forum.beagleboard.org/u/Anuj_Deshpande>`_, `Dhruva Gole <https://forum.beagleboard.org/u/dhruvag2000>`_ +++ @@ -124,7 +124,7 @@ Ideas | **Goal:** Add functional gaps, submit upstream patches for these drivers and respond to feedback | **Hardware Skills:** Familiarity with wireless communication - | **Software Skills:** C, `Linux`_ + | **Software Skills:** `C`_, `Linux`_ | **Possible Mentors:** `Ayush Singh <https://forum.beagleboard.org/u/ayush1325>`_, `Jason Kridner <https://forum.beagleboard.org/u/jkridner>`_ +++ @@ -145,7 +145,7 @@ Ideas | **Goal:** Update librobotcontrol for Robotics Cape on BeagleBone AI, BeagleBone AI-64 and BeagleV-Fire | **Hardware Skills:** Basic wiring, some DC motor familiarity - | **Software Skills:** C, `Linux`_ + | **Software Skills:** `C`_, `Linux`_ | **Possible Mentors:** `Deepak Khatri <https://forum.beagleboard.org/u/lorforlinux>`_, `Jason Kridner <https://forum.beagleboard.org/u/jkridner>`_ +++ @@ -163,3 +163,6 @@ Ideas .. _Linux: https://docs.beagleboard.org/latest/intro/beagle101/linux.html + +.. _C: + https://jkridner.beagleboard.io/docs/latest/intro/beagle101/learning-c.html -- GitLab