diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-05-22 18:22:46 +0200 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-05-22 18:22:46 +0200 |
commit | 2fdccde67900199901b8da5ef5e89b2f65f8193e (patch) | |
tree | 42416104d43b4aa860262e0ce3bd2448750e4bc3 | |
parent | d66c197259ae827564a8550e5df17a7d14fc1ac6 (diff) | |
download | master-thesis-2fdccde67900199901b8da5ef5e89b2f65f8193e.tar.gz master-thesis-2fdccde67900199901b8da5ef5e89b2f65f8193e.tar.bz2 master-thesis-2fdccde67900199901b8da5ef5e89b2f65f8193e.zip |
ma: Add schematics
-rw-r--r-- | ma/safety_reset.tex | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/ma/safety_reset.tex b/ma/safety_reset.tex index d00f7eb..6ebb935 100644 --- a/ma/safety_reset.tex +++ b/ma/safety_reset.tex @@ -2562,7 +2562,16 @@ correctly configure than it is to simply use separate hardware and secure the in \includenotebook{DSSS modulation experiments}{dsss_experiments-ber} \chapter{Frequency Sensor Schematics} -% FIXME +\fancyhead[C]{Frequency Sensor Schematics (1/3)} +\fancyfoot[C]{} +\fancyhead[R]{\thepage} +\includepdf[fitpaper,landscape,pagecommand={\thispagestyle{fancy}}]{resources/platform-export-pg1.pdf} +\fancyhead[C]{Frequency Sensor Schematics (2/3)} +\includepdf[fitpaper,pagecommand={\thispagestyle{fancy}}]{resources/platform-export-pg2.pdf} +\fancyhead[C]{Frequency Sensor Schematics (3/3)} +\includepdf[fitpaper,landscape,pagecommand={\thispagestyle{fancy}}]{resources/platform-export-pg3.pdf} +\fancyfoot[C]{\thepage} + \chapter{Firmware Source Code Excerpts} \section{DMA-backed ADC capture (adc.c)} \inputminted[fontsize=\footnotesize,linenos,firstline=18,lastline=115,breaklines]{C}{../gm_platform/fw/adc.c} @@ -2588,7 +2597,7 @@ correctly configure than it is to simply use separate hardware and secure the in \inputminted[fontsize=\footnotesize,linenos,breaklines]{C}{../controller/fw/src/crypto.c} -\chapter{Demonstrator Firmware Symbol Sizes} +\chapter{Demonstrator Firmware Symbol Size Map} \label{symbol_size_chart} \includepdf[fitpaper]{resources/safetyreset-symbol-sizes.pdf} |