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
+2
-1
2 additions, 1 deletion
Creating-an-application.md
with
2 additions
and
1 deletion
Creating-an-application.md
View page @
42f83e0d
...
...
@@ -12,7 +12,8 @@ own application. The simplest way to write your own application, is to put your
source code. The header files can be imported in the Eclipse IDE by opening Project->Properties and
selecting ''C/C++ General->Paths and Symbols->Languages->GNU C'' from the Selection Wizard. Click the ''Add..''
button to browse to the header-directory and the select the ''Apply'' and ''OK'' buttons. The users can be
oriented to the main.c and the examples under the src-directory.
oriented to the main.c and the examples in the
[
main-directory
](
https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/tree/master/
)
of the RcdMathLib.
# Creating an application for resource-limited devices
...
...
This diff is collapsed.
Click to expand it.