]> git.sur5r.net Git - cc65/history - libsrc/serial/ser-kernel.s
Merge pull request #740 from laubzega/master
[cc65] / libsrc / serial / ser-kernel.s
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...
2012-03-04 uzPatch by Stefan Haubenthal: Remove __fastcall__ in...
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-05-05 cuzBump the priority for the serial IRQ handler
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-04-20 cuzWorking on the new serial code
2003-04-18 cuzWorking on new serial API
2003-04-15 cuzMoving rs232 support to modules