bertos.git
2010-03-30 battAdd architecture specific files.
2010-03-30 duploAdd try/finally for every setOverrideCursor/restoreOver...
2010-03-30 battFurther Cortex-M3 core related macros.
2010-03-30 duploMore efficient way to track BeRTOS files.
2010-03-30 battCorrectly detect Cortex-M3 cpus.
2010-03-30 battARM7TDMI: Use SVC stack.
2010-03-30 duploUse abspath for project file.
2010-03-30 duploRemove debug prints and profiler :(
2010-03-30 duploMove loadSourceTree and findDefinitions function into...
2010-03-30 duploRemember the plugin selection.
2010-03-30 arighilm3s1968: add configuration files to the example.
2010-03-30 arighilm3s1968: return the correct CPU frequency in clock_get...
2010-03-30 arighilm3s1968: integrate the hardware timer driver into...
2010-03-30 duploFix the #133 (projects created with older versions...
2010-03-30 duploFix random file inclusion in project editing.
2010-03-30 duploAdd WaitCursor when the Wizard is doing something compl...
2010-03-30 arighiFix elif with no expression.
2010-03-29 arighilm3s1968: add debugging functionality on UART0.
2010-03-29 arighiARM: add LM3S Cortex-M3 core family detection.
2010-03-29 arighilm3s1968: driver names refactoring.
2010-03-29 battLPC2378: add IO definitions.
2010-03-29 battLPC2378: fix path in ld-script
2010-03-29 battLPC2378: pre-compute correct checksum.
2010-03-29 battAdd LPC2378 CPU detection.
2010-03-29 battAdd IRQ vectors for LPC2xxx.
2010-03-29 battIncrease readability.
2010-03-29 lottavianoAdd timer support for AVR 328P (Arduino)
2010-03-29 lottavianodoc: Add documentation for various ser_ specific functions
2010-03-29 battAdd IRQ vectors for AT91.
2010-03-29 battAdd generic ARM7TDMI crt.
2010-03-29 battAdd replace line into the custom user mk generator...
2010-03-29 duploInitial stub for filesystem query cache.
2010-03-29 arighilm3s1968: try to evaluate the correct SYSDIV value...
2010-03-29 arighilm3s1968: clocking driver.
2010-03-29 arighiintroduce UNREACHABLE() macro.
2010-03-29 duploAvoid the double csrc list generation.
2010-03-29 duploCreate a 'fake' VERSION file when editing a project...
2010-03-29 duploAdd Wizard version check (to change the way the project...
2010-03-29 duploUse the local BeRTOS version instead of the original one
2010-03-29 duploAdd VERSION file into the project directory.
2010-03-28 battAdd LPC2378 linker script.
2010-03-28 battUse new script.
2010-03-28 battTypos.
2010-03-28 battRename to a more generic name.
2010-03-28 battAdd C++ sections.
2010-03-28 battAdd missing file.
2010-03-28 battFix include directory.
2010-03-28 battFix AT91SAM7_128 ram length.
2010-03-28 battRefactor AT91SAM7 linker scripts.
2010-03-26 lottavianoInitial support for ATmega328P (Arduino Duemilanove).
2010-03-26 arighiexamples: add a simple LM3S1968 Cortex-M3 testcase.
2010-03-26 arighilm3s1968: low-level timer driver (systick).
2010-03-26 arighilm3s1968: define the architecture's startup routine.
2010-03-26 arighilm3s1968: implement the IRQ manager.
2010-03-26 arighicortex-m3: add basic support for the lm3s1968 board.
2010-03-26 arighiFix "Found unknown command" doxygen warnings.
2010-03-26 duploAttempt to fix the BeRTOS Wizard running directory...
2010-03-25 raskyExtract correctly the data directory when the wizard...
2010-03-25 arighiat91sam7 example: add signal_test testcase.
2010-03-25 arighisignal_test: use kernel heap memory pool for the proces...
2010-03-25 arighiUse the new sig_send() and sig_post() primitives.
2010-03-25 arighiIntroduce low-latency signals.
2010-03-25 arighiIntroduce proc_wakeup().
2010-03-25 battRemove bogus assembler options.
2010-03-23 duploPatch submitted by Rasky.
2010-03-23 lottavianodoc: Clarify serial module documentation.
2010-03-22 battBump up version.
2010-03-22 battAdd more kernel tests.
2010-03-22 arighidemo: wait for a keypress event instead of sleeping...
2010-03-22 battDemo: remove unneeded locks.
2010-03-22 battDo not call schedule() inside idle loop.
2010-03-22 battAdd missing prototype.
2010-03-22 arighidemo: re-define custom schedule() function
2010-03-22 battAdd heap module.
2010-03-22 battRearrange kernel configurations order.
2010-03-22 arighikdb: re-enable calling poor man's scheduler inside...
2010-03-19 battRemove unneeded prototype.
2010-03-19 asterixComply to log module.
2010-03-19 asterixEvalutate always log arguments.
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 arighiproc_test: define a distinct instance of test for each...
2010-03-19 arighiAllow to define "notest: all" to completely exclude...
2010-03-19 arighidemo: use kernel heap memory pool for the monitor stack...
2010-03-18 arighiexamples: update at91sam7 configuration.
2010-03-18 arighiproc_test: enlarge processes' stack size to KERN_MINSTA...
2010-03-18 arighiSilent some gcc "no previous prototype" build warnings.
2010-03-18 arighiPreemption: set default kernel quantum to 11 ms.
2010-03-18 arighiParametric scheduler approach.
2010-03-18 arighiproc_test: fix a format build warning.
2010-03-18 arighidemo: increase default kernel heap size to 2MB.
2010-03-18 arighiproc_test: do not overflow preempt_counter on AVR.
2010-03-18 arighidemo: enable dynamic memory allocator (kernel heap...
2010-03-18 arighiproc_test: use kernel dynamic memory if CONFIG_KERN_HEA...
2010-03-17 arighiproc_test: code cleanup and introduce a synchronization...
2010-03-17 arighimonitor: remove useless warning of main process stack...
2010-03-17 arighiproc_test: fix buffer overflow.
2010-03-17 arighiAvoid duplicate definitions.
2010-03-17 arighiproc_test: reuse the same stack and memory array of...
next