Changes
Page history
Update Getting started
authored
Mar 25, 2020
by
zkasmi
Show whitespace changes
Inline
Side-by-side
Getting-started.md
View page @
09e3db0f
...
...
@@ -163,9 +163,11 @@ about the build system of the RIOT.
## Building and executing an example for resource-limited devices
RcdMathLib provides a number of examples in the
`examples/`
directory. Every example
RcdMathLib provides a number of examples in the
[
examples-directory
](
https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/tree/master/examples
)
. Every example
has a README that documents its usage and its purpose. Furthermore the examples are described in the
doc-directory. You can build your own application or the examples by typing
[
doc-directory
](
https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/tree/master/doc/doxygen
)
. You can build your
own application or the examples by typing
~~~~~~~~
{.sh}
make BOARD=stm32f4discovery
...
...
...
...