summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
...
* IPv6: Remove an unusd file (kruft from original IPv6 develoment); Add inital ...Gregory Nutt2015-02-0210-185/+89
* Update documentationGregory Nutt2015-02-021-13/+30
* Cosmetic update to a few commentsGregory Nutt2015-02-012-2/+3
* Refresh some configurationsGregory Nutt2015-02-016-85/+221
* Fix compile issues with configs/sim/nettestGregory Nutt2015-02-013-19/+94
* Merge commit '523a5d4527078a6107729dd12a6398b5dedbbc3e'Gregory Nutt2015-02-011-1/+1
|\
| * Obviously can't use LOWCONSOLE with nsh.jeditekunum2015-02-011-1/+1
* | Unix domain: Fix some bugs in logic the frees stream FIFOsGregory Nutt2015-02-011-20/+22
|/
* SIM: fix a case in the simulated Ethernet driver where it was using a old str...Gregory Nutt2015-02-011-2/+3
* Unix domain: Enable logic to clean up the FIFOs underlying stream sockets wi...Gregory Nutt2015-02-012-28/+48
* RAM disk: Missed a few changes in the last commitGregory Nutt2015-02-011-6/+15
* Update ChangeLogGregory Nutt2015-02-011-1/+6
* drivers/ramdisk.c and include/nuttx/fs/ramdisk.h: Add logic to dispose of th...Gregory Nutt2015-02-017-147/+280
* Update ChangeLogGregory Nutt2015-02-011-0/+3
* Moteino Mego: Move linker scripts to scripts/ directory as with other config...Gregory Nutt2015-02-014-220/+5
* Remove execute privileges from some header filesGregory Nutt2015-02-0110-0/+0
* EFM32 Add support of BURTC and add possibility of debug message of RMU: Pierr...Gregory Nutt2015-02-015-5/+801
* VFS: New block driver unlink support is dependent on mountpoint supportGregory Nutt2015-01-311-0/+2
* Update ChangeLogGregory Nutt2015-01-311-0/+5
* Moteino Mega: Rename files to conform to newer standards. Need to fix all o...Gregory Nutt2015-01-315-11/+10
* Review/modifications for change of last mergeGregory Nutt2015-01-3111-196/+207
* Merge commit '1207647ee19ac48746300f2d3fa8f4679c32de95'Gregory Nutt2015-01-3127-9/+3252
|\
| * Update README for MoteinoMEGA (ATMEGA1284P) port.jeditekunum2015-01-311-268/+53
| * Complete initial port.jeditekunum2015-01-314-165/+361
| * Try console on serial 1.jeditekunum2015-01-261-14/+25
| * Interrupt vectors for ATMEGA1284P.jeditekunum2015-01-263-2/+158
| * Fix typos.jeditekunum2015-01-262-6/+3
| * First step at porting to MoteinoMEGA. LED shows assert failure at boot. App...jeditekunum2015-01-2422-1/+3099
* | Fix some compilation errors introduced in the last commitGregory Nutt2015-01-312-2/+5
* | Upate ChangeLogGregory Nutt2015-01-311-4/+4
* | Add an unlink method to block driver interface. Same motivataion as for the ...Gregory Nutt2015-01-313-18/+23
* | Remove reference to used variableGregory Nutt2015-01-311-9/+0
* | Backout use of named initializers. Not C99Gregory Nutt2015-01-311-7/+8
* | Update TODO listGregory Nutt2015-01-311-12/+14
* | Update ChangeLogGregory Nutt2015-01-311-0/+4
* | Pipes/FIFOs: Implement the unlink method. If the pipe/FIFO is unlinked, it ...Gregory Nutt2015-01-314-43/+116
* | Update ChangeLogGregory Nutt2015-01-311-1/+6
* | VFS: Add an unlink method to the character driver interface. This is import...Gregory Nutt2015-01-312-3/+24
* | Unix domain: Add options to build in stream or datagram support separatelyGregory Nutt2015-01-3124-98/+193
* | Update ChangeLogGregory Nutt2015-01-311-2/+5
* | Networking: Add fcntl support for Unix domain sockets and UDP sockets with re...Gregory Nutt2015-01-301-16/+55
* | Update TODO listGregory Nutt2015-01-301-31/+32
* | Fix some errors in debug assertionsGregory Nutt2015-01-302-2/+2
* | If a Unix domain socket is non-blocking, then the underlying FIFO should also...Gregory Nutt2015-01-309-45/+69
* | Fix mimatched #if/#endifGregory Nutt2015-01-301-1/+0
* | Fix a missing quotation mark in configuration descriptionGregory Nutt2015-01-301-1/+1
* | Update ChangeLogGregory Nutt2015-01-301-0/+12
* | Unix domain/FIFOs: Fix a race condition between FIFO buffer operations and t...Gregory Nutt2015-01-307-73/+179
* | Networking: Any linger UDP read-ahead buffers must be freed when UDP socket i...Gregory Nutt2015-01-301-0/+7
* | Unix domain: Add logic to release references to the half duplex FIFO after se...Gregory Nutt2015-01-306-27/+47