From a51ac0518ab01516e143cb9022e8d43a0c861412 Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Thu, 15 Feb 2024 12:30:38 -0500 Subject: [PATCH] use hours for size --- ideas/index.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/ideas/index.rst b/ideas/index.rst index e973ff7..22489d0 100644 --- a/ideas/index.rst +++ b/ideas/index.rst @@ -29,15 +29,15 @@ and to automate things in the physical world. .. 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 | - +------------------------------------+---------------------------------------------+ + +------------------------------------+-------------------------------+ + | Complexity | Size | + +====================================+===============================+ + | :bdg-danger:`High complexity` | :bdg-danger-line:`350 hours` | + +------------------------------------+-------------------------------+ + | :bdg-success:`Medium complexity` | :bdg-success-line:`175 hours` | + +------------------------------------+-------------------------------+ + | :bdg-info:`Low complexity` | :bdg-info-line:`90 hours` | + +------------------------------------+-------------------------------+ .. important:: @@ -57,7 +57,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:`Medium complexity` :bdg-success-line:`175 hours` ^^^ BeagleV-Fire features RISC-V 64-bit CPU cores and FPGA fabric. In that FPGA fabric, we'd like to @@ -77,7 +77,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-success:`Medium complexity` :bdg-danger-line:`350 hours` ^^^ Utilize the ``beagle-tester`` application and ``Buildroot`` along with device-tree and udev symlink concepts within @@ -96,7 +96,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:`Medium complexity` :bdg-success-line:`175 hours` ^^^ These are the drivers that are used to enable Linux to use a BeagleConnect Freedom as a SubGHz IEEE802.15.4 radio (gateway). @@ -115,7 +115,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:`Medium complexity` :bdg-success-line:`175 hours` ^^^ Preliminary librobotcontrol support for BeagleBone AI, BeagleBone AI-64 and BeagleV-Fire has been drafted, but it -- GitLab