blob: 56210074114ef04a8d69659fe8f628600f8d3f11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
\input{configpres}
\AtBeginSection[] {
\begin{frame}<beamer>
\tableofcontents[currentsection]
\end{frame}
}
% ----------------------------
\title{Update}
\subtitle{Secure Update for Embedded Devices}
\maketitle
% ----------------------------
\begin{frame}{Overview}
\tableofcontents
\end{frame}
% ----------------------------
\input{misc/frm_update_concepts.tex}
% ----------------------------
\input{misc/frm_update_process.tex}
% ----------------------------
\input{misc/frm_update_deploy.tex}
% ----------------------------
\input{misc/frm_update_summary.tex}
% ----------------------------
\section*{}
\subsection*{}
\input{tailpres}
|