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
168596a9
Commit
168596a9
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Update ChangeLogs
parent
901e717d
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
+13
-2
13 additions, 2 deletions
ChangeLog
with
13 additions
and
2 deletions
ChangeLog
+
13
−
2
View file @
168596a9
...
...
@@ -9337,8 +9337,19 @@
RX flow control logic. Modify the rxflowcontrol method to accept
the number of bytes in the buffer and a boolean indication of which
watermark was crossed (2014-12-27).
* sched/se
a
mphore/sem_waitirq.c must be built when signals are disabled.
* sched/sem
a
phore/sem_waitirq.c must be built when signals are disabled.
That is because not handles not only the case of semaphore wait
being awakened by a signal, but also the case with sem_timedwait.c
when the semaphore wait is awakened by a timeout (2014-12-28).
* arch/arm/src/stm32/stm32_ltdc.c: stm32: fix faulty access to non-
existing layer. This disables operation that requires double layer
support, when configured for single layer only. From Marco Krahl
(2014-12-29).
* arch/arm/src/stm32/stm32_ltdc.c: stm32: fix wait upon vertical blank.
This should never have occurred before. From Marco Krahl (2014-12-29).
* configs/stm32f429i-disco/ltdc/defconfig and src/stm32_boot.c:
stm32f429i-disco: change ltdc initializing during boot up. This moves
initializing of the ili9341 lcd and ltdc driver to the board specific
initializing routine. From Marco Krahl (2014-12-29).
* /nuttx/arch/arm/src/stm32/stm32_ltdc.c: Clean up documentation, some
formatting improvements. From Marco Krahl (2014-12-29).
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