[bootlin/training-materials updates] master: embedded-linux: mention pin muxing in "accessing hardware" lab. (35effd48)
Michael Opdenacker
michael.opdenacker at bootlin.com
Wed Sep 28 17:11:59 CEST 2022
Repository : https://github.com/bootlin/training-materials
On branch : master
Link : https://github.com/bootlin/training-materials/commit/35effd48cb45a53a22b60d27d34772c793d108b9
>---------------------------------------------------------------
commit 35effd48cb45a53a22b60d27d34772c793d108b9
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date: Wed Sep 28 17:11:59 2022 +0200
embedded-linux: mention pin muxing in "accessing hardware" lab.
Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>
>---------------------------------------------------------------
35effd48cb45a53a22b60d27d34772c793d108b9
agenda/embedded-linux-agenda.tex | 6 +++---
agenda/embedded-linux-fr-agenda.tex | 8 ++++----
agenda/embedded-linux-online-agenda.tex | 6 +++---
agenda/embedded-linux-online-fr-agenda.tex | 8 ++++----
slides/sysdev-hw-devices/sysdev-hw-devices.tex | 6 +++---
5 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/agenda/embedded-linux-agenda.tex b/agenda/embedded-linux-agenda.tex
index 9a60d45d..f54bab41 100644
--- a/agenda/embedded-linux-agenda.tex
+++ b/agenda/embedded-linux-agenda.tex
@@ -302,9 +302,9 @@
\begin{itemize}
\item Exploring the contents of \code{/dev} and \code{sysfs} and the
devices available on the embedded hardware platform.
- \item Using GPIOs and LEDs
- \item Modifying the Device Tree to declare an I2C-connected
- joystick
+ \item Using GPIOs and LEDs.
+ \item Modifying the Device Tree to control pin multiplexing and
+ to declare an I2C-connected joystick.
\item Adding support for a USB audio card using Linux kernel modules
\item Adding support for the I2C-connected joystick through
an out-of-tree module.
diff --git a/agenda/embedded-linux-fr-agenda.tex b/agenda/embedded-linux-fr-agenda.tex
index b4488be9..b204f359 100644
--- a/agenda/embedded-linux-fr-agenda.tex
+++ b/agenda/embedded-linux-fr-agenda.tex
@@ -322,11 +322,11 @@
\begin{itemize}
\item Exploration du contenu de \code{/dev} et \code{sysfs}, et des
périphériques disponibles sur la plateforme embarquée.
- \item Utilisation de GPIOs et de LEDs
- \item Modification du Device Tree pour déclarer un joystick connecté
- sur I2C
+ \item Utilisation de GPIOs et de LEDs.
+ \item Modification du Device Tree pour controler le multiplexage
+ de broches et déclarer un joystick connecté sur I2C.
\item Ajout du support pour une carte son USB en utilisant des
- modules noyau
+ modules noyau.
\item Prise en charge du joystick I2C par la compilation et
l'installation d'un module noyau externe.
\end{itemize}
diff --git a/agenda/embedded-linux-online-agenda.tex b/agenda/embedded-linux-online-agenda.tex
index 49481634..a3a518f6 100644
--- a/agenda/embedded-linux-online-agenda.tex
+++ b/agenda/embedded-linux-online-agenda.tex
@@ -312,9 +312,9 @@
\begin{itemize}
\item Exploring the contents of \code{/dev} and \code{sysfs} and the
devices available on the embedded hardware platform.
- \item Using GPIOs and LEDs
- \item Modifying the Device Tree to declare an I2C-connected
- joystick
+ \item Using GPIOs and LEDs.
+ \item Modifying the Device Tree to control pin multiplexing and
+ to declare an I2C-connected joystick.
\item Adding support for a USB audio card using Linux kernel modules
\item Adding support for the I2C-connected joystick through
an out-of-tree module.
diff --git a/agenda/embedded-linux-online-fr-agenda.tex b/agenda/embedded-linux-online-fr-agenda.tex
index c0a70508..e8c5ea2b 100644
--- a/agenda/embedded-linux-online-fr-agenda.tex
+++ b/agenda/embedded-linux-online-fr-agenda.tex
@@ -329,11 +329,11 @@
\begin{itemize}
\item Exploration du contenu de \code{/dev} et \code{sysfs}, et des
périphériques disponibles sur la plateforme embarquée.
- \item Utilisation de GPIOs et de LEDs
- \item Modification du Device Tree pour déclarer un joystick connecté
- sur I2C
+ \item Utilisation de GPIOs et de LEDs.
+ \item Modification du Device Tree pour controler le multiplexage
+ de broches et déclarer un joystick connecté sur I2C.
\item Ajout du support pour une carte son USB en utilisant des
- modules noyau
+ modules noyau.
\item Prise en charge du joystick I2C par la compilation et
l'installation d'un module noyau externe.
\end{itemize}
diff --git a/slides/sysdev-hw-devices/sysdev-hw-devices.tex b/slides/sysdev-hw-devices/sysdev-hw-devices.tex
index f4e4eaf6..3e507d64 100644
--- a/slides/sysdev-hw-devices/sysdev-hw-devices.tex
+++ b/slides/sysdev-hw-devices/sysdev-hw-devices.tex
@@ -1944,9 +1944,9 @@ Details at
\begin{itemize}
\item Exploring the contents of \code{/dev} and \code{sysfs} and the
devices available on the embedded hardware platform.
- \item Using GPIOs and LEDs
- \item Modifying the Device Tree to declare an I2C-connected
- joystick
+ \item Using GPIOs and LEDs.
+ \item Modifying the Device Tree to control pin multiplexing and
+ declare an I2C-connected joystick.
\item Adding support for a USB audio card using Linux kernel modules
\item Adding support for the I2C-connected joystick through
an out-of-tree module.
More information about the training-materials-updates
mailing list