diff --git a/boards/beagleconnect/freedom/02-quick-start.rst b/boards/beagleconnect/freedom/02-quick-start.rst index 4551a9d6e8319d24851f6f8f33fcaf6e9a13afde..6fa46260278d6338a3ebc6fb48ff8916153b57b9 100644 --- a/boards/beagleconnect/freedom/02-quick-start.rst +++ b/boards/beagleconnect/freedom/02-quick-start.rst @@ -40,7 +40,7 @@ Attaching antenna To connect the SubGHz antenna with SMA connector to the BeagleConnect Freedom you just have to align, place and rotate the antenna clockwise as shown in the -image below. To ditach the antenna just twist it anti-clocwise. +image below. To detach the antenna just twist it anti-clockwise. .. figure:: media/BeagleConnect-Freedom-antenna-connection.* :align: center diff --git a/boards/beagleplay/05-demos.rst b/boards/beagleplay/05-demos.rst index 06034aad73060c72071698f3e13ff16c662d5058..842332f9219a20b1f5a3f6557558c2f3c96471c3 100644 --- a/boards/beagleplay/05-demos.rst +++ b/boards/beagleplay/05-demos.rst @@ -13,7 +13,7 @@ Demos and tutorials **Using serial console** ^^^ - Learn ho to use any USB-UART converter to get access to BeaglePlay via serial console . + Learn how to use any USB-UART converter to get access to BeaglePlay via serial console. +++ .. admonition:: Complexity level @@ -59,9 +59,9 @@ Demos and tutorials :link: beagleplay-qwiic :link-type: ref - **Using QWIIC** + **Using Qwiic** ^^^ - Learn to expand your BeaglePlay capabilities via quiic I2C boards. + Learn to expand your BeaglePlay capabilities via Qwiic I2C boards. +++ .. admonition:: Complexity level diff --git a/boards/beagleplay/demos-and-tutorials/zephyr-cc1352-development.rst b/boards/beagleplay/demos-and-tutorials/zephyr-cc1352-development.rst index 47b1cba457b079cec86b856edb6e1ca2623bb5ef..17ad45ff0be22a81e0bfc86ae443cf37a7c34d7f 100644 --- a/boards/beagleplay/demos-and-tutorials/zephyr-cc1352-development.rst +++ b/boards/beagleplay/demos-and-tutorials/zephyr-cc1352-development.rst @@ -84,7 +84,7 @@ does not have a USB device, so the application was modified to communicate over For the :ref:`beagleconnect_freedom_home`, a USB-to-UART bridge device was used and the USB endpoints were made compatible with the `WPANUSB linux driver <https://github.com/finikorg/wpanusb>`_ which we `augmented <https://git.beagleboard.org/beagleconnect/linux/wpanusb/>`_ to support this board. To utilize -the existing `WPANUSB` Zephyr application and this Linxu driver, we chose to encode our UART traffic with +the existing `WPANUSB` Zephyr application and this Linux driver, we chose to encode our UART traffic with `HDLC <https://en.wikipedia.org/wiki/High-Level_Data_Link_Control>`_. This has the advantage of enabing a serial console interface to the Zephyr shell while WPANUSB-specific traffic is directed to other `USB endpoints <https://simple.wikipedia.org/wiki/USB#How_USB_works>`_.