X-Git-Url: http://git.kpe.io/?p=avr_serial_lcd.git;a=blobdiff_plain;f=ChangeLog;h=f69591081c71b537379f769c9cce1752323315ed;hp=aaf43bba6131f1fb9d6d4a7020002e2d75f19ef2;hb=HEAD;hpb=4e88dde09a30fd2105f3fc732cbe4f2edbc72244 diff --git a/ChangeLog b/ChangeLog index aaf43bb..f695910 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-03-30 Kevin Rosenberg + * gcc_*/Makefile: Add more listing and optimization flags. + Rename directory dep to .dep + +2008-03-22 Kevin Rosenberg + * serial_lcd.c: Add note about processing data overrun flag + +2008-03-21 Kevin Rosenberg + * serial_lcd.c: Fix typo for ICC and CV compilers and add USART RX + framing error check. Added protection against size optimization on + timed sequences for CV. Thanks to Lee Theusch for the these ideas. + 2008-03-20 Kevin Rosenberg * serial_lcd.h, serial_lcd.c: Switch to using native delay and sleep functions for Codevision.