summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rename _TCB to struct tcb_spatacongo2013-02-04296-842/+841
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5610 42af7a65-404d-4744-a932-0658087f49c3
* Move list of open message queues to task group. Now message queues opened ↵patacongo2013-02-048-42/+164
| | | | | | by members of the group will be closed when the last member of the group exits. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5609 42af7a65-404d-4744-a932-0658087f49c3
* Move waitpid() data structures to task group; The caller of waitpid() is now ↵patacongo2013-02-044-24/+66
| | | | | | only awakened when the final thread of the task group exits git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5608 42af7a65-404d-4744-a932-0658087f49c3
* Move atexit/on_exit data structures to task group; Now callbacks only occur ↵patacongo2013-02-047-104/+135
| | | | | | when the final member of the task group exits git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5607 42af7a65-404d-4744-a932-0658087f49c3
* Updated LPC78x GPIO logic from Rommel Marcelopatacongo2013-02-031-63/+128
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5606 42af7a65-404d-4744-a932-0658087f49c3
* Make the names of the execsem consistent; Need defaults for some CONFIG_ ↵patacongo2013-02-033-8/+8
| | | | | | settings git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5605 42af7a65-404d-4744-a932-0658087f49c3
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-03149-149/+149
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5604 42af7a65-404d-4744-a932-0658087f49c3
* Now that join info is in the task group, need to free when task group exits. ↵patacongo2013-02-035-5/+129
| | | | | | Used to be stranded git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5603 42af7a65-404d-4744-a932-0658087f49c3
* Move pthread join and key creation data into the task grouppatacongo2013-02-0321-216/+307
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5602 42af7a65-404d-4744-a932-0658087f49c3
* NSH needs to call pthread_detach() to avoid memory leakpatacongo2013-02-032-4/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5601 42af7a65-404d-4744-a932-0658087f49c3
* Correct a memory leak in NSHpatacongo2013-02-0250-82/+155
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5600 42af7a65-404d-4744-a932-0658087f49c3
* All argv types should be char * const * not const char **patacongo2013-02-0214-349/+122
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5599 42af7a65-404d-4744-a932-0658087f49c3
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ↵patacongo2013-02-0241-371/+1453
| | | | | | types should be char * const * not const char ** git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5598 42af7a65-404d-4744-a932-0658087f49c3
* A spurious checkin... I just want to improve some code structurepatacongo2013-02-021-29/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5597 42af7a65-404d-4744-a932-0658087f49c3
* drivers/serial.c: Fix some race conditions. Some bad things code happen if ↵patacongo2013-02-022-29/+78
| | | | | | we lost a USB connection at certain times. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5596 42af7a65-404d-4744-a932-0658087f49c3
* Last minute 6.25 changenuttx-6.25patacongo2013-02-014-27/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5595 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.25 releasepatacongo2013-02-016-420/+1191
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5594 42af7a65-404d-4744-a932-0658087f49c3
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-019-31/+97
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5593 42af7a65-404d-4744-a932-0658087f49c3
* NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken ↵patacongo2013-02-0112-16/+293
| | | | | | Bannister git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5592 42af7a65-404d-4744-a932-0658087f49c3
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ↵patacongo2013-01-3118-73/+102
| | | | | | overriden from make command line git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5591 42af7a65-404d-4744-a932-0658087f49c3
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-3110-24/+353
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5590 42af7a65-404d-4744-a932-0658087f49c3
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-3110-65/+320
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5589 42af7a65-404d-4744-a932-0658087f49c3
* With the last fixes to the STM32 OTG FS driver, the old poll hack no longer ↵patacongo2013-01-302-62/+6
| | | | | | seems necessary git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5588 42af7a65-404d-4744-a932-0658087f49c3
* The STM32 F2/4 OTG FS device driver seems to be functionalpatacongo2013-01-301-22/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5587 42af7a65-404d-4744-a932-0658087f49c3
* LM4F update from JPpatacongo2013-01-305-310/+434
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5586 42af7a65-404d-4744-a932-0658087f49c3
* Add LM3S/4F family definitionspatacongo2013-01-301-0/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5585 42af7a65-404d-4744-a932-0658087f49c3
* Remove the g_iocon[] arrarypatacongo2013-01-303-42/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5584 42af7a65-404d-4744-a932-0658087f49c3
* LPC1788 updated from Rommel Marcelopatacongo2013-01-303-34/+389
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5583 42af7a65-404d-4744-a932-0658087f49c3
* Add support for a login script (in addition to the init script); Add logic ↵patacongo2013-01-2911-215/+732
| | | | | | so that a USB console session can connect and reconnect to the USB serial device git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5582 42af7a65-404d-4744-a932-0658087f49c3
* The USB monitor now works with configs/stm32f4discovery/usbnshpatacongo2013-01-292-48/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5581 42af7a65-404d-4744-a932-0658087f49c3
* The USB monitor now works with the stm32f4discover/nsh configuration (but ↵patacongo2013-01-299-73/+225
| | | | | | not with the usbnsh configuration) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5580 42af7a65-404d-4744-a932-0658087f49c3
* USB monitor daemon updatespatacongo2013-01-299-56/+139
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5579 42af7a65-404d-4744-a932-0658087f49c3
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-28180-520/+677
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
* Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-2817-62/+421
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5577 42af7a65-404d-4744-a932-0658087f49c3
* Misc SYSLOG and STM32 serial fixespatacongo2013-01-285-59/+61
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5576 42af7a65-404d-4744-a932-0658087f49c3
* Serial driver needed even when no console; Fix user LED settings in all ↵patacongo2013-01-2828-92/+314
| | | | | | STM32 configurations git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5575 42af7a65-404d-4744-a932-0658087f49c3
* Updates for stm32f4discovery/usbnsh configurationpatacongo2013-01-286-41/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5574 42af7a65-404d-4744-a932-0658087f49c3
* configs/stm32f4discovery/nsh converted to use kconfig-frontendspatacongo2013-01-276-677/+616
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5573 42af7a65-404d-4744-a932-0658087f49c3
* Add configs/stm32f4discovery/usbnshpatacongo2013-01-2712-20/+1029
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5572 42af7a65-404d-4744-a932-0658087f49c3
* Add a start hook that can be setup to call a function in the context of a ↵patacongo2013-01-2717-57/+239
| | | | | | new thread before the new threads main() has been called. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5571 42af7a65-404d-4744-a932-0658087f49c3
* Move socket data from TCB to task group structure.patacongo2013-01-2624-412/+136
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5570 42af7a65-404d-4744-a932-0658087f49c3
* Move stream data from TCB to task group structure.patacongo2013-01-2623-357/+242
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5569 42af7a65-404d-4744-a932-0658087f49c3
* Fix a recently introduced memory leakpatacongo2013-01-265-51/+75
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5568 42af7a65-404d-4744-a932-0658087f49c3
* Move file data from TCB to task grouppatacongo2013-01-2622-336/+288
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5567 42af7a65-404d-4744-a932-0658087f49c3
* Don't keep the parent task's task ID in the child task's TCB. Instead, keep ↵patacongo2013-01-2616-217/+926
| | | | | | the parent task group IN the child task's task group. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5566 42af7a65-404d-4744-a932-0658087f49c3
* Move environment variables in the task group structurepatacongo2013-01-2533-475/+295
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5565 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to send SIGCHLD to all members of a task grouppatacongo2013-01-256-5/+161
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5564 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to keep track of members of a task grouppatacongo2013-01-2510-56/+298
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5563 42af7a65-404d-4744-a932-0658087f49c3
* Add framework to support task groupspatacongo2013-01-2520-141/+677
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5562 42af7a65-404d-4744-a932-0658087f49c3
* Fix some compilation errors when child status disabled; new waitpid logic ↵patacongo2013-01-257-24/+26
| | | | | | not encoding/decoding status properly git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5561 42af7a65-404d-4744-a932-0658087f49c3