GEX thesis source code, full text, references
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
\documentclass[twoside]{ctuthesis}
|
|
|
|
|
|
|
|
\input{document_config} % import balíků a nastavení ctuthesis
|
|
|
|
|
|
|
|
% --- obsah zvláštních oddílů ---
|
|
|
|
|
|
|
|
\input{sec_abstract}
|
|
|
|
\input{sec_thanks}
|
|
|
|
\input{sec_declaration}
|
|
|
|
|
|
|
|
\addbibresource{thesis.bib}
|
|
|
|
|
|
|
|
% --- vlastní dokument ---
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\maketitle % titulní strana a automatické oddíly
|
|
|
|
|
|
|
|
% thanks
|
|
|
|
% abstract
|
|
|
|
% TOC
|
|
|
|
|
|
|
|
\part{Introduction}
|
|
|
|
\input{ch.introduction}
|
|
|
|
\input{ch.requirement_analysis}
|
|
|
|
\input{ch.existing_solutions}
|
|
|
|
|
|
|
|
\part{Theoretical Background}
|
|
|
|
|
|
|
|
\input{ch.usb}
|
|
|
|
\input{ch.freertos}
|
|
|
|
\input{ch.fat16} % TODO
|
|
|
|
\input{ch.hw_buses} % TODO
|
|
|
|
\input{ch.hw_functions} % TODO
|
|
|
|
|
|
|
|
\part{Firmware Implementation}
|
|
|
|
|
|
|
|
\input{ch.fw_structure}
|
|
|
|
\input{ch.gex_units}
|
|
|
|
|
|
|
|
\part{Hardware Design}
|
|
|
|
|
|
|
|
\input{ch.prototype1_hw}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\appendix % začátek příloh
|
|
|
|
|
|
|
|
% seznam bibliografie
|
|
|
|
\printbibliography
|
|
|
|
|
|
|
|
% ... appendices
|
|
|
|
|
|
|
|
\end{document}
|