summaryrefslogtreecommitdiff
path: root/apps/examples/ostest
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Move pthread join and key creation data into the task grouppatacongo2013-02-031-3/+5
* 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
* 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
* 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
* Some fixes to apps/builtin/registry need to handle some additional casespatacongo2012-12-241-1/+1
* Remove .context kludge from apps/ directorypatacongo2012-12-231-4/+5
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-2/+3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-121-2/+6
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-2/+2
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Fix apps/netutils/webclient build problempatacongo2012-11-061-2/+0
* Make ostest RR scheduler test use less memory from Freddie Chopin; Plus build...patacongo2012-11-052-91/+94
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-1313-13/+13
* Rename all apps/examples/-/main.c to something uniquepatacongo2012-09-132-2/+2
* LPC17xx Kconfig looks goodpatacongo2012-09-051-0/+29
* Add configurable application entry pointpatacongo2012-08-301-20/+12
* Add some protection to the priority inheritance logic when sem_post() is call...patacongo2012-08-281-2/+10
* Fix some list handling associated with priority inheritancepatacongo2012-08-261-2/+12
* update Kconfig filespatacongo2012-04-131-0/+9
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 3 of 2)patacongo2012-04-061-0/+4
* NFS update + make some examples configurable as NSH built-inspatacongo2012-03-222-12/+32
* Add single precision operations to FPU testpatacongo2012-02-261-29/+80
* Fix bugs in lazy FPU register savingpatacongo2012-02-251-49/+64
* Add a test to verify that FPU registers are properly saved and restored on co...patacongo2012-02-244-11/+305
* Fix an PIC32 error in scheduling of signal handlerspatacongo2011-12-261-3/+3
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-287-52/+42
* Fixes to get clean i.MXADS buildpatacongo2011-04-262-13/+13
* Changes for clean build of app/ directory with Windows toolchainpatacongo2011-04-101-1/+5
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-061-10/+1
* New LIS331DL driver and VSN updates from Urospatacongo2011-04-033-12/+12
* Update apps/ Makefiles to fix environmental bugpatacongo2011-04-011-5/+3
* Add lpc17xx GPIO interrupts + fixes needed by last apps-build check-inpatacongo2011-03-241-1/+2
* apps/ initialization now occurs during the earlier context build phasepatacongo2011-03-241-1/+1
* More build fixespatacongo2011-03-201-2/+2