Update Creating an application authored by zkasmi's avatar zkasmi
...@@ -20,8 +20,7 @@ oriented to the main.c and the examples in the ...@@ -20,8 +20,7 @@ oriented to the main.c and the examples in the
To create your own application for a resource-limited device you need to create a directory To create your own application for a resource-limited device you need to create a directory
containing one or multiple C file(s) with your source code and a Makefile. An example Makefile is containing one or multiple C file(s) with your source code and a Makefile. An example Makefile is
available in the `src` folder of the [RcdMathLib repository] available in the `src` folder of the [RcdMathLib repository](https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/blob/master/eclipse_projects/RcdMathLib_resource_limited_devices.zip).
(https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/blob/master/eclipse_projects/RcdMathLib_resource_limited_devices.zip).
# The main function # The main function
... ...
......