Changes
Page history
Update Creating an application
authored
Mar 24, 2020
by
zkasmi
Show whitespace changes
Inline
Side-by-side
Creating-an-application.md
View page @
9a973534
...
@@ -18,10 +18,10 @@ oriented to the main.c and the examples in the
...
@@ -18,10 +18,10 @@ oriented to the main.c and the examples in the
# Creating an application for resource-limited devices
# Creating an application for resource-limited devices
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/
my_lib_full_fledged_devices/tree/master/RcdMathLib_ap
p).
(https://git.imp.fu-berlin.de/zkasmi/
RcdMathLib/-/blob/master/eclipse_projects/RcdMathLib_resource_limited_devices.zi
p).
# The main function
# The main function
...
...
...
...