doc: fix grammar/punctuation in stm32l476g_disco/nucleo_l476rg

Signed-off-by: Arthur SFEZ <arthur.sfez@gmail.com>
This commit is contained in:
Arthur SFEZ 2017-11-03 17:11:16 -07:00 committed by Kumar Gala
commit 209180848f
2 changed files with 5 additions and 5 deletions

View file

@ -199,7 +199,7 @@ Connect the Nucleo L476RG to your host computer using the USB port.
Then build and flash an application. Here is an example for the Then build and flash an application. Here is an example for the
:ref:`hello_world` application. :ref:`hello_world` application.
Run a serial host program to connect with your Nucleo board. Run a serial host program to connect with your Nucleo board:
.. code-block:: console .. code-block:: console
@ -216,7 +216,7 @@ You should see the following message on the console:
.. code-block:: console .. code-block:: console
$ Hello World! arm Hello World! arm
Debugging Debugging
========= =========

View file

@ -172,8 +172,8 @@ Default Zephyr Peripheral Mapping:
System Clock System Clock
------------ ------------
STM32L496G Discovery System Clock could be driven by internal or external oscillator, STM32L496G Discovery System Clock could be driven by an internal or external oscillator,
as well as main PLL clock. By default System clock is driven by PLL clock at 80MHz, as well as the main PLL clock. By default the System clock is driven by the PLL clock at 80MHz,
driven by 16MHz high speed internal oscillator. driven by 16MHz high speed internal oscillator.
Serial Port Serial Port
@ -220,7 +220,7 @@ You should see the following message on the console:
.. code-block:: console .. code-block:: console
$ Hello World! arm Hello World! arm
Debugging Debugging
========= =========