]> git.sur5r.net Git - cc65/history - libsrc/serial
Updated (and sorted) sample program info.
[cc65] / libsrc / serial /
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2006-06-05 cuzRewrote the xxx_load routines for the drivers in assemb...
2006-06-04 cuzser_unload didn't return a valid error code.
2006-06-04 cuzFixed an error in the load routine: The driver was...
2006-03-31 cuzCode goes into the CODE segment, not RODATA.
2005-09-08 cuzMissing ser_ioctl wrapper by Oliver Schmidt
2005-05-05 cuzBump the priority for the serial IRQ handler
2004-10-26 cuzAdd definitions for tools so the makefile is useful...
2004-03-29 cuzRemoved unused file
2003-12-14 cuzFixed a bug
2003-12-14 cuzAdded an IRQ vector
2003-12-13 cuzUse SER_API_VERSION
2003-12-03 cuzUse structs/enums
2003-08-22 cuzAPI changes
2003-08-20 cuzChanged rm -f to $(RM)
2003-06-12 cuzread is now in unistd.h
2003-04-20 cuzWorking on the new serial code
2003-04-18 cuzWorking on new serial API
2003-04-15 cuzMoving rs232 support to modules