cc65/libsrc/serial
Colin Leroy-Mira 3fc074014e Serial kernel: Fix driver lifecycle
- Make sure we don't install a driver on top of another one
- Make sure we don't uninstall a driver twice
- Make sure we uninstall a driver if needed at exit
2023-09-12 20:58:21 +02:00
..
ser-kernel.s Serial kernel: Fix driver lifecycle 2023-09-12 20:58:21 +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 Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04: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 Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
ser_status.s Working on new serial API 2003-04-18 16:29:51 +00:00
ser_unload.s clean-up of driver return codes 2023-02-26 20:03:41 +01:00