Update preset.
[bertos.git] / bertos / net /
2009-10-08 asterixFix test.
2009-10-07 battMove function doc in the implementation file.
2009-10-07 battAdd ax25_send, update test.
2009-10-06 asterixAtomate nmea check. Some fix.
2009-10-05 asterixMake nightlytest only for arm. Silent some warning.
2009-10-05 asterixFix include. Add log.
2009-10-05 asterixRemove unneeded define.
2009-10-05 asterixMake configurable some nmeap parser context.
2009-10-05 asterixFix return function.
2009-10-05 asterixAdd other string test.
2009-10-05 asterixExtract method to convert string to degree.
2009-10-05 asterixAdd comment. Reformat. Read always char from channel.
2009-10-05 asterixAdd nmea structure comments.
2009-10-05 asterixClean code. Use correct type for all sentece structure...
2009-10-05 asterixSome fixes.
2009-10-05 asterixAdd nmeap source dependence. Add tests prototype.
2009-10-05 asterixAdd nmea module test.
2009-10-05 asterixMove in correct dir nmea module.
2009-10-05 asterixSome fix to compile nmeap under bertos environment.
2009-10-04 battFix warnings.
2009-10-04 battFix some warnings.
2009-10-04 battAdd missing prototypes.
2009-10-04 battAdd test for AFSK1200 modem driver.
2009-10-04 battReformat.
2009-10-03 battReformat; add better algorithm to find bits.
2009-10-03 battReformat debug messages.
2009-10-02 battAdd selectable discriminator filter type.
2009-10-02 battFix FIFO full handling.
2009-10-02 battUse unlocked fifo calls (we are in a ISR).
2009-10-02 asterixImport NMEAP 0.3 library.
2009-10-01 battAdd some debug info.
2009-10-01 battAdd missing hw file to wizard markup.
2009-10-01 battRemove HDLC constants; add irq end handling; Add strobe...
2009-09-30 battRemove unneeded dependancy.
2009-09-30 battImport first draft of afsk 1200baud software modem.
2009-09-29 battFix warning.
2009-09-29 battFix doc.
2009-09-29 battMessage data should be const.
2009-09-29 battAdd missing prototypes and missing wizard dependency.
2009-09-29 battRemove unneeded header.
2009-09-28 battAdd AX25 protocol decoder and test (preliminary).
2009-09-16 lottavianodoc: Fix doxygen warnings in xmodem.c.
2009-09-14 asterixAdd crc module dependence.
2009-08-31 asterixFix alignment problem on arm.
2009-04-17 battRemove unneeded headers.
2009-04-15 duploChange properties
2009-02-16 duploChange the comment style for the modules and the list...
2009-02-09 asterixFix comments and add wizard info.
2009-02-09 asterixAdd wizard info.
2008-12-11 asterixTypos.
2008-12-04 asterixRefactor to be more general using the kfile interface.
2008-11-10 battMerged from external project:
2008-08-31 bernieMWARE_XXX_H -> NET_XXX_H
2008-08-13 bernieUse new header locations everywhere
2008-08-05 qwertRefactor All Serial module.
2008-08-04 qwertRefactor KFileSerial to SerialKFile. Tested and working.
2008-08-04 bernieRename myself
2008-07-29 qwertSorry, this file should be updated in the previously...
2008-07-25 qwertFix comment indentation, remove tag configuration port...
2008-07-25 qwertAdd code that fix timeout problem while the triface...
2008-07-23 qwertRefactoring code. Redefined TagPacket struct and keytag...
2008-05-27 asterixSpecific the directory for all hw and cfg module. Use...
2008-05-26 asterixUse configuration file instead appconfig. Reformat...
2008-05-26 asterixReformat. Add header.
2008-05-19 asterixFix comply to kfile interface.
2008-05-19 asterixFix include.
2008-05-15 asterixMove xmodem protocol in appropriate dir.
2008-04-04 battRefactor BeRTOS to be in his own directory.