FreeCalypso > hg > freecalypso-sw
annotate target-utils/c139-lldbg/uartbase.S @ 1025:4c80a6e6723f
gsm-fw: added provisional support for FCDEV3B target ahead of the hardware
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Tue, 03 May 2016 23:46:54 +0000 |
parents | 63ea60e7fbbc |
children |
rev | line source |
---|---|
993
d92e4aadeeb3
target-utils/c139explore: a cleaner way of setting the fixed UART base address
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
1 .section .rodata |
d92e4aadeeb3
target-utils/c139explore: a cleaner way of setting the fixed UART base address
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
2 .balign 4 |
d92e4aadeeb3
target-utils/c139explore: a cleaner way of setting the fixed UART base address
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
3 .globl uart_base |
d92e4aadeeb3
target-utils/c139explore: a cleaner way of setting the fixed UART base address
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
4 uart_base: |
d92e4aadeeb3
target-utils/c139explore: a cleaner way of setting the fixed UART base address
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
5 .word 0xFFFF5800 |