FreeCalypso > hg > freecalypso-sw
view target-utils/libcommon/serflush.S @ 377:d148403013c0
os_mem_fl.c: os_GetPartitionGroupHandle() done
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 09 Jun 2014 05:08:11 +0000 |
| parents | 1a3bbab2ea26 |
| children |
line wrap: on
line source
#include "ns16550.h" .text .code 32 .global serial_flush serial_flush: ldr r1, =uart_base ldr r2, [r1] 1: ldrb r3, [r2, #NS16550_LSR] tst r3, #NS16550_LSR_TEMP beq 1b bx lr
