summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* Prep for NuttX-6.27 releasenuttx-6.27Gregory Nutt2013-04-281-1/+3
* Various Kconfig files still have references to CONFIG_ variables. Some in ha...Gregory Nutt2013-04-255-12/+12
* Fix test of range of skip= argument in NSH dd command. From Ken PetitGregory Nutt2013-04-242-6/+3
* New Kconfig convention: Extra indentation in comments will render as HTML pr...Gregory Nutt2013-04-222-18/+18
* Fixes to strchr, mkfats, and NxWidgets from Petteri AimonenGregory Nutt2013-04-221-0/+6
* Fix comments, references to the old SVN, and links to the old SVN. Replace w...Gregory Nutt2013-04-191-1/+1
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-0/+3
* Cancel test needs to wait for the thread to set non-cancelable mode at one pointGregory Nutt2013-04-181-1/+11
* Move LPC17xx IOCON register definitions from lpc17_gpio.h to lpc17_iocon.h; f...Gregory Nutt2013-04-044-26/+19
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-047-40/+27
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-04125-1/+1290
* First test of the GIT repositoryGregory Nutt2013-04-042-0/+6
* SSP driver fixes for the LPC178x; Fixes for Open1788 touchscreen driverpatacongo2013-04-022-2/+2
* More naming changes associated with earlier renaming of LP17xx up_spiinitiali...patacongo2013-04-014-11/+48
* Fixes to get SDRAM working on the Open1788. Works but is not reliablepatacongo2013-03-271-42/+139
* 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