Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit e205254a authored by Jason Kridner's avatar Jason Kridner
Browse files

Merge branch 'main' into 'main'

Fix a couple small spelling/capitalization nits.

See merge request !54
parents af271f68 5dc84a77
1 merge request!54Fix a couple small spelling/capitalization nits.
Pipeline #4733 passed with stages
in 15 minutes and 10 seconds
...@@ -40,7 +40,7 @@ Attaching antenna ...@@ -40,7 +40,7 @@ Attaching antenna
To connect the SubGHz antenna with SMA connector to the BeagleConnect Freedom 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 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.* .. figure:: media/BeagleConnect-Freedom-antenna-connection.*
:align: center :align: center
......
...@@ -13,7 +13,7 @@ Demos and tutorials ...@@ -13,7 +13,7 @@ Demos and tutorials
**Using serial console** **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 .. admonition:: Complexity level
...@@ -59,9 +59,9 @@ Demos and tutorials ...@@ -59,9 +59,9 @@ Demos and tutorials
:link: beagleplay-qwiic :link: beagleplay-qwiic
:link-type: ref :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 .. admonition:: Complexity level
......
...@@ -84,7 +84,7 @@ does not have a USB device, so the application was modified to communicate over ...@@ -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 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 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 `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 `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 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>`_. `USB endpoints <https://simple.wikipedia.org/wiki/USB#How_USB_works>`_.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment