diff options
| author | hathach <[email protected]> | 2026-08-26 17:06:07 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-08-26 17:06:07 +0700 |
| commit | b396e322633984b08d2d92eb0551ae445817ea8f (patch) | |
| tree | 75ef667f71330eaebc855ab3bcc14d32b37a6728 | |
| parent | e9bd924396c8a5d441e50d2dba1b1057daf814a7 (diff) | |
pico2_etm_trace: point board metadata at the carrier's PCB repoetmtrace-rp2350
| -rw-r--r-- | docs/reference/boards.rst | 10 | ||||
| -rw-r--r-- | hw/bsp/rp2040/boards/pico2_etm_trace/board.h | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/reference/boards.rst b/docs/reference/boards.rst index 97e028b1f..794c4fa51 100644 --- a/docs/reference/boards.rst +++ b/docs/reference/boards.rst @@ -236,20 +236,20 @@ nrf54lm20dk Nordic nRF54LM20 DK nrf ht Raspberry Pi ------------ -================================ ============================================ ============== ========================================================== ====== -Board Name Family URL Note -================================ ============================================ ============== ========================================================== ====== +================================ ============================================ ============== ================================================================ ====== +Board Name Family URL Note +================================ ============================================ ============== ================================================================ ====== raspberrypi_zero Raspberry Pi Zero broadcom_32bit https://www.raspberrypi.org/products/raspberry-pi-zero/ raspberrypi_cm4 Raspberry CM4 broadcom_64bit https://www.raspberrypi.org/products/compute-module-4 raspberrypi_zero2 Raspberry Zero2 broadcom_64bit https://www.raspberrypi.org/products/raspberry-pi-zero-2-w adafruit_feather_rp2040_usb_host Adafruit Feather RP2040 with USB Type A Host rp2040 https://www.adafruit.com/product/5723 adafruit_fruit_jam Adafruit Fruit Jam - Mini RP2350 rp2040 https://www.adafruit.com/product/6200 adafruit_metro_rp2350 Adafruit Metro RP2350 rp2040 https://www.adafruit.com/product/6003 -pico2_etm_trace Pico 2 ETM Trace Carrier rp2040 https://github.com/hathach/tinyusb +pico2_etm_trace Pico 2 ETM Trace Carrier rp2040 https://github.com/hathach/pcb/tree/main/pico2_trace_motherboard raspberry_pi_pico Pico rp2040 https://www.raspberrypi.com/products/raspberry-pi-pico/ raspberry_pi_pico2 Pico2 rp2040 https://www.raspberrypi.com/products/raspberry-pi-pico-2/ raspberry_pi_pico_w Pico rp2040 https://www.raspberrypi.com/products/raspberry-pi-pico/ -================================ ============================================ ============== ========================================================== ====== +================================ ============================================ ============== ================================================================ ====== Renesas ------- diff --git a/hw/bsp/rp2040/boards/pico2_etm_trace/board.h b/hw/bsp/rp2040/boards/pico2_etm_trace/board.h index 60fadf1b3..863d0e6b9 100644 --- a/hw/bsp/rp2040/boards/pico2_etm_trace/board.h +++ b/hw/bsp/rp2040/boards/pico2_etm_trace/board.h @@ -26,7 +26,7 @@ /* metadata: name: Pico 2 ETM Trace Carrier - url: https://github.com/hathach/tinyusb + url: https://github.com/hathach/pcb/tree/main/pico2_trace_motherboard */ // Raspberry Pi Pico 2 seated on the "pico2 trace motherboard" carrier: a |
