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
c65865c01418c7397d776d9cfcfc2fbd9ba51c76
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 19, 2007
updates
· c65865c0
patacongo
authored
18 years ago
View commits for tag nuttx-1.2
nuttx-1.2
c65865c0
Typo in naming
· db370f23
patacongo
authored
18 years ago
db370f23
Keep interrupts disabled until we sample errno
· 20970888
patacongo
authored
18 years ago
20970888
Cosmetic
· 51a1c457
patacongo
authored
18 years ago
51a1c457
Must preserve the value of errno; it can be changed by signal handling
· 006abb3c
patacongo
authored
18 years ago
006abb3c
Update
· 83857ea5
patacongo
authored
18 years ago
83857ea5
update
· 9d0cb017
patacongo
authored
18 years ago
9d0cb017
Improved comments
· 791c6fa3
patacongo
authored
18 years ago
791c6fa3
Should call free(), not sched_free() in this context
· afefdcd0
patacongo
authored
18 years ago
afefdcd0
Reference count field was not being initialized
· 05dcf364
patacongo
authored
18 years ago
05dcf364
Interrupts must be disabled in all low level context switches
· 50dcba14
patacongo
authored
18 years ago
50dcba14
Cannot use dbg() macro in middle of context switch if output is to console driver
· 5719b443
patacongo
authored
18 years ago
5719b443
Mar 17, 2007
Verified roundrobin test
· ae95280d
patacongo
authored
18 years ago
ae95280d
Fix typo in name
· e38d16d1
patacongo
authored
18 years ago
e38d16d1
Add special handling for idle task stack dump
· c9b5d315
patacongo
authored
18 years ago
c9b5d315
Minor test improvements
· 5a8969b0
patacongo
authored
18 years ago
5a8969b0
Fix botched conditional compilation
· efa050dd
patacongo
authored
18 years ago
efa050dd
Fix another backward memcpy
· 31a5535d
patacongo
authored
18 years ago
31a5535d
Add test of roundrobin scheduler (still does not work)
· 9fb9a09c
patacongo
authored
18 years ago
9fb9a09c
Add strerror()
· 238334bc
patacongo
authored
18 years ago
238334bc
Added serial console driver for dm320
· bf8f372a
patacongo
authored
18 years ago
bf8f372a
Mar 16, 2007
Add pthread_equal()
· 223a7dcd
patacongo
authored
18 years ago
223a7dcd
update
· 2f0bfec5
patacongo
authored
18 years ago
2f0bfec5
update
· f1cf2a38
patacongo
authored
18 years ago
f1cf2a38
Move common parts of C5471 into drivers/ so it can be used by other platforms.
· ce4313ce
patacongo
authored
18 years ago
ce4313ce
Define 'inline' for SDCC so that code can use the inline storage class if not supported
· 0cc9e15c
patacongo
authored
18 years ago
0cc9e15c
Remove some defines that belong in limits.h
· c0c7b17b
patacongo
authored
18 years ago
c0c7b17b
Fix SDCC compilation problems
· 51471e6d
patacongo
authored
18 years ago
51471e6d
Bad memcpy!
· 4980389b
patacongo
authored
18 years ago
4980389b
Bug fix: Cannot call free from null task (it might need to wait). Call sched_free instead
· d46387cc
patacongo
authored
18 years ago
d46387cc
Initial version
· 4a7d2160
patacongo
authored
18 years ago
4a7d2160
update
· f86ffb83
patacongo
authored
18 years ago
f86ffb83
Add C5471 watchdog driver
· 7526641e
patacongo
authored
18 years ago
7526641e
Mar 15, 2007
update
· a84ca346
patacongo
authored
18 years ago
a84ca346
Documentation update
· 418b7107
patacongo
authored
18 years ago
418b7107
Mar 14, 2007
Add 'ls' command to nsh
· bfee6e1c
patacongo
authored
18 years ago
bfee6e1c
Added opendir, readdir, closedir, etc.
· 599f8b46
patacongo
authored
18 years ago
599f8b46
Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphores
· 08199e12
patacongo
authored
18 years ago
View commits for tag nuttx-1.1
nuttx-1.1
08199e12
Mar 13, 2007
8052 context switch/interrupt integration; pthread arg setup changed
· 8f7e5ad8
patacongo
authored
18 years ago
8f7e5ad8
8051 integration
· b1598a00
patacongo
authored
18 years ago
b1598a00
Loading