summaryrefslogtreecommitdiff
path: root/schulung_tools/drivers/modules/hellodriver/patches-leds/README
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2019-02-15 13:10:21 +0106
committerJohn Ogness <john.ogness@linutronix.de>2019-02-15 13:10:21 +0106
commitaed79d1121a9c65dead95fb6ea8c2d8541d01143 (patch)
tree6917e9570dfd2d60f357759e096cb013bc0c001c /schulung_tools/drivers/modules/hellodriver/patches-leds/README
parent2d2484928560dd0ffec90069166b0161cdc84a54 (diff)
schulung_tools: hellodriver: add patches for use with leds
These patches are based heavily on the work by Manu to make the driver lessons more interesting. Rather than create a new driver, I took his work and created a series of patches that do interesting modifications to the hello driver. These patches can be used together with the "leds" program to do live blinking demonstrations. Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'schulung_tools/drivers/modules/hellodriver/patches-leds/README')
-rw-r--r--schulung_tools/drivers/modules/hellodriver/patches-leds/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/schulung_tools/drivers/modules/hellodriver/patches-leds/README b/schulung_tools/drivers/modules/hellodriver/patches-leds/README
new file mode 100644
index 0000000..51bbffa
--- /dev/null
+++ b/schulung_tools/drivers/modules/hellodriver/patches-leds/README
@@ -0,0 +1,6 @@
+This set of patches show how different subsystems can be used
+by the driver to communicate with the hardware and to present
+itself to the user.
+
+For live demonstrations with actual blinking leds, use the
+"leds" program. (See the README there for details.)