Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
f4grx
NuttX RTOS
Commits
31e815b3
Commit
31e815b3
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Update ChangeLog
parent
13d93836
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ChangeLog
+7
-4
7 additions, 4 deletions
ChangeLog
with
7 additions
and
4 deletions
ChangeLog
+
7
−
4
View file @
31e815b3
...
...
@@ -10630,9 +10630,8 @@
* Removed the Documentation/ directory. Replaced with a GIT submodule
that will bring in the new standalone Documentation directory
(2015-06-29).
and misc/sims (2015-06-27).
* Removed the configs/ directory. Replaced with a GIT submodule
that will bring in the new standalone boards directory (2015-06-29).
* Removed the configs/ directory. Replaced with a GIT submodule
that will bring in the new standalone boards directory (2015-06-29).
* arch/arm/src/armv6-m/up_exception.S: Fix Cortex-M0 assembly error
when the interrupt stack is enabled. From Alan Carvalho de Assis
(2015-06-30).
...
...
@@ -10641,4 +10640,8 @@
(2015-06-30).
* tools/testbuild.sh: Add a script that can be used to perform
building testing for several board configurations (2015-06-30).
* sched/pthread/pthread_create.c: Group binding needs to be cleared
before sched_releasetcb(), as otherwise group_leave() will be called
and group->tg_nmembers decremented or group being released.
group_leave() should be called only after group_join() is called,
not after group_bind(). From Jussi Kivilinna (2015-07-01).
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