LPC2: add LPC2378 example project.
[bertos.git] / examples / demo /
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.