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
31a5535de1d7c4364588f89fb1924f414cd142d0
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 17, 2007
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
Mar 11, 2007
Divided _task_init() in several smaller functions that take fewer paramters. ...
· d2b2a821
patacongo
authored
18 years ago
d2b2a821
Fixed 8051 printf bug
· 38c48d99
patacongo
authored
18 years ago
38c48d99
task_create now accepts variable number of arguments; 8051 bringup changes
· b4fd3cdc
patacongo
authored
18 years ago
b4fd3cdc
Mar 10, 2007
Updated
· aca78c3f
patacongo
authored
18 years ago
aca78c3f
Add to nsh, add limits.h, gets, strtok, strtok_r
· aab0d08d
patacongo
authored
18 years ago
aab0d08d
Initial version
· 36fe8c20
patacongo
authored
18 years ago
36fe8c20
Fix IRQ-related bugs, fix serial read logic, add fgets
· 435fe50e
patacongo
authored
18 years ago
435fe50e
Mar 09, 2007
Updated
· 24c887a6
patacongo
authored
18 years ago
24c887a6
C5471 documentation
· 709fdc76
patacongo
authored
18 years ago
709fdc76
Finished C5471 Integration
· 9a90482b
patacongo
authored
18 years ago
View commits for tag nuttx-1.0
nuttx-1.0
9a90482b
Debug instrumentation
· 31c51190
patacongo
authored
18 years ago
31c51190
C5471 timer interrupts and timing functions are working
· b2f92d06
patacongo
authored
18 years ago
b2f92d06
Mar 08, 2007
Fixed some interrupt-related bugs
· abe1bcd7
patacongo
authored
18 years ago
abe1bcd7
Fix c5471 signal handling + deallocation bug
· a0dffbf4
patacongo
authored
18 years ago
a0dffbf4
Add support for onboard LEDs; Fix serial bug
· 4f27f526
patacongo
authored
18 years ago
4f27f526
Mar 07, 2007
Working with c5471 interrupts
· 5e6b3c13
patacongo
authored
18 years ago
5e6b3c13
c5471 bringup changes
· 791617b3
patacongo
authored
18 years ago
791617b3
Loading