From 2904b4b518be1559f39acb8c7928fa36f7f6c7b5 Mon Sep 17 00:00:00 2001 From: Morten Austnes <46615372+mortenaust@users.noreply.github.com> Date: Thu, 13 Jul 2023 15:27:35 +0200 Subject: [PATCH 1/2] Update and rename pylink-rtt to pylink-rtt.py Add file extension and fix typo. --- examples/{pylink-rtt => pylink-rtt.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename examples/{pylink-rtt => pylink-rtt.py} (99%) diff --git a/examples/pylink-rtt b/examples/pylink-rtt.py similarity index 99% rename from examples/pylink-rtt rename to examples/pylink-rtt.py index dde7d48..3423e88 100755 --- a/examples/pylink-rtt +++ b/examples/pylink-rtt.py @@ -68,7 +68,7 @@ def read_rtt(jlink): def write_rtt(jlink): - """Writes kayboard input to JLink RTT buffer #0. + """Writes keyboard input to JLink RTT buffer #0. This method is a loop that blocks waiting on stdin. When enter is pressed, LF and NUL bytes are added to the input and transmitted as a byte list. From 375743916836f92ea3978db8aa5e8dd48b4bf634 Mon Sep 17 00:00:00 2001 From: Morten Austnes <46615372+mortenaust@users.noreply.github.com> Date: Thu, 13 Jul 2023 15:27:59 +0200 Subject: [PATCH 2/2] Rename pylink-swv to pylink-swv.py --- examples/{pylink-swv => pylink-swv.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/{pylink-swv => pylink-swv.py} (100%) diff --git a/examples/pylink-swv b/examples/pylink-swv.py similarity index 100% rename from examples/pylink-swv rename to examples/pylink-swv.py