diff options
| author | hathach <[email protected]> | 2026-09-04 05:11:02 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-09-04 05:11:02 +0700 |
| commit | f9c0c1239250399bc41347b9160bd95721f86dca (patch) | |
| tree | 169b7fc70ccf1fc375f7771e5eb83891be404f7d /tools | |
| parent | 78ec7f6abae94f59612f30cda4d24031f5e7b760 (diff) | |
sysview: fix cycle-2 review findingsclaude/add-systemview-debug
- sysview_ci.py: wait() after kill() on the OpenOCD/nc grace-period
timeout, so a still-exiting process can't hold the probe when the
recovery flash starts
- SKILL.md: point the OpenOCD and post-mortem recipes at
examples/device/cdc_msc_freertos, where build-sv actually lands
- stm32f401blackpill: override SYSVIEW_BUFFER_SIZE_DEFAULT to 4096;
the 64 KiB part overflows RAM by 12952 bytes at the family's 65536
default under SYSVIEW=4
- get_deps.py: align the SystemView entry's continuation lines
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/get_deps.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/get_deps.py b/tools/get_deps.py index 0c360b23d..3275f6e56 100755 --- a/tools/get_deps.py +++ b/tools/get_deps.py @@ -21,8 +21,8 @@ deps_mandatory = { # any family building with -DSYSVIEW, so it doesn't fit the per-family # gating deps_optional uses 'lib/SystemView': ['https://github.com/SEGGERMicro/SystemView.git', - '92ca7a810c5765ba64911919acd511c61b6b083f', - 'all'], + '92ca7a810c5765ba64911919acd511c61b6b083f', + 'all'], 'lib/threadx': ['https://github.com/eclipse-threadx/threadx.git', '4b6e8100d932a3a67b34c6eb17f84f3bffb9e2ae', 'all'], |
