add notion of UNO support
authorMart Lubbers <mart@martlubbers.net>
Wed, 3 May 2017 10:38:57 +0000 (12:38 +0200)
committerMart Lubbers <mart@martlubbers.net>
Wed, 3 May 2017 10:38:57 +0000 (12:38 +0200)
methods.arch.tex
methods.dsl.tex

index 3cf1487..9f41e56 100644 (file)
@@ -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}
index c28ed62..262f228 100644 (file)
@@ -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}.