]> git.sur5r.net Git - cc65/history - libsrc/serial
Added SER_ prefix. Whitespace cleanup
[cc65] / libsrc / serial /
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2013-06-04 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-03 Greg KingAdded library reference address to lightpen driver...
2013-06-01 Oliver SchmidtAdded library reference ser_libref to SER interface.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-05-06 Oliver SchmidtMerge pull request #4 from greg-king5/filepath
2013-05-04 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2012-07-22 uzAn already loaded driver is an error in ser_load_driver...
2012-03-04 uzPatch by Stefan Haubenthal: Remove __fastcall__ in...
2009-12-18 uzAdded --forget-inc-paths to the assembler command line...
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