From a3a4274dc53a1c700a7cc87f5d49f8cc89b9bb7b Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Tue, 13 Feb 2024 09:12:32 -0500 Subject: [PATCH] Remove complexity --- ideas/index.rst | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/ideas/index.rst b/ideas/index.rst index e9140b0..8a08d49 100644 --- a/ideas/index.rst +++ b/ideas/index.rst @@ -21,23 +21,23 @@ and to automate things in the physical world. .. admonition:: How to participate? Contributors are expected to go through the list of ideas below and join the discussion by clicking on the - ``Discuss on forum`` button. All ideas have colorful badges for ``Complexity`` and - ``Size`` for making the selection process easier for contributors. Anyone is welcome to + ``Discuss on forum`` button. All ideas have colorful badges for + ``Size`` to make the selection process easier for contributors. Anyone is welcome to introduce new ideas via the `forum gsoc-ideas tag <https://forum.beagleboard.org/t/gsoc-ideas>`_. Only ideas with sufficiently experienced mentor backing as deemed by the administrators will be added here. .. table:: - +------------------------------------+---------------------------------------------+ - | Complexity | Size | - +====================================+=============================================+ - | :bdg-danger:`High complexity` | :bdg-danger-line:`Large size` 350 hours | - +------------------------------------+---------------------------------------------+ - | :bdg-success:`Medium complexity` | :bdg-success-line:`Medium size` 175 hours | - +------------------------------------+---------------------------------------------+ - | :bdg-info:`Low complexity` | :bdg-info-line:`Small size` 90 hours | - +------------------------------------+---------------------------------------------+ + +---------------------------------+-----------+ + | Size | Duration | + +=================================+===========+ + | :bdg-danger-line:`Large size` | 350 hours | + +---------------------------------+-----------+ + | :bdg-success-line:`Medium size` | 175 hours | + +---------------------------------+-----------+ + | :bdg-info-line:`Small size` | 90 hours | + +---------------------------------+-----------+ .. important:: @@ -55,7 +55,7 @@ and to automate things in the physical world. :fas:`microchip;pst-color-primary` FPGA gateware improvements - :bdg-success:`Medium complexity` :bdg-success-line:`Medium size` + :bdg-success-line:`Medium size` ^^^ BeagleV-Fire features RISC-V 64-bit CPU cores and FPGA fabric. In that FPGA fabric, we'd like to @@ -75,7 +75,7 @@ and to automate things in the physical world. :fab:`linux;pst-color-primary` Linux kernel improvements - :bdg-success:`Medium complexity` :bdg-danger-line:`Large size` + :bdg-danger-line:`Large size` ^^^ Utilize the ``beagle-tester`` application and ``Buildroot`` along with device-tree and udev symlink concepts within @@ -94,7 +94,7 @@ and to automate things in the physical world. :fab:`linux;pst-color-primary` Linux kernel improvements - :bdg-success:`Medium complexity` :bdg-success-line:`Medium size` + :bdg-success-line:`Medium size` ^^^ These are the drivers that are used to enable Linux to use a BeagleConnect Freedom as a SubGHz IEEE802.15.4 radio (gateway). @@ -113,7 +113,7 @@ and to automate things in the physical world. :fas:`wand-sparkles;pst-color-danger` Automation and industrial I/O - :bdg-success:`Medium complexity` :bdg-success-line:`Medium size` + :bdg-success-line:`Medium size` ^^^ Preliminary librobotcontrol support for BeagleBone AI, BeagleBone AI-64 and BeagleV-Fire has been drafted, but it -- GitLab