Skip to content

Commit

Permalink
plutosdr:2-PRN_on_PL:slides: update
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Nov 27, 2019
1 parent c0b755d commit 533c390
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
4 changes: 4 additions & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@
*.out
*.aux
*.log
*.nav
*.snm
*.toc
*.vrb
tmp
27 changes: 14 additions & 13 deletions doc/tutorials/plutosdr/2-PRN_on_PL/slides/makerspace.tex
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
\setbeamertemplate{footline}{28 Nov 2019, Swiss Aeropole, Payerne (CH)}

\begin{document}
\date{November 28, 2019}
\author[G. Goavec- Merou \& al.]{Goavec-Merou, Jean-Michel Friedt\\
{\footnotesize
FEMTO-ST Time \& Frequency department, Besan\c con, France \\
Expand Down Expand Up @@ -300,19 +301,19 @@ \section{OscimpDigital}
\end{minipage}
\includegraphics[width=0.9\textwidth]{./img/displayIf}
}
\frame{\frametitle{CPU: environment}
{\bf Char device drivers} to add abstraction, GNU/Linux hierarchy compliance and
communication improvement:
\begin{itemize}
\item 1 IP with communication $\Rightarrow$ 1 (or more) driver(s);
\item a {\tt core} driver knows how to communicate with an IP but not where;
\item {\tt device tree overlay} used to provide which drivers must be probed and
base address for each of them;
\end{itemize}
TODO $\Rightarrow$ IIO integration

{\bf libraries} to simplify some common and long (number of line) tasks.
}
%\frame{\frametitle{CPU: environment}
%{\bf Char device drivers} to add abstraction, GNU/Linux hierarchy compliance and
%communication improvement:
%\begin{itemize}
%\item 1 IP with communication $\Rightarrow$ 1 (or more) driver(s);
%\item a {\tt core} driver knows how to communicate with an IP but not where;
%\item {\tt device tree overlay} used to provide which drivers must be probed and
%base address for each of them;
%\end{itemize}
%TODO $\Rightarrow$ IIO integration
%
%{\bf libraries} to simplify some common and long (number of line) tasks.
%}

\frame{\frametitle{CPU: application}
Application structure:
Expand Down

0 comments on commit 533c390

Please sign in to comment.