<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/hw/bsp/nrf/boards, branch claude/add-systemview-debug</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/hw/bsp/nrf/boards?h=claude%2Fadd-systemview-debug</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/hw/bsp/nrf/boards?h=claude%2Fadd-systemview-debug'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2026-09-03T23:06:25Z</updated>
<entry>
<title>sysview: fix cycle-3 review findings</title>
<updated>2026-09-03T23:06:25Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-09-03T23:06:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=633e074a0b9effbfbb84c93695e52fb75009564c'/>
<id>urn:sha1:633e074a0b9effbfbb84c93695e52fb75009564c</id>
<content type='text'>
- kill_traffic(): stop the recording at --duration-ms exactly, then reap
  the workload, instead of waiting on it (up to 60s) before -stop
- sysview_report.py: key open_calls by (func id, context) so interleaved
  callers of the same function don't cross-pair CALL/RET
- build.yml: intersect the sysview dep-fetch board list with the PR's own
  HIL selection (tinyusb.json vs hfp.json), and skip entirely when HIL is
  not running for this PR
- nrf54h20dk: shrink SYSVIEW_BUFFER_SIZE_DEFAULT to 4096 -- .data/.bss sit
  in the 32 KiB primary RAM, so the family's 65536 default fails to link
- tusb_sysview.c: copy pcTaskName into a local buffer at snapshot time so
  a task deleted mid-lap can't leave SendTaskInfo() dereferencing a freed TCB
- sysview_ci.py: drop a comparison against a baseline whose capture config
  (example/workload/duration_s) changed, and fail cdc_burst when the link
  stays enumerated but echoes nothing back
- SKILL.md: document the WCH post-mortem dump path (OpenOCD, no J-Link)
</content>
</entry>
<entry>
<title>nrf: etm-trace for nrf52840dk and nrf5340dk</title>
<updated>2026-07-24T08:56:14Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-07-24T08:28:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=927f12415ef09b6f590c83660c13491a644b4626'/>
<id>urn:sha1:927f12415ef09b6f590c83660c13491a644b4626</id>
<content type='text'>
nrf52840dk: 16 MHz TRACECLK (hardware cap) width 4, P25 soldered, SW7=Alt;
no family code needed (J-Link arms TRACECONFIG). nrf5340dk: TRACE_ETM
builds force the TAD port to 16 MHz (SystemInit's 64 MHz is marginal),
+3 ns sample timing; the interface MCU's UART1 flow control drives the
trace pins - SB27/SB28 must be cut (P0.10/P0.11 = TRACEDATA1/0).
</content>
</entry>
<entry>
<title>Adjust RAM configuration for nrf54h20 to optimize memory usage in video examples</title>
<updated>2026-05-04T15:13:14Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-05-04T15:13:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=076fd79b4c16b7435060585c0337bc69133e073f'/>
<id>urn:sha1:076fd79b4c16b7435060585c0337bc69133e073f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2026-04-10T14:17:46Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-04-10T14:17:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b2b498f17e403b006943ca15d9884b4f596eacfb'/>
<id>urn:sha1:b2b498f17e403b006943ca15d9884b4f596eacfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add initial board support for nRF54LM20 DK</title>
<updated>2026-04-09T04:08:39Z</updated>
<author>
<name>gab-k</name>
<email>gabriel@koppenstein.com</email>
</author>
<published>2026-03-27T17:34:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a39e9cdf2c82401eb61b99dd35e73531bcd76cf1'/>
<id>urn:sha1:a39e9cdf2c82401eb61b99dd35e73531bcd76cf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename pca10056 to nrf52840dk, pca10059 to nrf52840dongle</title>
<updated>2025-10-13T07:53:28Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-13T07:53:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=84f0cda013c83e8fa61c9d85f061f5f88cf30b9d'/>
<id>urn:sha1:84f0cda013c83e8fa61c9d85f061f5f88cf30b9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update make build system rename pca10095 to nrf5340dk</title>
<updated>2025-10-13T07:48:19Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-13T07:48:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=dacbe8ee311d4a2eda06e4aca8c29529736abfd7'/>
<id>urn:sha1:dacbe8ee311d4a2eda06e4aca8c29529736abfd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>get cmake build with 54h20 not tested on actual hw, probably not running</title>
<updated>2025-10-13T05:41:55Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-13T05:41:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ee7a7c56db8d6429e9df2bf042cbbe638210100d'/>
<id>urn:sha1:ee7a7c56db8d6429e9df2bf042cbbe638210100d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use board alias for pca10056</title>
<updated>2025-01-25T05:39:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-01-25T05:39:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1003aba69066b87db67b0d90318aa79630afb338'/>
<id>urn:sha1:1003aba69066b87db67b0d90318aa79630afb338</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add -DRTOS=zephyr to ci west build</title>
<updated>2025-01-25T05:19:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-01-24T08:15:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=13856af9350965e5d67e1e76d16e3702e77aa77e'/>
<id>urn:sha1:13856af9350965e5d67e1e76d16e3702e77aa77e</id>
<content type='text'>
</content>
</entry>
</feed>
