Not test for avr. Add missing include.
[bertos.git] / bertos / net / nmea.c
2011-04-03 battFix warnings on new compilers.
2010-06-07 battFix sign related issues.
2010-05-21 battAdd channel error check in nmea parser.
2010-05-21 battReformat.
2010-03-19 asterixComply to log module.
2009-10-13 asterixUse log macro to silent warning.
2009-10-13 asterixAdd comments. Use ternary operator.
2009-10-13 asterixAdd brief. Add example callout functions. Use tokenToIn...
2009-10-09 asterixRefactor nmea module. Redefine gsv struct.
2009-10-08 asterixReformat code.
2009-10-08 asterixRefactor token to set precision.
2009-10-05 asterixMake nightlytest only for arm. Silent some warning.
2009-10-05 asterixFix return function.
2009-10-05 asterixExtract method to convert string to degree.
2009-10-05 asterixAdd comment. Reformat. Read always char from channel.
2009-10-05 asterixClean code. Use correct type for all sentece structure...
2009-10-05 asterixMove in correct dir nmea module.