Skip to content

Commit

Permalink
pw_system: Make pw_system_console work for rp2040
Browse files Browse the repository at this point in the history
Test: bazelisk run //pw_system:rp2040_system_example_console
   detokenizes device logs correctly.
Bug: 354203490
Change-Id: I2cb9582ebcec1ba354e903ebf41a863b6f7b536c
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/224714
Lint: Lint 🤖 <[email protected]>
Pigweed-Auto-Submit: Ted Pudlik <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Reviewed-by: Dave Roth <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Jul 20, 2024
1 parent d1c94e5 commit 7fa81d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pw_system/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -535,11 +535,11 @@ device_simulator_console(
script = "//pw_system/py:device_sim",
)

# Conect to a device running :system_example over serial with the
# Conect to a Pico running :system_example over serial with the
# pw-system-console.
device_console(
name = "system_example_console",
name = "rp2040_system_example_console",
testonly = True,
binary = ":system_example",
binary = ":rp2040_system_example",
script = "//pw_system/py:pw_system_console",
)

0 comments on commit 7fa81d1

Please sign in to comment.