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
c0c7b17bf1e7210d94ddf2fa98ddab1dc2012ef9
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 16, 2007
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
Mar 06, 2007
Botched the case for n=0
· 282b5da0
patacongo
authored
18 years ago
282b5da0
Basic 8052 context switching is working
· 4c61b4d8
patacongo
authored
18 years ago
4c61b4d8
Mar 05, 2007
Re-design vsprintf so that it does not use so much stack; handle 8051's 2-byte generic pointers.
· af1289c0
patacongo
authored
18 years ago
af1289c0
Fix some interrupt handling issues
· 24f2e6a0
patacongo
authored
18 years ago
24f2e6a0
Mar 04, 2007
Add comment
· 7426c294
patacongo
authored
18 years ago
7426c294
Add capability to manager memory in discontiguous regions.
· 4b1edc8e
patacongo
authored
18 years ago
4b1edc8e
Mar 03, 2007
Add logic to initialize timer 2
· 061279fe
patacongo
authored
18 years ago
061279fe
Mar 02, 2007
Fix stack addressing
· fdc7d628
patacongo
authored
18 years ago
fdc7d628
8051 is getting closer. Still have to setup timer and uart.
· 273e5d0d
patacongo
authored
18 years ago
273e5d0d
Loading