Skip to content

Commit 45fa4c3

Browse files
lgirdwoodCopilot
andauthored
Update src/debug/tester/readme.md
The instructions reference tester.c:tester_set_params, but that function doesn’t exist in src/debug/tester/tester.c (test selection happens in tester_init(), and runtime configuration is handled by tester_set_configuration()). Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Liam Girdwood <lgirdwood@gmail.com>
1 parent 62cbc2b commit 45fa4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug/tester/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ It strictly `depends on IPC_MAJOR_4`. You cannot instantiate this tester under t
4949

5050
Developers diagnosing tricky hardware bugs can extend the tester by:
5151

52-
1. Adding a new case switch in `tester.c:tester_set_params`.
52+
1. Adding a new case to the test selection switch in `tester.c:tester_init()` (and, if needed, extending runtime handling in `tester_set_configuration()`).
5353
2. Defining a new `test_runner()` C file implementing their data patterns.
5454
3. Adding the target configurations in `tester.toml` to automatically sync with the module offset calculators (`llext_offset_calc`).

0 commit comments

Comments
 (0)