usart #1

Merged
Steins7 merged 9 commits from usart into rework 2024-04-06 21:05:01 +00:00
Showing only changes of commit cf077d2e51 - Show all commits

View File

@ -75,19 +75,19 @@ bss_init_end:
*/
.section .text.hdr_default, "ax", %progbits
.weak hdr_default
hdr_default:
hdr_default:
b hdr_default
.size hdr_default, .-hdr_default
//--Vector table----------------------------------------------------------------
//--Vector table----------------------------------------------------------------
.section .vector_table, "a", %progbits
.type vector_table, %object
.size vector_table, .-vector_table
vector_table:
vector_table:
.word _estack
.word hdr_reset
.word hdr_nmi
@ -165,7 +165,7 @@ bss_init_end:
.word hdr_dma2_channel3
.word hdr_dma2_channel4_5
//--Weak definitions------------------------------------------------------------
//--Weak definitions------------------------------------------------------------
.weak hdr_nmi
.thumb_set hdr_nmi, hdr_default