Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RcdMathLib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zkasmi
RcdMathLib
Wiki
Creating an application
Changes
Page history
New page
Templates
Clone repository
Update Creating an application
authored
5 years ago
by
zkasmi
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Creating-an-application.md
+1
-2
1 addition, 2 deletions
Creating-an-application.md
with
1 addition
and
2 deletions
Creating-an-application.md
View page @
ede4b23b
...
...
@@ -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
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]
(https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/blob/master/eclipse_projects/RcdMathLib_resource_limited_devices.zip).
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
)
.
# The main function
...
...
This diff is collapsed.
Click to expand it.