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
bece5130043af60557371d9900a6fcb4b5a0fd51
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
Jun 09, 2007
SDCC specific changes. Z80 support; re-enable __FILE__ and __LINE__ in assert...
· bece5130
patacongo
authored
17 years ago
bece5130
No longer uses _GNU_SOURCE-specific asprintf()
· 40513d77
patacongo
authored
17 years ago
40513d77
Simply conditional build; fix conditional compilation
· 9ab11697
patacongo
authored
17 years ago
9ab11697
Add support for custom system timer frequency
· aca03015
patacongo
authored
17 years ago
aca03015
Jun 07, 2007
updates
· da19e798
patacongo
authored
17 years ago
da19e798
Don't call fflush if streams are disabled
· 79457a04
patacongo
authored
17 years ago
79457a04
Error in memcpy arguments for SDCC platforms
· cfdfa7b3
patacongo
authored
17 years ago
cfdfa7b3
Function incorrectly named
· a48fe435
patacongo
authored
17 years ago
a48fe435
Fixed nsec calculation
· c574123c
patacongo
authored
17 years ago
c574123c
Removed redundant interrupt disable
· 637618e8
patacongo
authored
17 years ago
637618e8
Don't build sleep() or usleep() if signals are disabled
· a54e55c4
patacongo
authored
17 years ago
a54e55c4
Jun 06, 2007
bash if should end with 'fi' not 'if'
· 5abe9f89
patacongo
authored
17 years ago
5abe9f89
file extension should be .gz not .bz2
· 826ae7f9
patacongo
authored
17 years ago
826ae7f9
updated
· c3ed839a
patacongo
authored
17 years ago
c3ed839a
May 30, 2007
Add a test of statfs
· 4a18d1f2
patacongo
authored
17 years ago
4a18d1f2
May 29, 2007
allocation unit is cluster, not sector
· f1170204
patacongo
authored
17 years ago
f1170204
Added statfs()
· cf935803
patacongo
authored
17 years ago
cf935803
May 27, 2007
Remove duplicate definition of struct statfs
· 9dd25d79
patacongo
authored
17 years ago
9dd25d79
Added fat_getattrib.c and fat_setattrib.c
· 5bdefbb8
patacongo
authored
17 years ago
5bdefbb8
Fix reference count problem
· 3f5d4be4
patacongo
authored
17 years ago
3f5d4be4
Add stat()
· a0153a1e
patacongo
authored
17 years ago
a0153a1e
May 26, 2007
Missing closing quote
· 0c8bb6aa
patacongo
authored
17 years ago
0c8bb6aa
prepare for 0.2.6 release
· 1d82a44d
patacongo
authored
17 years ago
View commits for tag nuttx-2.6
nuttx-2.6
1d82a44d
Fat dir operations seem to work
· 955bf72f
patacongo
authored
17 years ago
955bf72f
typos
· 49e73e6d
patacongo
authored
17 years ago
49e73e6d
Finish FAT directory operations; add option to disable mountpoints; fix ARM compile errors
· 84e1cf94
patacongo
authored
17 years ago
84e1cf94
Add readdir() on mountpoints
· 48b28979
patacongo
authored
17 years ago
48b28979
Setting up for mountpoint support
· 0528705d
patacongo
authored
17 years ago
0528705d
May 21, 2007
Add FAT rename()
· 2a7e55b1
patacongo
authored
17 years ago
2a7e55b1
Add FAT mkdir()
· f0634f55
patacongo
authored
17 years ago
f0634f55
Add FAT rmdir and unlink
· d7b254d2
patacongo
authored
17 years ago
d7b254d2
Add unlink(), mkdir(), rmdir(), and rename()
· 0cb15952
patacongo
authored
17 years ago
0cb15952
Add lseek; prep for 0.2.5
· 982949fd
patacongo
authored
17 years ago
View commits for tag nuttx-2.5
nuttx-2.5
982949fd
May 20, 2007
Implemented FAT write
· 60f48b9a
patacongo
authored
17 years ago
60f48b9a
Add strspn() and strcspn()
· c9bc5c5c
patacongo
authored
17 years ago
c9bc5c5c
Add support for close and fsync
· 624b98e2
patacongo
authored
17 years ago
624b98e2
Added fsync()
· c567505d
patacongo
authored
17 years ago
c567505d
Add fsync()
· f9de27c8
patacongo
authored
17 years ago
f9de27c8
Updated Changelist
· 17e98b86
patacongo
authored
17 years ago
17e98b86
Did not re-enable interrupts
· 341cf6f7
patacongo
authored
17 years ago
341cf6f7
Loading