##// END OF EJS Templates
sync
sync

File last commit:

r16:194f637a2640 default
r31:74dca42d580c default
Show More
gettingstarted.tex
20 lines | 446 B | application/x-tex | TexLexer
\section{Getting started}
\subsection{Brief description:}
The \textbf{libucmake} script help you to generate Makefiles from templates and simple description file called project files (.pro).
\\
Example of project file:
\input{projectfileexample1}
In this example we are building an application for am mbed board. There is only one source file \textit{main.c}. The executable name will be \textbf{lpc1768\_led\_blink}.