Skip to content

Feat: Interrupts and handler routines

Chris Cureau requested to merge feat/uart-buffer into main

Changes in this PR:

  • buffer.c and uart.c replaced by architecture-specific and optimized code
  • arch/c128 directory created for acrchitecture-specific code
  • arch/c128/irq.s interrupt handler for the system

Merge request reports