summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* Misc fixes to get SDRAM support and RAM test to build for the Open1788 platformpatacongo2013-03-272-2/+2
* Patches for LPC17xx SSP driver from Chris Taglia; patch for RAM test from Rom...patacongo2013-03-271-5/+5
* Add apps/system/ramtest. I will use this for the LPC1788 SDRAM bringuppatacongo2013-03-276-0/+618
* Prep for 6.26 releasenuttx-6.26patacongo2013-03-151-1/+3
* itoa() from Ryan Sundbergpatacongo2013-03-142-17/+13
* More kernel build fixespatacongo2013-03-071-1/+1
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-073-1/+20
* Two fixes from Mike Smith: (1) use -m install of --mode in install commands, ...patacongo2013-03-032-2/+2
* Add an NX/TIFF screenshot from Petteri Aimonen (Patch 0014)patacongo2013-02-288-5/+399
* NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)patacongo2013-02-281-0/+24
* Add an NSH configuration for the NuTiny-SDK-NUC120. Still does not workpatacongo2013-02-261-0/+2
* Add a THTTPD configuratin for zkit-arm-1769patacongo2013-02-266-57/+168
* Add port to Zilogic Systems ZKIT-ARM-1769 board (more coming)patacongo2013-02-261-12/+17
* Minor changes to make OS test more robust in the presence of many memory allo...patacongo2013-02-265-26/+69
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-108-30/+37
* STM32F3Discovery passes all OS tests; Delay loop has been calibratedpatacongo2013-02-091-9/+84
* Fix some problems with the vfork() test on the STM32F3Discoverypatacongo2013-02-084-6/+11
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-081-9/+28
* STM32F3Discovery port is complete, builds, and is ready for testingpatacongo2013-02-071-4/+0
* More updates for the STM32F3Discoverypatacongo2013-02-061-1/+1
* Changed needed to fix issues with task_restart()patacongo2013-02-066-8/+216
* Misc clean-up and bugfixes related to multi-thread group signallingpatacongo2013-02-063-35/+105
* Moving pending signals to task group; Logic to recover some MQ resources on p...patacongo2013-02-051-9/+34
* Rename _TCB to struct tcb_spatacongo2013-02-043-3/+5
* Move pthread join and key creation data into the task grouppatacongo2013-02-031-3/+5
* NSH needs to call pthread_detach() to avoid memory leakpatacongo2013-02-032-4/+16
* Correct a memory leak in NSHpatacongo2013-02-022-10/+36
* All argv types should be char * const * not const char **patacongo2013-02-0210-346/+116
* Prep for 6.25 releasepatacongo2013-02-011-4/+6
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-1/+0
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-312-16/+40
* 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-291-39/+39
* The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-296-57/+196
* USB monitor daemon updatespatacongo2013-01-292-8/+13
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-2829-105/+201
* Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-2812-32/+321
* configs/stm32f4discovery/nsh converted to use kconfig-frontendspatacongo2013-01-271-1/+1
* Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-272-2/+2
* Fix some compilation errors when child status disabled; new waitpid logic not...patacongo2013-01-252-9/+11
* Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-241-0/+28
* Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-1/+1
* apps/examples/nettest and poll: Complete Kconfig filespatacongo2013-01-246-5/+67
* Add option to used keyboard CODEC in apps/examples/keypadtestpatacongo2013-01-232-1/+122
* Centralize TCP loss-of-connection bit twiddlingpatacongo2013-01-201-1/+8
* Yet another repair for the previouis botched recvfrom() fix; Fix telnet drive...patacongo2013-01-202-2/+18
* Add split package logic to improve TCP send performance with delayed ACKspatacongo2013-01-192-1/+3
* Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use k...patacongo2013-01-181-2/+3
* Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-183-29/+62
* Misc bug fixes related to NSH file executionpatacongo2013-01-173-41/+82