Demo: remove unneeded locks.
[bertos.git] / bertos /
2010-03-22 battDo not call schedule() inside idle loop.
2010-03-22 battAdd missing prototype.
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 arighidemo: make the GUI preemptive-safe.
2010-03-19 arighiproc_test: define a distinct instance of test for each...
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 arighiproc_test: do not overflow preempt_counter on AVR.
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...
2010-03-17 arighiproc_test: use snprintf() instead of sprintf().
2010-03-17 arighipreempt: be sure to never call proc_switch() or proc_yi...
2010-03-17 battAT91SAM7: clarify sysirq_dispatcher description.
2010-03-17 arighiheap: properly check the alignment in memory of a heap_...
2010-03-17 arighiAdd alignof() macro.
2010-03-17 arighiAVR: fix redeclaration of ISR_PROTO() macro.
2010-03-17 arighiDo not break old declarations of PROC_DEFINE_STACK().
2010-03-17 arighiproc_test: fix some build warnings on AVR.
2010-03-17 arighiMake kernel heap for processes optional and fully confi...
2010-03-17 arighiFix a memory leak in proc_freeZombies().
2010-03-17 arighifix asm_switch_context() for the x86 and x86_64 archs
2010-03-17 arighiMerge branch "preempt" in "trunk".
2010-03-12 battBetter detection of concurrent ADC access.
2010-03-03 asterixAdd configuration files for at91sam7 flash driver.
2010-03-03 asterixAdd configuration files for at91sam7 flash driver.
2010-03-03 asterixAdd configuration files for at91sam7 flash driver.cfg...
2010-03-03 asterixAdd at91sam7 flash driver.
2010-02-15 battAdd Texas Instruments TLV5618 DAC driver.
2010-01-28 arighiBe sure to always initialize synctimer_list when syncti...
2010-01-20 battImport fix from preempt branch.
2010-01-14 battReformat.
2010-01-14 battOptimization: Use a trampoline to start ARM processes...
2010-01-14 battReformat.
2010-01-13 battAdd synchronous timer scheduler.
2009-12-29 lottavianodoc: Clarify Msg documentation.
2009-12-28 arighiexplicitly include compiler.h to be sure all stdint...
2009-12-27 battAdd missing prototypes.
2009-12-23 battAdd a simple heap test.
2009-12-23 battCheck for alignment of heap memory buffer; add utility...
2009-12-22 battReformat.
2009-12-22 battTypo.
2009-12-22 battEnable PIO clock by default on AT91SAM7 CPUs.
2009-12-21 battInit lcd_semaphore when kernel is active.
2009-11-18 asterixMove crc table in ram when we using bootloader.
2009-11-17 battReformat.
2009-11-17 battRemove too specific ASSERT.
2009-11-17 asterixFix some comments.
2009-11-17 asterixFix #if check.
2009-11-17 battChange REVERSE macro name.
2009-11-17 battFix doc.
2009-11-13 battAdd missing initialization.
2009-11-13 battFix history handling.
2009-11-11 asterixSilent nightly test warning.
2009-11-10 asterixMove crc table in ram when we using bootloader.
2009-11-09 asterixClean code and fix compile error.
2009-11-05 asterixFix typo.
2009-10-26 battUse a better name.
2009-10-26 battFix process stack size declaration.
2009-10-26 battAdd module declaration in PWM driver.
2009-10-20 asterixAdd timer wizard dependence.
2009-10-16 asterixRename cs macro.
2009-10-16 asterixRemove addr typedef.
2009-10-13 asterixComplete nmea parser test.
2009-10-13 asterixUse log macro to silent warning.
2009-10-13 asterixAdd comments. Use ternary operator.
2009-10-13 asterixSome fix. Reformat. Check if read sentence return corre...
2009-10-13 asterixAdd brief. Add example callout functions. Use tokenToIn...
2009-10-12 asterixUndo wrong commit.
2009-10-10 battFix doc.
2009-10-10 battSimplify afsk testing harness.
2009-10-10 battAdd strobe macros even in DAC callback.
2009-10-10 battRemove unneeded macros.
2009-10-10 battSimplify DAC ISR interface: now afsk_dac_isr() return...
2009-10-10 battAdd some doc.
2009-10-10 battHandle rx fifo overflow error.
2009-10-10 battMove sin_table in flash (if applicable); fix typos.
2009-10-10 battUse log module.
2009-10-10 battTypo.
2009-10-10 battMove functions documentation near their implementation.
2009-10-10 battAdd some documentation.
2009-10-10 battFactor out hdlc context, add some documentation.
2009-10-10 battAdd documentation.
2009-10-10 battAdd documentation.
2009-10-10 battRefactor afsk IRQ macros in order to handle multiple...
2009-10-10 battUpdate afsk_test in order to comply to new Afsk context.
2009-10-10 battMove static varibles in the Afsk structure in order...
2009-10-09 battAdd test for afsk transmitter (the modulator).
next