Update preset.
[bertos.git] / bertos / algo /
2012-01-11 asterixFix building error and warnings to add fletcher32 algo...
2012-01-11 asterixFix compiler warning.
2012-01-11 asterixAdd fletcher-32 checksum algorithm and test.
2011-09-26 asterixFix function to fill the needed header fields, for...
2011-09-20 asterixAdd some utility for wav files.
2011-05-17 lottavianoDocumentation updates.
2010-09-30 asterixAdd comment.
2010-09-29 battUse new progmem API.
2010-07-02 battRemove \version svn tag.
2009-11-18 asterixMove crc table in ram when we using bootloader.
2009-11-17 asterixFix #if check.
2009-11-17 battChange REVERSE macro name.
2009-11-11 asterixSilent nightly test warning.
2009-11-10 asterixMove crc table in ram when we using bootloader.
2009-11-05 asterixFix typo.
2009-10-07 battFix warnings.
2009-10-07 battAdd REVERSE macro and its test unit.
2009-09-28 battAdd missing prototypes.
2009-09-27 battAdd crc test.
2009-09-27 battAdd some doc;add init value;extend RAM occupation optim...
2009-09-27 battAdd CRC-CCITT algorithm.
2009-09-15 asterixFix comments.
2009-09-15 asterixFix assert check. Reformat.
2009-08-20 (no author)Use log and add pid configuration.
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-02 lottavianodoc: Various documentation updates.
2009-04-17 battReformat.
2009-03-23 battAdd some other modules.
2009-02-16 duploChange the comment style for the modules and the list...
2009-02-06 asterixRemove CVS logs.
2009-02-06 asterixAdd wizard info.
2009-02-06 asterixRemove CVS logs.
2009-02-06 asterixAdd wizard info.
2009-02-06 asterixFix comments.
2009-02-06 asterixTypo. Reformat.
2009-02-06 asterixAdd head guard.
2009-02-05 duploCorrect typos
2009-02-05 asterixAdd wizard info.
2009-02-05 asterixSplit some settings to cfg file. Add info for wizard.
2008-12-02 battRemove c files inclusions: use libunittest instead.
2008-08-29 battReformat: use tabs.
2008-08-29 battFix ramp_test.
2008-08-13 bernieUse new header locations everywhere
2008-08-13 bernieMove algorithms from mware/ to algo/
2008-08-04 bernieRename myself
2008-06-11 asterixInclude rand header.
2008-06-11 asterixMove rand alogo in correct dir.
2008-06-10 asterixUse corret types.
2008-06-10 asterixFix type warning.
2008-05-27 asterixSpecific the directory for all hw and cfg module. Use...
2008-05-26 asterixUse configuration file instead appconfig. Reformat...
2008-05-22 asterixMark these test module with warning.
2008-05-20 asterixMove fix_mul to header.
2008-04-30 asterixAdd PID controll module.
2008-04-04 battRefactor BeRTOS to be in his own directory.