rp2040

RP2040 Programming without SDK
Log | Files | Refs

commit e207284e1e04b23037e80ea0157ce702c045b9cf
parent 54e5a93bd22d90c0fcd278a66703084e88bcb373
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Sat,  8 Apr 2023 08:50:25 +0900

delete unused liens

Diffstat:
Mboot2/boot2.s | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/boot2/boot2.s b/boot2/boot2.s @@ -105,11 +105,9 @@ wait_sreg: ldr r0, =(XIP_BASE + 0x100) ldr r1, =(PPB_BASE + 0xed08) str r0, [r1, #0] // M0PLUS: VTOR - //ldmia r0, {r0, r1} ldr r1, [r0, #0x4] // entry point ldr r0, [r0, #0] // stack pointer mov sp, r0 - //msr msp, r0 bx r1 assert_rxd_fifo_empty: