Update preset.
[bertos.git] / examples / demo /
2011-05-17 lottavianoAdd priority inheritance implementation for Semaphores.
2011-05-17 lottavianoAdd a priority inversion test for Semaphores.
2011-03-03 arighidemo: kbd driver depends on the proc module now
2010-12-20 lottavianoRemove kludge for c++.
2010-07-02 battRemove \version svn tag.
2010-05-20 asterixUpdate demo.
2010-05-20 asterixRemove svn tag.
2010-04-19 arighikernel: preemptive and cooperative scheduler refactoring.
2010-04-08 arighilm3s1968: add graphic to the example.
2010-03-22 arighidemo: wait for a keypress event instead of sleeping...
2010-03-22 battDemo: remove unneeded locks.
2010-03-22 arighidemo: re-define custom schedule() function
2010-03-19 arighiRemove the idle process.
2010-03-19 arighidemo: make the GUI preemptive-safe.
2010-03-19 arighidemo: use kernel heap memory pool for the monitor stack...
2010-03-18 arighiPreemption: set default kernel quantum to 11 ms.
2010-03-18 arighiParametric scheduler approach.
2010-03-18 arighidemo: increase default kernel heap size to 2MB.
2010-03-18 arighidemo: enable dynamic memory allocator (kernel heap...
2010-03-17 arighidemo: add optional CPPAFLAGS variable definition in...
2010-03-17 arighiMerge branch "preempt" in "trunk".
2009-07-10 (no author)Add kfile_posix test.
2009-07-08 lottavianoFix keyboard input in desktop demo.
2009-04-15 duploChange properties
2009-04-10 battRefactor switch context ASM files to comply to Wizard.
2009-04-10 battRefactor to not have toolchain in path; Now a specific...
2009-03-25 battUpdate demo to new kernel configuration files.
2008-12-03 battFix compiler override: now each project can have its...
2008-11-12 battAdd config files for keyboard and graphics.
2008-11-12 battDisable priority and preemption.
2008-11-12 battSet default to cooperative; add debug informations.
2008-11-12 battMake irq manager only required when preemption is active.
2008-11-07 battRename app dir to examples.