From 4eaef59b8378664a52ebff1ccbce3f37c8bee7c8 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 19 Feb 2025 12:10:44 +0000 Subject: [PATCH] Update links to Universal examples in README.md The `universal/CMakeLists.txt` has been edited, so the line-numbers had drifted --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a436a348..4c80af1c3 100644 --- a/README.md +++ b/README.md @@ -386,9 +386,9 @@ These require you to set `PICO_ARM_TOOLCHAIN_PATH` and `PICO_RISCV_TOOLCHAIN_PAT App|Description ---|--- -[blink](universal/CMakeLists.txt#L126) | Same as the [blink](blink) example, but universal. +[blink](universal/CMakeLists.txt#L137) | Same as the [blink](blink) example, but universal. [hello_universal](universal/hello_universal) | The obligatory Hello World program for Pico (USB and serial output). On RP2350 it will reboot to the other architecture after every 10 prints. -[nuke_universal](universal/CMakeLists.txt#L132) | Same as the [nuke](flash/nuke) example, but universal. On RP2350 runs as a packaged SRAM binary, so is written to flash and copied to SRAM by the bootloader +[nuke_universal](universal/CMakeLists.txt#L143) | Same as the [nuke](flash/nuke) example, but universal. On RP2350 runs as a packaged SRAM binary, so is written to flash and copied to SRAM by the bootloader ### USB Device