summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
...
* Update the TODO list and a READMEGregory Nutt2014-09-302-24/+13
* Restore up_internal.h. Changes its name was a bad idea... at least for nowGregory Nutt2014-09-3026-30/+30
* Update ChangeLogsGregory Nutt2014-09-301-0/+5
* Simulated UART seems functionalGregory Nutt2014-09-302-83/+30
* Forgot to add a fileGregory Nutt2014-09-301-0/+69
* Completes simulated uart implementation... does not workGregory Nutt2014-09-308-189/+246
* simulation: Add a simulatied UART input device. Also lots of misc clean-up f...Gregory Nutt2014-09-3036-75/+344
* Update TODO listGregory Nutt2014-09-301-49/+7
* Fix an error when compiled with debug enabledGregory Nutt2014-09-301-2/+0
* Repartition some message queue logic: sched/mqueue should have all mqueue kno...Gregory Nutt2014-09-305-34/+105
* Add support for a custom NSH ROMFS startup image header file location. From ...Gregory Nutt2014-09-301-1/+1
* Update TODO listGregory Nutt2014-09-291-10/+2
* Oops... forgot to add a new directory in the last commitGregory Nutt2014-09-292-0/+68
* Add a framework that may someday support shared memory objects in the VFSGregory Nutt2014-09-292-0/+3
* Eliminate a warning about an uninitilized variableGregory Nutt2014-09-291-86/+90
* Cosmetic update to commentsGregory Nutt2014-09-2916-30/+30
* Update ChangeLogGregory Nutt2014-09-291-0/+5
* Fix some unbalanced sched_lock()/sched_unlock() pairs int the re-implemented ...Gregory Nutt2014-09-295-4/+12
* First round of fixes for re-implemented VFS message queuesGregory Nutt2014-09-294-8/+10
* Completes the re-implementation of mq_unlink()Gregory Nutt2014-09-295-85/+149
* Complete re-implementation of mq_closeGregory Nutt2014-09-2913-72/+168
* Complete re-implementation of mq_open()Gregory Nutt2014-09-297-72/+374
* Separate mqueue allocation logic from mq_open() and put it in sched/mqueue/mq...Gregory Nutt2014-09-299-95/+101
* Move mq_open.c, mq_close.c, and mq_unlink.c from sched/mqueue to fs/mqueueGregory Nutt2014-09-2916-48/+59
* Convert mqueue structure for use in VFS as inode data; rename mqueue_inode_s;...Gregory Nutt2014-09-2917-157/+30
* Fix a missed include file changeGregory Nutt2014-09-291-1/+1
* Fix some comments: Remove button description from GPIO interrupt handlers th...Gregory Nutt2014-09-296-12/+12
* Fix a perverse case where vfork() is called from a pthread. Still not recomme...Gregory Nutt2014-09-291-16/+29
* Update ChangeLogGregory Nutt2014-09-291-0/+4
* More vfork(): If we get to vfork() via system call, then we need to clone so...Gregory Nutt2014-09-291-0/+20
* Update ChangeLogGregory Nutt2014-09-291-0/+4
* Fix vfork(). Now that arguments are kept on the stack, the way that argument...Gregory Nutt2014-09-293-34/+115
* Refresh STM32F4Discovery kosest configuration fileGregory Nutt2014-09-291-1/+7
* Fix conditional compilation error introduced with the named semaphore changesGregory Nutt2014-09-291-1/+1
* Fix missing header file for bug introduced yesterdayGregory Nutt2014-09-292-0/+2
* Update ChangeLogGregory Nutt2014-09-291-0/+2
* Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.hGregory Nutt2014-09-2963-98/+180
* Add build support for messages queues as part of the VFS (only build logic, n...Gregory Nutt2014-09-294-0/+55
* Update ChangeLogGregory Nutt2014-09-291-1/+5
* Semaphore initialization is now only required if priority inheritance is init...Gregory Nutt2014-09-294-17/+24
* STM32F4-Discovery: Fix some backwad conditional compilationGregory Nutt2014-09-291-1/+1
* More testing, bugfixes and integration of VFS-based named semaphoresGregory Nutt2014-09-2810-14/+48
* Fix a typo in a Make.defs fileGregory Nutt2014-09-281-1/+1
* Seems to work okay now, but needs more testingGregory Nutt2014-09-282-11/+89
* Completes VFS-based named semaphore implemetation. Still a little buggyGregory Nutt2014-09-2823-442/+134
* Add VFS-based sem_open() implementationGregory Nutt2014-09-287-25/+291
* Add a simple named semaphore test to the OS testGregory Nutt2014-09-282-21/+32
* straighten out files in some Make.defs filesGregory Nutt2014-09-282-3/+3
* Upate ChangeLogGregory Nutt2014-09-281-0/+2
* Create a build structure that will (eventually) support using the VFS to mana...Gregory Nutt2014-09-2812-22/+121