UART simulation
This commit is contained in:
@@ -58,6 +58,7 @@ from .memory import MemoryAccess, MemoryMap, describe_regions
|
||||
from .peripherals import LCD
|
||||
from .runner import H8536Emulator, RunReport
|
||||
from .sci import SCI1, SciTxEvent
|
||||
from .uart import UartTiming
|
||||
|
||||
__all__ = [
|
||||
"CPUState",
|
||||
@@ -114,6 +115,7 @@ __all__ = [
|
||||
"SCI_SSR_TDRE",
|
||||
"SciTxEvent",
|
||||
"UnsupportedInstruction",
|
||||
"UartTiming",
|
||||
"VECTOR_FRT1_OCIA",
|
||||
"VECTOR_INTERVAL_TIMER",
|
||||
"VECTOR_FRT2_OCIA",
|
||||
|
||||
Reference in New Issue
Block a user