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
bc0eb7f31ec1a4eff3f079aabc000482a5afb486
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
Nov 23, 2008
Added framebuffer interface
· bc0eb7f3
patacongo
authored
16 years ago
bc0eb7f3
Nov 21, 2008
Change from doubly- to singly-linked lists
· 55bdcc37
patacongo
authored
16 years ago
55bdcc37
Nov 20, 2008
update
· c5a9c367
patacongo
authored
16 years ago
c5a9c367
Completed integration of TCP connection backlog and poll()/select() for connections
· 9fe041ff
patacongo
authored
16 years ago
9fe041ff
Add support for TCP/IP connection backlog
· 73a6fc02
patacongo
authored
16 years ago
73a6fc02
Make sure the private data is initially NULL
· 14d2342d
patacongo
authored
16 years ago
14d2342d
Nov 19, 2008
Add description of poll configuration
· a8ddf0cf
patacongo
authored
16 years ago
a8ddf0cf
examples/poll config
· 946993e0
patacongo
authored
16 years ago
946993e0
Document poll/select bug
· 2bd86fa8
patacongo
authored
16 years ago
2bd86fa8
Corrected a bug in the buffering of TCP data
· 2189a692
patacongo
authored
16 years ago
2189a692
Move poll save area back into struct pollfd (as it was
· cf12e169
patacongo
authored
16 years ago
cf12e169
Add entries to index
· b87033e7
patacongo
authored
16 years ago
b87033e7
Move poll storage slot from pollfd struct to socket struct
· 0985c273
patacongo
authored
16 years ago
0985c273
Revert part of last change
· 0f4896d7
patacongo
authored
16 years ago
0f4896d7
Add host side helper for poll test
· fb68f832
patacongo
authored
16 years ago
fb68f832
Add configuration settings necessary to use poll()
· 240e512d
patacongo
authored
16 years ago
240e512d
Nov 18, 2008
Add poll() and select()
· 6dedcb2d
patacongo
authored
16 years ago
6dedcb2d
cosmetic
· 004cd558
patacongo
authored
16 years ago
004cd558
Add TCP/IP server
· ec5bf903
patacongo
authored
16 years ago
ec5bf903
Add UDP poll issue
· f43604ca
patacongo
authored
16 years ago
f43604ca
Basic setup of network select
· 0dd623a4
patacongo
authored
16 years ago
0dd623a4
Implement poll/select for sockets
· b2b69f17
patacongo
authored
16 years ago
b2b69f17
cosmetic
· 8e53b726
patacongo
authored
16 years ago
8e53b726
Fix serial read behavior
· a93d9f4c
patacongo
authored
16 years ago
a93d9f4c
Nov 17, 2008
Add option to use C buffered I/O in examples/serloop
· f74a19b9
patacongo
authored
16 years ago
f74a19b9
Needs conditional compilation for POLL disabled
· 17edec84
patacongo
authored
16 years ago
17edec84
Note bad behavior of fgetc
· 0b84cc91
patacongo
authored
16 years ago
0b84cc91
Fix improper access to table
· d5000bfd
patacongo
authored
16 years ago
d5000bfd
Use FAR storage class
· 6fde1cb1
patacongo
authored
16 years ago
6fde1cb1
Remove garbage comment
· bea78a9e
patacongo
authored
16 years ago
bea78a9e
Add poll method to serial drivers
· c14ec89a
patacongo
authored
16 years ago
c14ec89a
Extend test to verify select
· 2ed32601
patacongo
authored
16 years ago
2ed32601
Initial integration of poll()
· acbefdbb
patacongo
authored
16 years ago
acbefdbb
CAN driver doesn't support poll() method
· e4922667
patacongo
authored
16 years ago
e4922667
Add examples/poll
· b57ad724
patacongo
authored
16 years ago
b57ad724
Add select()
· 73c4fa57
patacongo
authored
16 years ago
73c4fa57
Add poll() method
· 68ec2ba0
patacongo
authored
16 years ago
68ec2ba0
Test for poll API
· efff6fa8
patacongo
authored
16 years ago
efff6fa8
Default state is poll() disabled
· 8840defc
patacongo
authored
16 years ago
8840defc
Nov 16, 2008
Poll API may be disabled
· 72d4fbf1
patacongo
authored
16 years ago
72d4fbf1
Loading