ARM examples: enable frame pointer by default.
[bertos.git] / bertos / mware /
2010-01-20 battImport fix from preempt branch.
2009-11-13 battAdd missing initialization.
2009-11-13 battFix history handling.
2009-09-18 lottavianoUse old default value for formatwr buffer.
2009-09-18 lottavianoUpdate default buffer size for formatwr.
2009-09-17 lottavianoUse configuration value for formatter bufsize.
2009-09-16 lottavianodoc: Document proc_new(); move documentation around.
2009-09-16 lottavianoUse KERN_MINSTACKSIZE and PROC_DEFINE_STACK in all...
2009-09-11 asterixRename file to messages.
2009-09-11 asterixRename file to messages.
2009-09-02 battBetter warning handling, without the need of that awful...
2009-09-02 battDo not test.
2009-09-02 battRemove warning during test.
2009-09-01 lottavianoFix nightly test warnings; exposed bugs are on the...
2009-09-01 lottavianoFix warnings.
2009-06-28 lottavianoAdd documentation formatting.
2009-06-08 lottavianoFix ini_reader when no new line at EOF
2009-06-08 battAdd wizard definitions; decrease default buffer size.
2009-06-08 battAdd INI file reader module; update test harness.
2009-06-08 battRemoved unneeded check.
2009-03-25 battRemove files added only for Wizard module discovery.
2009-03-25 battSwitch to new kernel config files.
2009-03-23 battAdd some other modules.
2009-03-23 battAdd fake headers for the wizard.
2009-03-23 battAdd harvard tag.
2009-03-23 battAdd some modules.
2008-12-02 battFix some warnings; remove unneeded inclusions.
2008-11-10 battMerged from external project:
2008-11-10 battMerged from external project:
2008-08-29 battFix sprintf_test.
2008-08-29 bernierename cpuXXX_t to cpu_XXX_t
2008-08-28 battFix unit test check.
2008-08-28 battRename _TEST to ARCH_UNITTEST.
2008-08-27 battRemove obsolete header.
2008-08-25 bernieMore OBSOLETE removal
2008-08-17 bernieevent_initSoftint(): rename from event_initSoftInt()
2008-08-13 bernieUse new header locations everywhere
2008-08-13 berniemware: add compatibility stubs for byteorder.h and...
2008-08-13 berniepgm, byteorder: move from mware/ to cpu/
2008-08-13 berniemware: Add missing OBSOLETE markers here to stub headers.
2008-08-13 berniehashtable: Move from mware/ to struct/
2008-08-13 bernieMove algorithms from mware/ to algo/
2008-08-13 bernieMove data structures to new directory struct/
2008-08-10 bernieformatwr(): Add 'z' modifier
2008-08-10 bernielist: Check pointers with ASSERT_VALID_PTR() rather...
2008-08-08 bernieFix headers and license info in several places
2008-08-04 bernieRename myself
2008-07-18 qwertFix some warning in printf reduced.
2008-06-11 asterixMove rand alogo in correct dir.
2008-06-11 asterixRemove static key.
2008-06-11 asterixAdd hw blancker file. Move lcd on/off macros to hw...
2008-05-27 asterixSpecific the directory for all hw and cfg module. Use...
2008-05-26 asterixUse cfg instead appconfig in bertos modules. Reformat...
2008-05-26 asterixUse configuration file instead appconfig. Reformat...
2008-05-26 asterixTypos.
2008-05-22 asterixMark these test module with warning.
2008-05-21 asterixAdd warning.
2008-05-21 asterixRemove CVS logs. Reformat.
2008-05-21 asterixInclude types.
2008-05-21 asterixReformat. Fix headguard name. Clean up.
2008-05-20 asterixClean up. Add copyright notice. Mark as FIXME.
2008-05-20 asterixRemove CVS logs. Reformat.
2008-05-20 asterixRemove CVS logs. Reformat.
2008-05-20 asterixRemove CVS logs. Reformat.
2008-05-15 asterixMove xmodem protocol in appropriate dir.
2008-04-09 battRefactor xmodem to use new KFile interface.
2008-04-09 battfifo_len():new method.
2008-04-04 battRefactor BeRTOS to be in his own directory.