1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +00:00
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_close.s
ser_get.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
ser_ioctl.s
ser_load.s
ser_open.s
ser_put.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
ser_status.s
ser_unload.s clean-up of driver return codes 2023-02-26 20:03:41 +01:00
ser-kernel.s Serial kernel: Fix driver lifecycle 2023-09-12 20:58:21 +02:00