diff options
| author | hathach <[email protected]> | 2026-08-28 16:39:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-08-29 01:08:31 +0700 |
| commit | 6e8e2caf7fc2dc5575f5e0c71e69c1b19b3f5699 (patch) | |
| tree | bc4256baaa8c5179b3a6cfe72beebf1978399113 /tools | |
| parent | 64d952c027df194ea8b107b3d5d0b6c4cb9a994b (diff) | |
pico2_etm_trace: RP2350 board on the MIPI-20 ETM trace carrier
Board files for the trace carrier (console GP12/13, LED GP10, I2C GP8/9,
PIO-USB host on GP20, all retargeted in board.cmake so the SDK defaults
cannot mux a trace pin), compile-time trace pin-conflict checks, the
measured DBGPAUSE rationale, Ozone project, and skill/docs updates.
Trace validated at the stock 150 MHz (75 MHz TRACECLK, +1 ns sampling):
zero overflow through a 15 s throughput soak; V2 probe ceiling 120 MHz.
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/build.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build.py b/tools/build.py index 0bb366e3d..aa8868cb8 100755 --- a/tools/build.py +++ b/tools/build.py @@ -34,6 +34,7 @@ ci_skip_boards = { 'adafruit_fruit_jam', 'adafruit_metro_rp2350', 'feather_rp2040_max3421', + 'pico2_etm_trace', 'pico_sdk', 'raspberry_pi_pico_w', ], |
