1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00
cc65/libsrc/serial
Oliver Schmidt 008b4c4e1d Replaced whole bunch for Makefiles with a single generic Makefile.
- No complex shell logic.
- "Source file shadowing" for all targets via vpath.
- Dependency handling.
- True incremental build.
- Don't write into source directories.
- Easy cleanup by just removing 'wrk'.
2013-05-04 22:10:48 +02:00
..
ser_close.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
ser_get.s Working on new serial API 2003-04-18 16:29:51 +00:00
ser_ioctl.s Missing ser_ioctl wrapper by Oliver Schmidt 2005-09-08 20:58:33 +00:00
ser_load.s An already loaded driver is an error in ser_load_driver, because the library 2012-07-22 19:54:04 +00:00
ser_open.s API changes 2003-08-22 11:23:48 +00:00
ser_put.s Working on new serial API 2003-04-18 16:29:51 +00:00
ser_status.s Working on new serial API 2003-04-18 16:29:51 +00:00
ser_unload.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
ser-kernel.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00