Move crc table in ram when we using bootloader.
[bertos.git] / bertos / kern /
2009-10-26 battUse a better name.
2009-10-26 battFix process stack size declaration.
2009-09-27 battRefactor kfile_test to use the new kfile_mem module.
2009-09-27 battAdd KFile base class constructor.
2009-09-16 lottavianodoc: Document proc_new(); move documentation around.
2009-09-16 lottavianoUse KERN_MINSTACKSIZE and PROC_DEFINE_STACK in all...
2009-09-16 lottavianoChange change macro to reduce stack space needed for...
2009-09-15 lottavianoMove struct Process definition to proc.h. Fix KERN_MINS...
2009-09-15 asterixAdd macro for define process stack.
2009-09-10 battNew macro to fill a new process stack: in this way...
2009-09-10 lottavianoAdd wizard support for message queues.
2009-09-10 battAdd missing dependency.
2009-09-10 battFix warnings; add ASSERT.
2009-09-10 lottavianoAdd include since in some cases BV() it's not defined.
2009-09-10 asterixFix proc test.
2009-09-10 asterixCompute correct stack size.
2009-09-10 asterixPaste.
2009-09-10 asterixDo signal test if these are enabled.
2009-09-09 battNow stack_size is the real size, there's no need to...
2009-09-09 asterixFix stack alineament on new process.
2009-09-09 lottavianodoc: Update proc.h documentation.
2009-09-01 lottavianoFix formatting warnings.
2009-09-01 lottavianoFix warnings.
2009-08-28 lottavianoRename SCHED_CHANGE_PRI to better describe functionality.
2009-08-27 (no author)Correct conditional test.
2009-08-24 lottavianoFix warnings.
2009-08-24 lottavianoAdd process priority test.
2009-08-24 lottavianoFix proc_setPri(), which now correctly changes the...
2009-07-10 lottavianodoc: Fix style in documentation.
2009-07-07 lottavianodoc: Add user documentation for proc module.
2009-05-01 battAdd missing dependencies.
2009-04-24 battReformat.
2009-04-24 asterixSet correct stack size for kernel componet tests.
2009-04-22 asterixAdd missing dependence.
2009-04-20 battReformat.
2009-04-17 battMake nightly build test works.
2009-04-16 battFix support status for ATmega103.
2009-04-15 duploChange properties
2009-04-10 battRefactor switch context ASM files to comply to Wizard.
2009-03-31 asterixClean up.
2009-03-25 battAlways use custom config files.
2009-03-25 battUse custom files.
2009-03-25 battMake sem, signal and monitor separates modules.
2009-03-25 battUpdate to new kernel config: kernel if OFF by default...
2009-03-25 battUpdate to new kernel config: kernel if OFF by default...
2009-03-25 battUpdate to new kernel config: kernel if OFF by default...
2009-03-25 battSwitch to new kernel config files.
2009-03-25 battStart to refactor kernel configuration.
2009-02-20 battIncrease processes.
2009-02-16 duploChange the comment style for the modules and the list...
2009-02-09 asterixFix comments. Add wizard info.
2009-02-09 asterixReformat.
2009-02-05 asterixAdd wizard info.
2009-01-09 asterixAdd comments.
2009-01-09 asterixRefactor kfile test adding the beckend to be compile...
2009-01-09 asterixRename test function and fix a case.
2009-01-09 asterixFix demo code.
2009-01-09 asterixComplete the test.
2009-01-09 asterixReformat.
2009-01-08 asterixAdd first version of the msg test.
2009-01-08 asterixClean up whitespace.
2008-12-19 asterixRemove unneeded variable.
2008-12-19 asterixClean up.
2008-12-18 asterixRefactor and automaize the test.
2008-12-18 asterixFix comments.
2008-12-18 asterixPastos. Change global settings to complete test in...
2008-12-18 asterixFix and add comments.
2008-12-18 asterixAdd debug include.
2008-12-18 asterixClean the proc structure before to use.
2008-12-18 asterixFinish signal test.
2008-12-17 asterixReformat.
2008-12-17 asterixAdd first skell of signal test.
2008-12-17 asterixClean up.
2008-12-17 asterixRemove unneeded proc_switch.
2008-12-17 asterixUse macros to generate a multiple test code for semaphore.
2008-12-17 asterixRemove unneeded proc_yield.
2008-12-17 asterixAdd process to test semaphore. Add debung string.
2008-12-16 asterixAdd first skell of semaphore test.
2008-12-04 asterixAdd the generic kfile resync.
2008-12-02 battRemove c files inclusions: use libunittest instead.
2008-11-07 battIncrease minimum required stack to suite ARM7 needs.
2008-10-08 battMerged from external project:
2008-10-08 battMerged from external project:
2008-10-06 battMerged from external project:
2008-09-27 battAdd missing include.
2008-09-25 battReformat.
2008-09-24 battHandle reading outside EOF.
2008-09-05 battAdd generic kfile_close.
2008-09-03 battRemove duplicate proc_current function.
2008-09-03 bernieproc_current(): Move inline.
2008-09-03 bernieSCHED_ENQUEUE: tighten checks on locking
2008-08-31 bernieproc_test: print process table during test
2008-08-31 berniemonitor: set process priority to -10
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 bernieproc_forbid(): extensively document why we don't need...
2008-08-29 battSilence a warning on 64bit platforms.
2008-08-29 battRestore preempt_forbid_cnt as private; supply an access...
2008-08-28 battFix unit test check.
2008-08-28 battAdd missing header.
next