Use KERN_MINSTACKSIZE and PROC_DEFINE_STACK in all tests.
[bertos.git] / bertos /
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 battRemove redundant option (is include by default in the...
2009-09-15 asterixFix comments.
2009-09-15 asterixFix assert check. Reformat.
2009-09-15 asterixIncrease only main stack and irq stack.
2009-09-15 asterixAdd macro for define process stack.
2009-09-14 asterixDisable by default beep on key press.
2009-09-14 lottavianodoc: Add further documentation for fatfile_open().
2009-09-14 asterixIncrease main and irq stack size.
2009-09-14 asterixAdd crc module dependence.
2009-09-14 lottavianodoc: Clarify timer documentation.
2009-09-11 asterixRename file to messages.
2009-09-11 asterixRename file to messages.
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-08 battARM ABI requires stack to be aligned on a 64-bit boundary
2009-09-07 battUpdate error messages in order to be parsed by Codelite.
2009-09-07 battFix warning.
2009-09-07 battFix debug check.
2009-09-04 battRefactor to comply to new script interface.
2009-09-04 battFix serial hw macros.
2009-09-04 battMove map definition in correct place.
2009-09-04 battAdd support for stopping debugging/flashing.
2009-09-04 lottavianoSplit cpu specific flags and files; modify mk template.
2009-09-02 battBetter warning handling, without the need of that awful...
2009-09-02 battFix warning on architectures with longer integers.
2009-09-02 battDo not test.
2009-09-02 battRemove warning during test.
2009-09-02 battRename file.
2009-09-02 battFix error on short hptime_t CPU.
2009-09-02 battRestore FULL printf by default.
2009-09-02 battRestore previous cast: CONST_CAST in C++ is not suitabl...
2009-09-02 asterixFix hw template.
2009-09-02 lottavianoSuppress correct warning in nightly test.
2009-09-01 lottavianoAdd stub implementation for ARM watchdog.
2009-09-01 lottavianoUse NOFLOAT as default format value.
2009-09-01 lottavianoFix formatting warnings.
2009-09-01 lottavianoAdd macros to help filtering output for long to fix...
2009-09-01 lottavianoFix warnings.
2009-09-01 lottavianoFix default values in kbd_map.
2009-09-01 lottavianoFix warnings on AVR serial hw.
2009-09-01 lottavianoFix nightly test warnings; exposed bugs are on the...
2009-09-01 lottavianoUpdate wizard support for serial HW handshake.
2009-09-01 lottavianoAdd missing declaration.
2009-09-01 lottavianoFix warnings and cleanup code.
2009-09-01 lottavianoFix warnings.
2009-09-01 battAdd timer strobe macros default.
2009-09-01 battRemove CPU specific file.
2009-08-31 battMake hw files more generic.
2009-08-31 asterixUpdate hw template for sipo module.
2009-08-31 asterixFix alignment problem on arm.
2009-08-31 lottavianodoc: clarification for FAT module.
2009-08-31 lottavianoFix hw SIPO macro declaration.
2009-08-28 battAdd error messages.
2009-08-28 battUse correct path.
2009-08-28 battRefactor makefile variables architecture.
2009-08-28 battRemove scripts.
2009-08-28 battRemove old scripts.
2009-08-28 lottavianoRename SCHED_CHANGE_PRI to better describe functionality.
2009-08-28 lottavianoRemove files for possible license problems.
2009-08-27 battAdd makefile target rule for debugging.
2009-08-27 battAdd gdb init script variable for wizard.
2009-08-27 battAdd Openocd debug configuration and gdb init script.
2009-08-27 battAdd debug scripts for ARM and AVR.
2009-08-27 battRefactor ARM flash script.
2009-08-27 (no author)Refactor in order to have an interface for each project...
2009-08-27 (no author)Remove trace; add debug info.
2009-08-27 (no author)Correct conditional test.
2009-08-27 (no author)Add flashing variables.
2009-08-27 (no author)Restore correct command.
2009-08-27 lottavianoUpdate 'make flash' support for ARM chips.
2009-08-26 (no author)Move all Openocd-related files to separate folder;...
2009-08-26 (no author)Add flashing support for AVR.
2009-08-24 lottavianoFix warnings.
2009-08-24 lottavianoAdd process priority test.
2009-08-24 lottavianoFix proc_setPri(), which now correctly changes the...
2009-08-20 (no author)Add log configuration for dc motor.
2009-08-20 (no author)Use log and add pid configuration.
2009-08-20 (no author)Trick to silent compiler warning.
2009-08-20 (no author)Add logging for block of code.
2009-08-20 (no author)Merge driver from external project.
2009-08-20 (no author)Use log for debug message.
2009-08-06 lottavianoFix subtle bug in crc table declaration; substitute...
2009-08-05 (no author)Move crc16tab in PROGMEM for AVR chips (Thanks to M...
2009-07-23 (no author)doc: Add timer module documentation.
2009-07-23 (no author)arm scripts: Add new openocd gdb and flash scripts
2009-07-10 lottavianodoc: Fix style in documentation.
2009-07-09 lottavianodoc: Add example for KFileFifo
next