kernel: preemptive and cooperative scheduler refactoring.
[bertos.git] / examples /
2010-04-19 arighikernel: preemptive and cooperative scheduler refactoring.
2010-04-19 arighiat91sam7x: add -fno-strict-aliasing -fwrapv build optio...
2010-04-17 arighilm3s1968: add keypad driver implementation to the example.
2010-04-14 arighiCM3: generic timer (Systick) driver implementation.
2010-04-13 arighilm3s1968: some optimizations in the example application.
2010-04-13 arighilm3s1968: restore prompt on UART0 in the example.
2010-04-13 arighirit128x96: small code optimizations.
2010-04-13 arighilm3s1968: offload Serial structure from the serial...
2010-04-13 arighilm3s1968: remove unneeded build options in the example.
2010-04-13 arighirit128x96: add distinct configuration and hardware...
2010-04-13 arighilm3s1968: add a simple serial prompt to the example.
2010-04-13 arighiCM3: generic IRQ management module.
2010-04-12 battLPC2xxx: add kernel test.
2010-04-12 battLPC2xxx: add timer test.
2010-04-11 arighilm3s1968-gpio: coding style fixes.
2010-04-11 arighiarmtest: remove deprecated build option -gen-debug.
2010-04-11 arighirit128x96: fix nightly_test warnings.
2010-04-09 arighilm3s1968: rename the function __delay() to lm3s_busyWait().
2010-04-09 arighiCM3: generic context switch implementation.
2010-04-09 arighiCM3: trim the startup IRQ vector table.
2010-04-09 arighiCoding style fixes.
2010-04-09 arighilm3s1968: use the generic OLED-RIT-128x96 (P14201)...
2010-04-08 arighilm3s1968: add graphic to the example.
2010-04-06 arighilm3s1968: enable kernel preemption in the example.
2010-04-06 arighilm3s1968: rewrite the startup vector table in assembly.
2010-04-06 arighiCM3: add -mthumb to the linker option.
2010-04-03 battLPC2: add LPC2378 example project.
2010-03-31 arighiCM3: startup refactoring.
2010-03-31 arighilm3s1968: enable the kernel in the example.
2010-03-31 arighiat91sam7: remove deprecated build option -gen-debug.
2010-03-30 arighilm3s1968: add configuration files to the example.
2010-03-30 arighilm3s1968: integrate the hardware timer driver into...
2010-03-29 arighilm3s1968: add debugging functionality on UART0.
2010-03-29 arighilm3s1968: driver names refactoring.
2010-03-29 arighilm3s1968: clocking driver.
2010-03-28 battAdd missing file.
2010-03-26 arighiexamples: add a simple LM3S1968 Cortex-M3 testcase.
2010-03-25 arighiat91sam7 example: add signal_test testcase.
2010-03-25 arighiUse the new sig_send() and sig_post() primitives.
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 arighiAdd avr-kern example.
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 arighiexamples: update at91sam7 configuration.
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 battARM examples: enable frame pointer by default.
2010-03-17 arighidemo: add optional CPPAFLAGS variable definition in...
2010-03-17 arighiMerge branch "preempt" in "trunk".
2009-11-06 asterixReformat and fix paste.
2009-11-06 asterixAdd some gcc flags.
2009-11-06 asterixAdd debug configuration for boot.
2009-09-10 lottavianoAdd kernel + core drivers flash size benchmark.
2009-09-10 lottavianoAdd kernel flash size benchmark.
2009-09-04 battRefactor to comply to new script interface.
2009-09-01 battUpdate to new wizard.
2009-08-28 battUpdate paths.
2009-08-27 battUpdate example projects' makefiles.
2009-08-27 (no author)Add flashing interface variables.
2009-08-27 (no author)Update examples in order to enable flashing.
2009-08-26 (no author)Add flashing support for AVR.
2009-07-10 (no author)Add kfile_posix test.
2009-07-08 lottavianoFix keyboard input in desktop demo.
2009-06-04 asterixReformat. Fix comment.
2009-06-03 asterixComply to new sipo drv.
2009-04-27 asterixFix include path. Typo.
2009-04-27 asterixUse same main for both sam7 proj.
2009-04-27 asterixMove this code in sam7 proj.
2009-04-27 asterixMove sam7x makefile to sam7 proj dir.
2009-04-27 asterixMerge two at91sam7 project.
2009-04-27 asterixMerge two at91sam7 project.
2009-04-27 asterixRefactor code to build and run on both sam7x and sam7s...
2009-04-27 asterixAdd at91sam7x bertos example.
2009-04-24 asterixAdd comments and explicit test for proc_testRun.
2009-04-24 battRevert bad commit.
2009-04-24 battFix kernel heap macros in bertos trunk.
2009-04-23 battDisable unmantained heap handling (for now).
2009-04-21 battRefactor to not automatically include adc cpu modules...
2009-04-21 battReformat.
2009-04-20 asterixSet rom memory as default.
2009-04-20 asterixAdd missing timer cpu specific file source.
2009-04-20 battRemove orphan file.
2009-04-20 battFix more serial driver configurations.
2009-04-20 battRemove unneeded config macros; Fix ser configuration.
2009-04-20 asterixReorder file source.
2009-04-20 asterixAdd specific cpu timer driver source.
2009-04-17 battMake nightly build test works.
2009-04-15 duploChange properties
2009-04-14 battRemove unneeded path.
2009-04-10 battRefactor switch context ASM files to comply to Wizard.
2009-04-10 battRename CLOCK_FREQ macro to CPU_FREQ: now clock frequenc...
2009-04-10 battRefactor to not have toolchain in path; Now a specific...
2009-04-02 asterixTypo.
2009-04-02 asterixSome fix and paste. Use putchar instead a write in...
2009-03-31 asterixFix comments.
next