- fixed file descriptor table
- abstract I/O to mips_dbg git-svn-id: http://moon:8086/svn/mips@73 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -89,9 +89,9 @@
|
||||
#define SYS_UART0_DATA (SYS_IO_BASE + 0x10000)
|
||||
#define SYS_UART0_STAT (SYS_IO_BASE + 0x10004)
|
||||
#define SYS_UART0_BAUD (SYS_IO_BASE + 0x10008)
|
||||
#define SYS_UART1_DATA (SYS_IO_BASE + 0x10100)
|
||||
#define SYS_UART1_STAT (SYS_IO_BASE + 0x10104)
|
||||
#define SYS_UART1_BAUD (SYS_IO_BASE + 0x10108)
|
||||
#define SYS_UART1_DATA (SYS_IO_BASE + 0x30000)
|
||||
#define SYS_UART1_STAT (SYS_IO_BASE + 0x30004)
|
||||
#define SYS_UART1_BAUD (SYS_IO_BASE + 0x30008)
|
||||
|
||||
// SPI
|
||||
#define SYS_SPI_STAT (SYS_IO_BASE + 0x20000)
|
||||
|
||||
Reference in New Issue
Block a user