summaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Expand)AuthorAgeFilesLines
* Fixes for the examples/nxtext testGregory Nutt2013-05-072-34/+155
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to...Gregory Nutt2013-05-0310-5/+1175
* Add support for the byte write method to MTD partition logic; Beef up the MT...Gregory Nutt2013-05-022-10/+153
* Add tests for the SMART block driver and file system. From Ken PettitGregory Nutt2013-05-0114-9/+1059
* Changes to get the MTD test workingGregory Nutt2013-04-301-29/+72
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-309-9/+626
* Various Kconfig files still have references to CONFIG_ variables. Some in ha...Gregory Nutt2013-04-253-9/+9
* 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
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-0487-0/+957
* 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
* itoa() from Ryan Sundbergpatacongo2013-03-142-17/+13
* Two fixes from Mike Smith: (1) use -m install of --mode in install commands, ...patacongo2013-03-032-2/+2
* Add a THTTPD configuratin for zkit-arm-1769patacongo2013-02-262-13/+52
* 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-262-21/+68
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-103-11/+10
* 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
* 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-065-7/+214
* 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-041-2/+2
* Move pthread join and key creation data into the task grouppatacongo2013-02-031-3/+5
* All argv types should be char * const * not const char **patacongo2013-02-023-4/+4
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-2825-68/+68
* 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-251-9/+9
* Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-241-0/+28
* apps/examples/nettest and poll: Complete Kconfig filespatacongo2013-01-245-5/+66
* Add option to used keyboard CODEC in apps/examples/keypadtestpatacongo2013-01-232-1/+122
* Add split package logic to improve TCP send performance with delayed ACKspatacongo2013-01-191-1/+1
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-0/+38
* Change the way thread priority is handled in binfmt/ to better match the way ...patacongo2013-01-172-2/+2
* convert configs/sim/nsh to use kconfig-frontendspatacongo2013-01-163-7/+5
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-141-14/+0
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-134-18/+305
* Cosmetic cleanup from SIGCHLD changespatacongo2013-01-131-1/+6
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-0/+58
* Fix an error handling bug in the fread logicpatacongo2013-01-113-15/+44
* Various changes while debugging posix_spawnpatacongo2013-01-118-35/+283
* Fix problem with initialization of file actionspatacongo2013-01-101-0/+4
* Added a test of posix_spawn()patacongo2013-01-1012-28/+765
* Add interfaces to dynamically change symbol tables used by posix_spawn, execv...patacongo2013-01-103-7/+85
* Fixed ARM vfork; re-enabled vfork OS testpatacongo2013-01-071-6/+0
* Disable the vfork() OS test... it failspatacongo2013-01-071-0/+10
* Add ostest vfork test (does not work yet)patacongo2013-01-074-0/+115