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
Getting started
Changes
Page history
New page
Templates
Clone repository
Update Getting started
authored
5 years ago
by
zkasmi
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Getting-started.md
+5
-3
5 additions, 3 deletions
Getting-started.md
with
5 additions
and
3 deletions
Getting-started.md
View page @
09e3db0f
...
...
@@ -163,9 +163,11 @@ about the build system of the RIOT.
## Building and executing an example for resource-limited devices
RcdMathLib provides a number of examples in the
`examples/`
directory. Every example
has a README that documents its usage and its purpose. Furthermore the examples are described in the
doc-directory. You can build your own application or the examples by typing
RcdMathLib provides a number of examples in the
[
examples-directory
](
https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/tree/master/examples
)
. Every example
has a README that documents its usage and its purpose. Furthermore the examples are described in the
[
doc-directory
](
https://git.imp.fu-berlin.de/zkasmi/RcdMathLib/-/tree/master/doc/doxygen
)
. You can build your
own application or the examples by typing
~~~~~~~~
{.sh}
make BOARD=stm32f4discovery
...
...
This diff is collapsed.
Click to expand it.