rp2040

RP2040 Programming without SDK
Log | Files | Refs

commit d804058a7c6fbd4bd6f23a2eeda4d2995da8d0ab
parent c0a0613103de96559737c5f07b8d9c3a67d86168
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Wed, 12 Apr 2023 08:14:01 +0900

delete flags

Diffstat:
Mmach.s | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mach.s b/mach.s @@ -1,7 +1,7 @@ .cpu cortex-m0plus .thumb - .section .vectors, "ax" + .section .vectors vectors: .word 0x20040000 // initial SP .word (reset+1) // entry point @@ -42,7 +42,7 @@ etext: .ltorg - .section .text, "ax" + .section .text .global init .thumb_func init: