bertos.git
2008-09-04 battSilence TODO and FIXME in nightly test.
2008-09-04 qwertAdd support for luminary micro lm3s1968 board
2008-09-04 qwertAdd support for LM3S1968 board based on cortex-m3 cpu
2008-09-04 qwertAdd support for LM3S1968 board.
2008-09-04 qwertAdd startup routine for Luminary Micro Stellaris LM3S1968
2008-09-04 qwertLuminary Micro Stellaris LM3S1968 script files.
2008-09-04 battAdd ft245rl usb to parallel converter driver.
2008-09-03 battRemove duplicate proc_current function.
2008-09-03 bernieThis makes proc_test actually compile and pass:
2008-09-03 bernieproc_current(): Move inline.
2008-09-03 bernieSCHED_ENQUEUE: tighten checks on locking
2008-09-03 bernielist: check against double node insertion
2008-08-31 bernieMWARE_XXX_H -> NET_XXX_H
2008-08-31 bernieMWARE_XXX_H -> STRUCT_XXX_H
2008-08-31 bernieproc_test: print process table during test
2008-08-31 berniemonitor: set process priority to -10
2008-08-31 berniedemo: run monitor process
2008-08-31 bernieAdd GDB support for debugging preemptive kernel
2008-08-29 battReformat: use tabs.
2008-08-29 battFix ramp_test.
2008-08-29 battFix sprintf_test.
2008-08-29 battRename hw-related tests.
2008-08-29 bernierename cpuXXX_t to cpu_XXX_t
2008-08-29 berniepreempt_forbid_cnt: make it of type cpuatomic_t
2008-08-29 berniecpu: introduce cpuatomic_t
2008-08-29 battFix documentation.
2008-08-29 battDrop the magical test macros.
2008-08-29 battFix UNITTEST ARCH declaration.
2008-08-29 bernieproc_forbid(): extensively document why we don't need...
2008-08-29 battRevert bad commit.
2008-08-29 battFix some warnings for printf arguments.
2008-08-29 battSilence a warning on 64bit platforms.
2008-08-29 battRestore preempt_forbid_cnt as private; supply an access...
2008-08-29 battRemove unneeded cast.
2008-08-28 battAdd missing brackets.
2008-08-28 battReformat.
2008-08-28 battFix unit test check.
2008-08-28 battAdd missing header.
2008-08-28 battUse new macro.
2008-08-28 battRename _TEST to ARCH_UNITTEST.
2008-08-28 battUse the new ARCH_NIGHTTEST.
2008-08-28 battAdd test ARCH; remove macros.h dependency to allow...
2008-08-27 battRemove timer_avr.c from nightly_test.
2008-08-27 battAdd missing prototypes.
2008-08-27 battRemove from nightly_test list.
2008-08-27 battUpdate to new macro name.
2008-08-27 battAdd item to list correctly.
2008-08-27 battFix warning for no prototype.
2008-08-27 battLower meaningless demo clock frequency to avoid overflo...
2008-08-27 battAdd missing header.
2008-08-27 battDisable kernel heap (needs to be refactored).
2008-08-27 battAdd a way to easily exclude a file from nightly test.
2008-08-27 battSet a more conservative default.
2008-08-27 battAdd missing header.
2008-08-27 battUpdate to new name.
2008-08-27 battUpdate to new macro.
2008-08-27 battRemove obsolete appconfig.h file.
2008-08-27 battUpdate to new CONFIG_KERN.
2008-08-27 battInclude proper header.
2008-08-27 battRemove obsolete header.
2008-08-27 battUpdate to new cfg_kern.h
2008-08-27 battAdd missing header.
2008-08-27 battUpdate to new name.
2008-08-27 battUse correct type.
2008-08-27 battUpdate to new directory layout.
2008-08-27 battAdd cfg_kern.h to triface project.
2008-08-27 battMove proc_testRun() out of loop.
2008-08-27 battAdd cooperative scheduler to makefile.
2008-08-27 battFix const position.
2008-08-26 battRemove redundant prototypes; reformat.
2008-08-26 battUse correct macro name.
2008-08-26 battMove preempt_forbid_cnt to a more suitable place.
2008-08-26 battAdd missing header.
2008-08-26 battRefactor to new CONFIG_KERN.
2008-08-26 battUse correct type.
2008-08-26 battAdd missing parameter.
2008-08-26 battUpdate to new interface.
2008-08-26 battAdd application specific config file.
2008-08-26 battRemove obsolete appconfig file.
2008-08-26 battTypo; proc_preempt_timer -> proc_preempt.
2008-08-26 battUpdate to new name.
2008-08-25 bernieproc_switch(): rename from proc_schedule(). Split out...
2008-08-25 bernieproc_switch(): rename from proc_schedule(). Split out...
2008-08-25 bernieproc_switch(): rename from proc_schedule(). Split out...
2008-08-25 bernieCONFIG_KERN_PREEMPTIVE -> CONFIG_KERN_PREEMPT
2008-08-25 bernieMore OBSOLETE removal
2008-08-25 berniepreempt: document architecture
2008-08-25 bernieRemove plenty of legacy names marked as OBSOLETE
2008-08-25 berniekfile_size_t: kill and replace with kfile_off_t
2008-08-25 bernieKill MOC and use QT_MOC instead
2008-08-25 bernieBREAKPOINT: x86 asm syntax fix: 'int 3' -> 'int3'
2008-08-25 bernieCC, CXX: revert g++-4.3 to g++, it was a temporary...
2008-08-25 berniekern: move config dependency checking to proc.c
2008-08-25 bernieemul: enforce timer to be stopped before destroying...
2008-08-25 berniecfg/depend.h: New header
2008-08-25 bernieidle: Use C-friendly syntax
2008-08-25 bernieproc_setPri(): nop fallback when priorities are disabled
2008-08-25 bernietimer: check for initialization of irq module when...
2008-08-25 bernieproc_test: Convert to new test policy
2008-08-25 berniepreempt: add module initialization safety checks
next