doc: fix grammar/punctuation in stm32l476g_disco/nucleo_l476rg
Signed-off-by: Arthur SFEZ <arthur.sfez@gmail.com>
This commit is contained in:
parent
13379dc0cc
commit
209180848f
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
: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
|
||||
|
||||
|
@ -216,7 +216,7 @@ You should see the following message on the console:
|
|||
|
||||
.. code-block:: console
|
||||
|
||||
$ Hello World! arm
|
||||
Hello World! arm
|
||||
|
||||
Debugging
|
||||
=========
|
||||
|
|
|
@ -172,8 +172,8 @@ Default Zephyr Peripheral Mapping:
|
|||
System Clock
|
||||
------------
|
||||
|
||||
STM32L496G Discovery System Clock could be driven by internal or external oscillator,
|
||||
as well as main PLL clock. By default System clock is driven by PLL clock at 80MHz,
|
||||
STM32L496G Discovery System Clock could be driven by an internal or external oscillator,
|
||||
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.
|
||||
|
||||
Serial Port
|
||||
|
@ -220,7 +220,7 @@ You should see the following message on the console:
|
|||
|
||||
.. code-block:: console
|
||||
|
||||
$ Hello World! arm
|
||||
Hello World! arm
|
||||
|
||||
Debugging
|
||||
=========
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue