This is an automated email from the ASF dual-hosted git repository.

protobits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 7632b4d7162e6f95f5634d64fb185d048a4d9c05
Author: Adam Feuer <[email protected]>
AuthorDate: Fri Sep 4 15:36:02 2020 -0700

    formatting fixes
---
 Documentation/guides/drivers.rst | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/Documentation/guides/drivers.rst b/Documentation/guides/drivers.rst
index 86586cb..9d77be8 100644
--- a/Documentation/guides/drivers.rst
+++ b/Documentation/guides/drivers.rst
@@ -179,12 +179,12 @@ code implements the necessary algorithms often helps one 
understand how the driv
       in a header file that your code will use to operate on the registers. 
Refer to other driver header files for
       examples.
 
-`Logic analyzers <https://en.wikipedia.org/wiki/Logic_analyzer>`_
------------------------------------------------------------------
+Logic Analyzers
+---------------
 
 For drivers that involve input and output (I/O), especially that involve 
complex protocols like SD Cards, SPI, I2C,
-etc., actually seeing the waveform that goes in and out the chip's pins is 
extremely helpful. Logic analyzers can
-capture that information and display it graphically, allowing you to see if 
the driver is doing the right thing
+etc., actually seeing the waveform that goes in and out the chip's pins is 
extremely helpful. `Logic Analyzers 
<https://en.wikipedia.org/wiki/Logic_analyzer>`_
+can capture that information and display it graphically, allowing you to see 
if the driver is doing the right thing
 on the wire.
 
 DMA Debugging
@@ -204,8 +204,3 @@ DMA Debugging
 * Remember that logging can change the timing of any algorithms you might be 
using, so things may start or stop
   working when logging is added or removed. Definitely test with logging 
disabled.
 
-
-
-
-
-

Reply via email to