From a4a48e628b63fa375f9f06718501917989056bee Mon Sep 17 00:00:00 2001 From: Yota Nagaya Date: Wed, 17 Sep 2025 01:54:59 +0900 Subject: [PATCH] Fix Doc --- RPi-Pico/README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/RPi-Pico/README.md b/RPi-Pico/README.md index 13f9c5d0..4b4b63d1 100644 --- a/RPi-Pico/README.md +++ b/RPi-Pico/README.md @@ -59,12 +59,26 @@ To use the RP2350 in RISC-V mode, add `-DPICO_PLATFORM=rp2350-riscv`. ``` $ cd RPi-Pico -$ mkdir build -$ cd build $ cmake -DPICO_BOARD=pico_w .. $ make ``` +The build produces the following UF2 images: + +- testwolfcrypt.uf2 + +- benchmark.uf2 + +- Wifi.uf2 + +- tcp_Client.uf2 + +- tls_Client.uf2 + +- tcp_Server.uf2 + +- tls_Server.uf2 + ### 5. Upload to the Pico Hold the boot button and plug the Pico into your computer, you can then