From 5dc84a77e327dabc85e56ce7618578a7b272071e Mon Sep 17 00:00:00 2001 From: Joshua Neal <joshua@trochotron.com> Date: Tue, 11 Jul 2023 14:03:34 -0600 Subject: [PATCH] Fix a couple small spelling/capitalization nits. Signed-off-by: Joshua Neal <joshua@trochotron.com> --- boards/beagleconnect/freedom/02-quick-start.rst | 2 +- boards/beagleplay/05-demos.rst | 6 +++--- .../demos-and-tutorials/zephyr-cc1352-development.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/boards/beagleconnect/freedom/02-quick-start.rst b/boards/beagleconnect/freedom/02-quick-start.rst index 4551a9d6..6fa46260 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 06034aad..842332f9 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 47b1cba4..17ad45ff 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>`_. -- GitLab