From 634ffd3afa529d653b1c891d865e7e4cb505389f Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 27 Aug 2015 07:47:59 +0200 Subject: [PATCH] doc: Update description of library layers --- doc/rpp_simulink.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/rpp_simulink.tex b/doc/rpp_simulink.tex index 6621468..37ba877 100644 --- a/doc/rpp_simulink.tex +++ b/doc/rpp_simulink.tex @@ -355,17 +355,17 @@ be found in \texttt{$\langle$rpp\_lib$\rangle$/rpp/include/sys} folder. Large part of this layer was generated by the HalCoGen tool (see -Section~\ref{sec-halcogen}). +Section~\ref{sec-halcogen}). Some files were then modified by hand. \subsection{Drivers layer} \label{sec-drivers-layer} The Drivers layer contains code for controlling the RPP peripherals. Typically, it contains code implementing IRQ handling, software queues, management threads, etc. The layer benefits from the lower -layers thus it is not too low level, but still there are some +layer thus it is not too low level, but still there are some peripherals like ADC, which need some special procedure for initialization and running, that would not be very intuitive for the -user. +typical end user. The source files can be found in \texttt{$\langle$rpp\_lib$\rangle$/rpp/src/drv} and the header files can -- 2.39.2