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
d2410c93c60419b94f2636e8e8853296d0402198
Select Git revision
Branches
2
radio
master
default
protected
Tags
20
nuttx-7.20
nuttx-7.19
nuttx-7.18
nuttx-7.17
nuttx-7.16
nuttx-7.15
nuttx-7.14
nuttx-7.13
nuttx-7.12
nuttx-7.11
nuttx-7.10
nuttx-7.9
nuttx-7.8
nuttx-7.7
nuttx-7.6
nuttx-7.5
nuttx-7.4
nuttx-7.3
nuttx-7.2
nuttx-7.1
22 results
nuttx
Author
Search by author
Any Author
authors
f4grx
f4grx
1 author
Mar 30, 2007
Fix another potential pthread_join race condition
· d2410c93
patacongo
authored
18 years ago
d2410c93
Correct a race condition in the pthread join logic. Sometimes the join...
· f29250c6
patacongo
authored
18 years ago
f29250c6
Mar 29, 2007
Add timed mqueue test.
· 2a929796
patacongo
authored
18 years ago
2a929796
Fix bugs detected by timed mqueue test.
· b1127822
patacongo
authored
18 years ago
b1127822
Container being deallocated before buffers in container. Caused memory leak.
· 448c7f46
patacongo
authored
18 years ago
448c7f46
Updated test results
· ed4fe71b
patacongo
authored
18 years ago
ed4fe71b
Wrong task state
· 63f134f9
patacongo
authored
18 years ago
63f134f9
Moved exclusion logic to a higher level so that printf output is more readable...
· 8b9fcf35
patacongo
authored
18 years ago
8b9fcf35
Signal mask is now inherited by both child tasks and threads; this has the...
· b1d5b689
patacongo
authored
18 years ago
b1d5b689
Unmatched sched_lock()/sched_unlock()
· 2aab4d3c
patacongo
authored
18 years ago
2aab4d3c
Don't allow signals to wake up blocked task if the signal is blocked.
· b765d178
patacongo
authored
18 years ago
b765d178
Block signals while pthread exits.
· 54339607
patacongo
authored
18 years ago
54339607
typo
· 0c2ff4a4
patacongo
authored
18 years ago
0c2ff4a4
Eliminate warnings
· 23dffb8f
patacongo
authored
18 years ago
23dffb8f
task_delete() calls sched_unlock(); _exit must keep pre-emption disabled until...
· 0db3f5c2
patacongo
authored
18 years ago
0db3f5c2
Added mq_timedsend() and mq_timedreceive()
· 56f73992
patacongo
authored
18 years ago
56f73992
Mar 28, 2007
Update mq_send() and mq_receive() description
· 5f5d5496
patacongo
authored
18 years ago
5f5d5496
mq_receive/send: Return appropriate errnos and stop waiting if signal received.
· 3e352ca1
patacongo
authored
18 years ago
3e352ca1
Mar 27, 2007
updates
· c5971231
patacongo
authored
18 years ago
c5971231
update
· b7a85058
patacongo
authored
18 years ago
View commits for tag nuttx-2.2
nuttx-2.2
b7a85058
Board-specific LED logic moved to board-specific directory
· 4ee22e23
patacongo
authored
18 years ago
4ee22e23
Use gzip instead of bzip2
· daffb736
patacongo
authored
18 years ago
daffb736
Move PJRC led support into board-specific logic
· c5af5194
patacongo
authored
18 years ago
c5af5194
Remove leftover debug echo
· 795ffc38
patacongo
authored
18 years ago
795ffc38
Add DM320 LED support
· efa97ac0
patacongo
authored
18 years ago
efa97ac0
Fix DM320 CFLAGS
· b441f43a
patacongo
authored
18 years ago
b441f43a
Mar 26, 2007
Create a place to hold board-specific drivers
· c9011c0f
patacongo
authored
18 years ago
c9011c0f
Bad import
· 03771dd5
patacongo
authored
18 years ago
03771dd5
Was delete link then delete link in directory referenced by link
· 18149c3b
patacongo
authored
18 years ago
18149c3b
Moved to board-specific directory
· aa56898b
patacongo
authored
18 years ago
aa56898b
Add a directory to hold board-specific drivers
· 8e8fc062
patacongo
authored
18 years ago
8e8fc062
Initial Revision
· c0934f42
patacongo
authored
18 years ago
c0934f42
Initial Revision
· bf9cc8b7
patacongo
authored
18 years ago
bf9cc8b7
Create a place to hold board specific header files
· 47118057
patacongo
authored
18 years ago
47118057
Mar 25, 2007
Makefile would sometimes create spurious links
· 468beb13
patacongo
authored
18 years ago
468beb13
Mar 24, 2007
Add test of pthread barrier logic
· df2a08cf
patacongo
authored
18 years ago
df2a08cf
updates
· a02374bb
patacongo
authored
18 years ago
a02374bb
Eliminate warnings
· 3631d1e1
patacongo
authored
18 years ago
3631d1e1
Add logic to protect the user task errno when errno access are performed from interrupt handlers.
· 16e8906e
patacongo
authored
18 years ago
16e8906e
Cosmetic
· d551204f
patacongo
authored
18 years ago
d551204f
Loading