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
7c18bfddade8d5c4fd8a06190427ad2c9949c3f9
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
Aug 13, 2008
Fix read()/write() prototype
· 7c18bfdd
patacongo
authored
16 years ago
7c18bfdd
Aug 12, 2008
Add 'sh' to NSH
· e62ecda0
patacongo
authored
16 years ago
e62ecda0
Fix EOF detection
· 57cb16a6
patacongo
authored
16 years ago
57cb16a6
Aug 11, 2008
cosmetic
· f9f5454c
patacongo
authored
16 years ago
f9f5454c
Clean configuration varialbe names
· 4b40c963
patacongo
authored
16 years ago
4b40c963
Aug 10, 2008
Removed duplicate getenv() implementation
· 2b2b7f7f
patacongo
authored
16 years ago
2b2b7f7f
typos
· bf2786f7
patacongo
authored
16 years ago
bf2786f7
Misc NSH enhancements
· 03c3094d
patacongo
authored
16 years ago
03c3094d
Added mkfifo command to NSH
· ffbd312f
patacongo
authored
16 years ago
ffbd312f
Added mkfatfs command to NSH
· 75ec13c7
patacongo
authored
16 years ago
75ec13c7
Fix date
· 2cee73f9
patacongo
authored
16 years ago
2cee73f9
Prep for 0.3.12 release
· 03f04075
patacongo
authored
16 years ago
View commits for tag nuttx-3.12
nuttx-3.12
03f04075
Fixes for Z16F compiler
· 5e49d806
patacongo
authored
16 years ago
5e49d806
Added test for mkfatfs
· e2dd3662
patacongo
authored
16 years ago
e2dd3662
Added mkfatfs() test
· 871a684f
patacongo
authored
16 years ago
871a684f
Aug 09, 2008
Implemented mkfatfs()
· dd7f63b9
patacongo
authored
16 years ago
dd7f63b9
Added search for good cluster size
· c6ad3e0d
patacongo
authored
16 years ago
c6ad3e0d
Add FAT size calculation
· a88a6ecb
patacongo
authored
16 years ago
a88a6ecb
Aug 05, 2008
Continued mkfatfs work
· 8a30c6b6
patacongo
authored
16 years ago
8a30c6b6
Aug 03, 2008
fleshing out mkfatfs logic
· 9e1d3f89
patacongo
authored
16 years ago
9e1d3f89
Aug 02, 2008
Support for mkfatfs()
· 7089a040
patacongo
authored
16 years ago
7089a040
typos
· 360cc0a6
patacongo
authored
16 years ago
360cc0a6
Move FAT-related files to fs/fat
· 0e44d93c
patacongo
authored
16 years ago
0e44d93c
Fat directory
· 08d439fe
patacongo
authored
16 years ago
08d439fe
Add find/open/close_blockdriver()
· a5916b8d
patacongo
authored
16 years ago
a5916b8d
cosmetic
· 5972a086
patacongo
authored
16 years ago
5972a086
Aug 01, 2008
Simplication
· ab815f91
patacongo
authored
16 years ago
ab815f91
Fix missing lock in last change
· 2d52cdfa
patacongo
authored
16 years ago
2d52cdfa
Need to call driver close() method on exit
· 6b1891dc
patacongo
authored
16 years ago
6b1891dc
Jul 31, 2008
Fix bug: Using unsigned to detect errno<0
· faf168d9
patacongo
authored
16 years ago
faf168d9
Jul 30, 2008
Added redirection test
· 378b050f
patacongo
authored
16 years ago
378b050f
task_create now dup's all open descriptors
· 1c9cadf1
patacongo
authored
16 years ago
1c9cadf1
Jul 29, 2008
Separate tests into separate files
· 3043b0d5
patacongo
authored
16 years ago
3043b0d5
Jul 27, 2008
Fix detection of final close
· 4c897037
patacongo
authored
16 years ago
4c897037
fix pipe cleanup logic
· 3aaad050
patacongo
authored
16 years ago
3aaad050
Jul 26, 2008
Fix counting error
· 7a555278
patacongo
authored
16 years ago
7a555278
Fix FIFO interlock errors
· 33e6d3e4
patacongo
authored
16 years ago
33e6d3e4
typo
· e2f289a5
patacongo
authored
16 years ago
e2f289a5
Pipe/FIFO info
· 4bd08584
patacongo
authored
16 years ago
4bd08584
O_RDONLY open on FIFO blocks until writer opens
· 28db0e08
patacongo
authored
16 years ago
28db0e08
Loading