summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Fixed for CYGWIN buildpatacongo2007-09-181-5/+12
* Add basic structure to support netdevice ioctlspatacongo2007-09-161-0/+24
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-091-1/+1
* Added network init; refactored some header filespatacongo2007-09-094-26/+171
* Cleanup and fix problems introduce in last commitpatacongo2007-09-081-2/+2
* Implemented several options in set/getsockoptspatacongo2007-09-082-18/+82
* Added framework for getsockopt() setsockopt()patacongo2007-09-071-3/+14
* Add send, sendto, rec, recvfrompatacongo2007-09-031-0/+4
* Implements basic TCP connection logicpatacongo2007-09-021-17/+3
* Adding socket(), bind() logicpatacongo2007-09-011-1/+29
* Added support for socket descriptorspatacongo2007-09-012-1/+113
* Add environment variable functionpatacongo2007-06-301-1/+1
* Add basic tasking support for environment variablespatacongo2007-06-301-1/+17
* SDCC specific changes. Z80 support; re-enable __FILE__ and __LINE__ in assert...patacongo2007-06-091-3/+7
* Added statfs()patacongo2007-05-291-0/+6
* Added fat_getattrib.c and fat_setattrib.cpatacongo2007-05-271-0/+90
* Fix reference count problempatacongo2007-05-271-1/+1
* Add stat()patacongo2007-05-271-0/+1
* Finish FAT directory operations; add option to disable mountpoints; fix ARM c...patacongo2007-05-261-0/+8
* Add readdir() on mountpointspatacongo2007-05-261-0/+4
* Add FAT rmdir and unlinkpatacongo2007-05-211-5/+5
* Add unlink(), mkdir(), rmdir(), and rename()patacongo2007-05-211-5/+9
* Added fsync()patacongo2007-05-201-4/+11
* Support for open of FAT fspatacongo2007-05-191-6/+6
* umount and fat fixespatacongo2007-05-141-3/+5
* Add FAT32 unmount; mountpoint open needs oflags+modepatacongo2007-05-131-1/+2
* Misc. changes to support FAT32 fileysystempatacongo2007-05-131-10/+19
* Add mount and umountpatacongo2007-05-121-5/+36
* Add structures to manage block driverspatacongo2007-05-091-43/+103
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-0/+287
* Fix typospatacongo2007-03-191-9/+12
* Interrupts must be disabled in all low level context switchespatacongo2007-03-191-0/+21
* Move common parts of C5471 into drivers/ so it can be used by other platforms.patacongo2007-03-161-0/+241
* Define 'inline' for SDCC so that code can use the inline storage class if not...patacongo2007-03-161-0/+2
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-141-0/+5
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-111-1/+1
* Re-design vsprintf so that it does not use so much stack; handle 8051's 2-byt...patacongo2007-03-051-0/+18
* Add capability to manager memory in discontiguous regions.patacongo2007-03-041-1/+2
* Code complete for 8051 (not tested)patacongo2007-03-022-4/+8
* This creates a 8051 build that can run in 24Kb of RAMpatacongo2007-03-011-0/+3
* Still working toward clean 8051 linkpatacongo2007-02-281-0/+8
* Finally, a clean SDCC compilepatacongo2007-02-277-61/+161
* Progress toward clean SDCC compilationpatacongo2007-02-213-3/+4
* Eliminating SDCC compilation errorspatacongo2007-02-211-0/+8
* Working toward compiler independence: Removed inline funcspatacongo2007-02-202-8/+0
* Eliminating GCC dependenciespatacongo2007-02-203-6/+4
* Add support for non-GCC compilerpatacongo2007-02-201-4/+12
* Fix ARM IRQ handling problem + ARM context restore problempatacongo2007-02-191-1/+1
* NuttX RTOSpatacongo2007-02-177-0/+1086