Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mraa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
István Pongrácz
mraa
Commits
46bb0f38
Commit
46bb0f38
authored
10 years ago
by
Thomas Ingleby
Browse files
Options
Downloads
Patches
Plain Diff
mraa: update to version 0.5.3
Signed-off-by:
Thomas Ingleby
<
thomas.c.ingleby@intel.com
>
parent
d1185efc
No related branches found
Branches containing commit
Tags
v0.5.3
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
docs/index.md
+13
-0
13 additions, 0 deletions
docs/index.md
with
14 additions
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
46bb0f38
...
...
@@ -14,7 +14,7 @@ include (GetGitRevisionDescription)
git_describe
(
VERSION
"--tags"
)
if
(
"x_
${
VERSION
}
"
STREQUAL
"x_GIT-NOTFOUND"
)
message
(
WARNING
" - Install git to compile a production libmraa!"
)
set
(
VERSION
"v0.5.
2
-dirty"
)
set
(
VERSION
"v0.5.
3
-dirty"
)
endif
()
message
(
INFO
" - libmraa Version
${
VERSION
}
"
)
...
...
This diff is collapsed.
Click to expand it.
docs/index.md
+
13
−
0
View file @
46bb0f38
...
...
@@ -68,6 +68,19 @@ This changelog is meant as a quick & rough guide to what has changed between
versions. The API is now fairly stable but when new calls/features are added
they are listed here. Anything pre 0.2.x is ignored.
**0.5.3**
*
OE toolchain support added to CMake
*
Various UART fixes
*
SPI add CS exposure
*
Remove functions from mraa.c into modules
*
Rework of support for mmap
*
Intel Edison MMAP support added. Read and Write
*
I2C clean up, add cleaner functions
*
MinnowBoard Max support added
*
PWM period is written before duty
*
Node GYP build supported added
*
Add Get Platform Name function
**0.5.2**
*
pwm improvement & bugfix
*
spi mraa_spi_bit_per_word fix
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment