summaryrefslogtreecommitdiff
path: root/nuttx/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fixes for Z16F compilerpatacongo2008-08-105-8/+15
* Added test for mkfatfspatacongo2008-08-101-0/+2
* Fix detection of final closepatacongo2008-07-271-5/+3
* fix pipe cleanup logicpatacongo2008-07-273-95/+136
* Fix counting errorpatacongo2008-07-261-2/+2
* Fix FIFO interlock errorspatacongo2008-07-261-13/+3
* O_RDONLY open on FIFO blocks until writer openspatacongo2008-07-262-2/+33
* Minor pipe updatespatacongo2008-07-264-44/+44
* Add pipe()patacongo2008-07-265-377/+827
* Add support for O_NONBLOCKpatacongo2008-07-221-4/+25
* Debugging FIFO logicpatacongo2008-07-221-195/+82
* Add mkfifo()patacongo2008-07-202-1/+570
* Add RAM disk supportnuttx-3.11patacongo2008-06-012-0/+253
* Clean compilation with console enabledpatacongo2008-02-181-0/+1
* Fix DM320 serial configuration problempatacongo2008-02-082-63/+99
* Add a generic CAN driverpatacongo2008-02-082-1/+737
* Fix /dev/zeropatacongo2008-02-022-10/+10
* Added lseek()patacongo2008-02-011-0/+94
* Add pascal testpatacongo2008-02-012-18/+18
* Use mdelay vs inaccurate udelaypatacongo2008-01-301-2/+2
* Added low-level console driverpatacongo2008-01-303-1/+133
* Basic Z16F serial driver functionalitypatacongo2008-01-281-1/+1
* Structure serial driver interface to support different interrupt architecturespatacongo2008-01-261-20/+15
* Clean operations are now toolchain specificpatacongo2008-01-101-2/+3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-5/+4
* Reduce make outputpatacongo2008-01-081-4/+4
* Add support for tools that can't make dependenciespatacongo2008-01-081-7/+5
* Debug NSH on z80simpatacongo2007-12-311-3/+3
* Fix compilation errorspatacongo2007-12-111-1/+1
* Moved MAC and ethernet definitions to include/net/ethernet.hpatacongo2007-12-112-3/+4
* First clean C5471 Ethernet compilepatacongo2007-12-041-0/+4
* Add c5471 Ethernet driverpatacongo2007-12-041-14/+14
* Add skeleton ethernet driverpatacongo2007-12-022-2/+595
* Add examples/dhcpdpatacongo2007-11-301-6/+16
* Debug can now be selectively enabled by subystempatacongo2007-11-231-50/+51
* Add TX data notificationpatacongo2007-11-221-1/+43
* Several webserver bugs fixedpatacongo2007-11-201-1/+5
* Add TCP readahead logicpatacongo2007-11-191-1/+1
* uIP webserver now uses listen/acceptpatacongo2007-11-191-1/+3
* Fix DM90x0 driver problem that caused TX overrunspatacongo2007-11-171-31/+37
* Basic server functionality: listen(), accept()patacongo2007-11-161-2/+0
* Fix probably where packets dropped because there was no recv() in place were ...patacongo2007-11-151-3/+3
* Handle varialble length polling intervals; fix bug of last checkinpatacongo2007-11-071-5/+10
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-061-3/+3
* Reduce debug output; calibrate DM320 timerpatacongo2007-11-061-157/+160
* Basic TCP send functionalpatacongo2007-11-051-59/+25
* Integrating with DM320patacongo2007-11-041-4/+14
* DM90x0 driver hooked into DM320patacongo2007-11-041-14/+16
* Finish TX timeout logicpatacongo2007-11-021-6/+29
* Changes for clean compile of DM90x0 driver on Neuros OSDpatacongo2007-11-021-7/+30