rp2040

RP2040 Programming without SDK
Log | Files | Refs

commit 3aec87288c7bdb8b9e8fdf55f2410ed0a5629818
parent 75f1217fef297c5bb15e2c05ed402aa47b361a5e
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Mon, 10 Apr 2023 13:53:50 +0900

delete code for debugging

Diffstat:
Mmach.s | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/mach.s b/mach.s @@ -17,7 +17,6 @@ reset: ldr r0, etext sub r0, r0, r3 add r0, r0, #2 - ldr r0, =0x300 sram_cpy: ldr r1, [r2, #0] str r1, [r3, #0]