From: Mart Lubbers Date: Wed, 3 May 2017 10:38:57 +0000 (+0200) Subject: add notion of UNO support X-Git-Tag: hand-in~133 X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=130cec648788a4660c91ffed6c1c2fb682413055;p=msc-thesis1617.git add notion of UNO support --- diff --git a/methods.arch.tex b/methods.arch.tex index 3cf1487..9f41e56 100644 --- a/methods.arch.tex +++ b/methods.arch.tex @@ -15,8 +15,11 @@ communicated. The current list of supported and tested devices is as follows: \begin{itemize} \item $^*$\texttt{NIX} systems such as Linux - \item STM32 like development boards supported by \texttt{ChibiOS}. - \item \emph{Arduino} compatible microcontrollers + \item \emph{STM32} like development boards supported by \texttt{ChibiOS} + such as the \emph{STM32f7x} series. + \item \emph{Arduino} compatible microcontrollers. Even development boards + with as little as \emph{2K} \emph{RAM} such as the \emph{Arduino UNO} + are supported. \end{itemize} \subsection{Specification} diff --git a/methods.dsl.tex b/methods.dsl.tex index c28ed62..262f228 100644 --- a/methods.dsl.tex +++ b/methods.dsl.tex @@ -88,6 +88,7 @@ implement all views. This makes it slow for multiple views and complex to implement. \subsection{Class based shallow embedding} + \todo{while iTasks is also a DSL\ldots} \glspl{mTask} are expressed in a class based shallowly embedded \gls{EDSL}. There are two main types of \glspl{EDSL}.