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
fe9ddc4b1c556d07347c7485778e1a8fee5387eb
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
Apr 29, 2007
Initial lpc214x support
· fe9ddc4b
patacongo
authored
18 years ago
fe9ddc4b
Apr 28, 2007
Updated for 0.2.4 release
· 0638763b
patacongo
authored
18 years ago
View commits for tag nuttx-2.4
nuttx-2.4
0638763b
Bad import
· 65629a1f
patacongo
authored
18 years ago
65629a1f
Initial Release
· 16261491
patacongo
authored
18 years ago
16261491
Documents new arch/arm directory
· 3d61428c
patacongo
authored
18 years ago
3d61428c
Changes to use the common ARM directory under arch/arm
· e5a89d6c
patacongo
authored
18 years ago
e5a89d6c
Common ARM support
· d6aadaf7
patacongo
authored
18 years ago
d6aadaf7
Apr 26, 2007
arch/c5471/include and arch/dm320/include are not identical. This is in...
· f0d12c1d
patacongo
authored
18 years ago
f0d12c1d
Initial version
· 8f7dc2bb
patacongo
authored
18 years ago
8f7dc2bb
Apr 25, 2007
Makesystem changes to better support different SoCs
· 58cf5186
patacongo
authored
18 years ago
58cf5186
Apr 22, 2007
Misc changes to good c5471 build on Cygwin
· c241fb21
patacongo
authored
18 years ago
c241fb21
Mar 30, 2007
update
· 13f01b4c
patacongo
authored
18 years ago
View commits for tag nuttx-2.3
nuttx-2.3
13f01b4c
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
Loading