Skip to content

Commit 8fbb1e5

Browse files
authored
Update "universal" example links in README.md (#535)
1 parent 816a198 commit 8fbb1e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,9 @@ These require you to set `PICO_ARM_TOOLCHAIN_PATH` and `PICO_RISCV_TOOLCHAIN_PAT
368368

369369
App|Description
370370
---|---
371+
[blink](universal/CMakeLists.txt#L126) | Same as the [blink](blink) example, but universal.
371372
[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.
372-
[nuke_universal](universal/CMakeLists.txt#L107) | Same as the [nuke](flash/nuke) binary, but universal. On RP2350 runs as a packaged SRAM binary, so is written to flash and copied to SRAM by the bootloader
373+
[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
373374

374375
### USB Device
375376

0 commit comments

Comments
 (0)