summaryrefslogtreecommitdiff
path: root/hw/bsp/rp2040/boards/raspberry_pi_pico2/board.cmake
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-08-29 02:41:13 +0700
committerGitHub <[email protected]>2026-08-29 02:41:13 +0700
commit84dcec43c709643f8a1b1ebbab6d08fbbc605a6d (patch)
tree05565867d9879316cc6127c092e439f018ecbdaf /hw/bsp/rp2040/boards/raspberry_pi_pico2/board.cmake
parent64d952c027df194ea8b107b3d5d0b6c4cb9a994b (diff)
parentf7eb812679598aecc1d7702264ba48e6c178d5da (diff)
Merge pull request #3851 from hathach/etmtrace-rp2350HEADmaster
rp2350: ETM trace board pico2_etm_trace
Diffstat (limited to 'hw/bsp/rp2040/boards/raspberry_pi_pico2/board.cmake')
-rw-r--r--hw/bsp/rp2040/boards/raspberry_pi_pico2/board.cmake14
1 files changed, 0 insertions, 14 deletions
diff --git a/hw/bsp/rp2040/boards/raspberry_pi_pico2/board.cmake b/hw/bsp/rp2040/boards/raspberry_pi_pico2/board.cmake
index 08384b0cd..0a7dd4d23 100644
--- a/hw/bsp/rp2040/boards/raspberry_pi_pico2/board.cmake
+++ b/hw/bsp/rp2040/boards/raspberry_pi_pico2/board.cmake
@@ -1,17 +1,3 @@
set(PICO_PLATFORM rp2350-arm-s)
set(PICO_BOARD pico2)
#set(OPENOCD_SERIAL E6614103E77C5A24)
-
-if (TRACE_ETM STREQUAL "1")
- # TRACECLK is clk_sys/2 and must stay constant once trace is armed (a step
- # desyncs the decoder), so the trace clock is pinned from crt0 onwards.
- # 48 MHz (24 MHz TRACECLK) holds full-width trace on a typical fly-wire
- # seating; a fresh, tight seating supports up to 72-80 MHz (re-qualify per
- # the etm-trace skill), and >80 MHz needs a V3 probe + real trace board.
- add_compile_definitions(
- SYS_CLK_KHZ=48000
- PLL_SYS_VCO_FREQ_HZ=1440000000
- PLL_SYS_POSTDIV1=6
- PLL_SYS_POSTDIV2=5
- )
-endif ()