summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Last minute 6.25 changenuttx-6.25patacongo2013-02-014-27/+42
* Prep for 6.25 releasepatacongo2013-02-016-420/+1191
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-019-31/+97
* NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken Bann...patacongo2013-02-0112-16/+293
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-3118-73/+102
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-3110-24/+353
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-3110-65/+320
* With the last fixes to the STM32 OTG FS driver, the old poll hack no longer s...patacongo2013-01-302-62/+6
* The STM32 F2/4 OTG FS device driver seems to be functionalpatacongo2013-01-301-22/+54
* LM4F update from JPpatacongo2013-01-305-310/+434
* Add LM3S/4F family definitionspatacongo2013-01-301-0/+12
* Remove the g_iocon[] arrarypatacongo2013-01-303-42/+3
* LPC1788 updated from Rommel Marcelopatacongo2013-01-303-34/+389
* Add support for a login script (in addition to the init script); Add logic so...patacongo2013-01-2911-215/+732
* The USB monitor now works with configs/stm32f4discovery/usbnshpatacongo2013-01-292-48/+52
* The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-299-73/+225
* USB monitor daemon updatespatacongo2013-01-299-56/+139
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-28180-520/+677
* Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-2817-62/+421
* Misc SYSLOG and STM32 serial fixespatacongo2013-01-285-59/+61
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-2828-92/+314
* Updates for stm32f4discovery/usbnsh configurationpatacongo2013-01-286-41/+70
* configs/stm32f4discovery/nsh converted to use kconfig-frontendspatacongo2013-01-276-677/+616
* Add configs/stm32f4discovery/usbnshpatacongo2013-01-2712-20/+1029
* Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-2717-57/+239
* Move socket data from TCB to task group structure.patacongo2013-01-2624-412/+136
* Move stream data from TCB to task group structure.patacongo2013-01-2623-357/+242
* Fix a recently introduced memory leakpatacongo2013-01-265-51/+75
* Move file data from TCB to task grouppatacongo2013-01-2622-336/+288
* Don't keep the parent task's task ID in the child task's TCB. Instead, keep ...patacongo2013-01-2616-217/+926
* Move environment variables in the task group structurepatacongo2013-01-2533-475/+295
* Add logic to send SIGCHLD to all members of a task grouppatacongo2013-01-256-5/+161
* Add logic to keep track of members of a task grouppatacongo2013-01-2510-56/+298
* Add framework to support task groupspatacongo2013-01-2520-141/+677
* Fix some compilation errors when child status disabled; new waitpid logic not...patacongo2013-01-257-24/+26
* Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-2411-106/+322
* Fix poll/select issue reported by Qiangpatacongo2013-01-2415-100/+279
* Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-2/+2
* Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-248-46/+78
* apps/examples/nettest and poll: Complete Kconfig filespatacongo2013-01-2410-16/+80
* Convert configs/olimex-lpc1766stk/nettest to use kconfig-frontendspatacongo2013-01-244-398/+520
* Add option to used keyboard CODEC in apps/examples/keypadtestpatacongo2013-01-235-46/+207
* Add logic to retain child task exit status if so configuredpatacongo2013-01-2323-213/+836
* Add single-wire UART support to STM32 serial driverpatacongo2013-01-234-11/+62
* Missed changed from last lpc1788 check-inpatacongo2013-01-231-3/+3
* Add lpc178x_iocon.h from Rommel Marcelopatacongo2013-01-222-1/+153
* lpc1788 update from Rommel Marcelo; Beginning of logic to retain child exit s...patacongo2013-01-2212-828/+1331
* Use of BASEPRI to control ARM interrupts is now functionalpatacongo2013-01-227-98/+115
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-2223-60/+159
* Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARM...patacongo2013-01-2224-979/+1399