rp2040

RP2040 Programming without SDK
Log | Files | Refs

commit 8257109fdb4ba8d4d3b15a389e20e250b229c215
parent ce97d85ebba8ab8ba9414d4624ed8221e5e0fe0f
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Sat,  4 Mar 2023 16:49:37 +0900

delete unnecessary lines

Diffstat:
Mstart.s | 9++-------
1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/start.s b/start.s @@ -1,14 +1,9 @@ - .cpu cortex-m0plus - .thumb - .section .vectors, "ax" - .align 2 - .global vectors -vectors: + .global __vectors +__vectors: .word 0x20001000 .word reset -/* reset handler */ .thumb_func .global reset reset: