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
-1
1 addition, 1 deletion
Creating-an-application.md
with
1 addition
and
1 deletion
Creating-an-application.md
View page @
d2397dde
...
...
@@ -6,7 +6,7 @@ An application can be created for full-fledged or resource-limited devices.
# Creating an application for full-fledged devices
We recommend to use the [Eclipse IDE]
(https://www.eclipse.org/) for C/C++ Developers for creating
We recommend to use the
[
Eclipse IDE
](
https://www.eclipse.org/
)
for C/C++ Developers for creating
own application. The simplest way to write your own application, is to put your
*.c and *
.h files under the
`src`
directory. Another way is to create a directory containing the multiple C file(s) with your
source code. The header files can be imported in the Eclipse IDE by opening Project->Properties and
...
...
This diff is collapsed.
Click to expand it.