try new implementation of UART code for m8515.
This commit is contained in:
@@ -53,6 +53,15 @@
|
||||
.include "modules/uart_bitbang2/lowlevel.asm"
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_UART_HW
|
||||
.include "modules/uart_hw/defs.asm"
|
||||
.include "modules/uart_hw/lowlevel.asm"
|
||||
.include "modules/uart_hw/uart.asm"
|
||||
.include "modules/uart_hw/attn.asm"
|
||||
.include "modules/uart_hw/net_uart.asm"
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef MODULES_COMONUART0
|
||||
.include "modules/uart_hw/defs.asm"
|
||||
.include "modules/uart_hw/lowlevel.asm"
|
||||
|
||||
Reference in New Issue
Block a user