From 7632b4d7162e6f95f5634d64fb185d048a4d9c05 Mon Sep 17 00:00:00 2001 From: Adam Feuer Date: Fri, 4 Sep 2020 15:36:02 -0700 Subject: [PATCH] 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 86586cb8f6..9d77be871c 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 `_ ------------------------------------------------------------------ +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 `_ +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. - - - - -