diff --git a/boards/beagleplay/demos-and-tutorials/using-qwiic.rst b/boards/beagleplay/demos-and-tutorials/using-qwiic.rst index da7907df016caa408f98723cfbb2d1dd2e96a1f3..578af3f9053fe4abcf9dbf9e2011a15d9fd4c49c 100644 --- a/boards/beagleplay/demos-and-tutorials/using-qwiic.rst +++ b/boards/beagleplay/demos-and-tutorials/using-qwiic.rst @@ -7,10 +7,6 @@ See :ref:`qwiic_stemma_grove_addons`. A link to the appropriate I2C controller can be found at ``/dev/play/qwiic/i2c``. -.. todo:: - - The above link may changed or outdated!! - OLED Display using QWIIC ========================= diff --git a/boards/beaglev/fire/demos-and-tutorials/gateware/exploring-gateware-design-libero.rst b/boards/beaglev/fire/demos-and-tutorials/gateware/exploring-gateware-design-libero.rst index 4492cc130ce74f52f8f9918f2a800c62e153bb69..3500859fde32595a81795d14298e9c68c246194b 100644 --- a/boards/beaglev/fire/demos-and-tutorials/gateware/exploring-gateware-design-libero.rst +++ b/boards/beaglev/fire/demos-and-tutorials/gateware/exploring-gateware-design-libero.rst @@ -255,7 +255,7 @@ Exporting the Cape as a script which can be used in the gateware repository. I suggest creating an export directory where you can temporarily store the exported gateware files before getting them into the repository. -.. note:: +.. important:: You **must** make sure your path exist, because Libero does not currently tell you if the export is successfull or not. diff --git a/boards/beaglev/fire/demos-and-tutorials/gateware/gateware-tcl-scripts-structure.rst b/boards/beaglev/fire/demos-and-tutorials/gateware/gateware-tcl-scripts-structure.rst index 7686672ecfa1175effea99eada07e7e84f77877c..39cfe9a09acd2002922dc2688ab1d31a11a3a532 100644 --- a/boards/beaglev/fire/demos-and-tutorials/gateware/gateware-tcl-scripts-structure.rst +++ b/boards/beaglev/fire/demos-and-tutorials/gateware/gateware-tcl-scripts-structure.rst @@ -93,5 +93,5 @@ following command in the gateware directory: python build-bitstream.py ./build-options/default.yaml # build option depending on the gateware You will need to have all microchip tools installed and the environment variables set up correctly. Refer -to the `microchip tools installation guide <beaglev-fire-mchp-fpga-tools-installation-guide>`_ for information on how to install these tools. +to the :ref:`Microchip tools installation guide <beaglev-fire-mchp-fpga-tools-installation-guide>` for information on how to install these tools.