Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Miosix Kernel
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
Avionics
Software Development
Miosix Kernel
Commits
441f8293
Commit
441f8293
authored
11 years ago
by
Federico
Browse files
Options
Downloads
Patches
Plain Diff
Officially releasing Miosix 2.0beta1
parent
b48aa9d0
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
miosix/_doc/textdoc/Changelog.txt
+2
-0
2 additions, 0 deletions
miosix/_doc/textdoc/Changelog.txt
miosix/util/version.cpp
+1
-1
1 addition, 1 deletion
miosix/util/version.cpp
with
3 additions
and
1 deletion
miosix/_doc/textdoc/Changelog.txt
+
2
−
0
View file @
441f8293
Changelog for Miosix np embedded OS
- After so many changes and improvements, officially releasing Miosix 2.0beta1
v2.0beta1
- Upgraded compiler build scripts to build a redistributable Miosix Toolchain
for both Linux and Windows
- Changed makefile: moved from bash for loops to GNU Make for loops to avoid
...
...
This diff is collapsed.
Click to expand it.
miosix/util/version.cpp
+
1
−
1
View file @
441f8293
...
...
@@ -37,7 +37,7 @@ namespace miosix {
#define AU
#endif
const
char
AU
ver
[]
=
"Miosix v2.0
alph
a1 ("
_MIOSIX_BOARDNAME
", "
__DATE__
" "
__TIME__
CV
")"
;
const
char
AU
ver
[]
=
"Miosix v2.0
bet
a1 ("
_MIOSIX_BOARDNAME
", "
__DATE__
" "
__TIME__
CV
")"
;
const
char
*
getMiosixVersion
()
{
...
...
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